1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

devel/py-sysctl: Bump for GIL changes

Now the GIL is relinquished while getting and setting sysctl values.

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D27106
This commit is contained in:
Ryan Moeller 2020-11-05 19:22:27 +00:00
parent 81d700201b
commit 247ecc490d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554150
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sysctl
PORTVERSION= 0.3.1.20201027
PORTVERSION= 0.3.1.20201105
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,6 +18,6 @@ USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= william-gr
GH_PROJECT= py-sysctl
GH_TAGNAME= 1c8e4077
GH_TAGNAME= 5b111bd
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1603819384
SHA256 (william-gr-py-sysctl-0.3.1.20201027-1c8e4077_GH0.tar.gz) = 582e44280ab8886c3017c212e3be55877befd36e2bd22a2509e2cc9fa2b34292
SIZE (william-gr-py-sysctl-0.3.1.20201027-1c8e4077_GH0.tar.gz) = 8184
TIMESTAMP = 1604588290
SHA256 (william-gr-py-sysctl-0.3.1.20201105-5b111bd_GH0.tar.gz) = 1e6c0901cfff3f04ae263c10766ab9ff28ad550d28bf0c5230e2d0c5f19078e8
SIZE (william-gr-py-sysctl-0.3.1.20201105-5b111bd_GH0.tar.gz) = 8287