Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2020 18:22:19 +0000 (UTC)
From:      Ryan Moeller <freqlabs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551534 - head/devel/py-sysctl
Message-ID:  <202010051822.095IMJad004154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: freqlabs (src committer)
Date: Mon Oct  5 18:22:19 2020
New Revision: 551534
URL: https://svnweb.freebsd.org/changeset/ports/551534

Log:
  devel/py-sysctl: Update to 0.3.0
  
  Bring py-sysctl to 0.3.0, which features the following changes:
  
  * .value now lazy-loaded on first access to avoid the overhead of getting unused
    values
  
  * .description field added, also lazy-loaded on first access to minimize overhead
  
  * Support for CTL_SYSCTL_NEXTNOSKIP to include sysctls marked with CTLFLAG_SKIP
    once D26560 lands
  
  Reviewed by:	wg
  Approved by:	wg (ports, maintainer)
  Sponsored by:	iXsystems, Inc.
  Differential Revision:	https://reviews.freebsd.org/D26684

Modified:
  head/devel/py-sysctl/Makefile
  head/devel/py-sysctl/distinfo

Modified: head/devel/py-sysctl/Makefile
==============================================================================
--- head/devel/py-sysctl/Makefile	Mon Oct  5 18:04:17 2020	(r551533)
+++ head/devel/py-sysctl/Makefile	Mon Oct  5 18:22:19 2020	(r551534)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sysctl
-PORTVERSION=	0.2.20170726
+PORTVERSION=	0.3.20201005
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -17,6 +17,6 @@ USE_PYTHON=	distutils autoplist
 USE_GITHUB=	yes
 GH_ACCOUNT=	william-gr
 GH_PROJECT=	py-sysctl
-GH_TAGNAME=	6b62e17
+GH_TAGNAME=	eeb46ce2
 
 .include <bsd.port.mk>

Modified: head/devel/py-sysctl/distinfo
==============================================================================
--- head/devel/py-sysctl/distinfo	Mon Oct  5 18:04:17 2020	(r551533)
+++ head/devel/py-sysctl/distinfo	Mon Oct  5 18:22:19 2020	(r551534)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501094450
-SHA256 (william-gr-py-sysctl-0.2.20170726-6b62e17_GH0.tar.gz) = 79efc293cf420114fbe2e2575c2573762d17ccec0522e4993ab2d0f82bbd17cb
-SIZE (william-gr-py-sysctl-0.2.20170726-6b62e17_GH0.tar.gz) = 7636
+TIMESTAMP = 1601919905
+SHA256 (william-gr-py-sysctl-0.3.20201005-eeb46ce2_GH0.tar.gz) = b56045a1aee45b3ceb25d6c38a998988420a4fe2ffb84270c40e827f05e12abf
+SIZE (william-gr-py-sysctl-0.3.20201005-eeb46ce2_GH0.tar.gz) = 8075



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010051822.095IMJad004154>