Skip to content

Commit b35765a

Browse files
committed
py-setproctitle: update to 1.2.
Version 1.2 ~~~~~~~~~~~ - added ``getthreadtitle()`` and ``setthreadtitle()``. - Initialisation of the module moved to the first usage: importing the module doesn't cause side effects. - Manage much longer command lines (#52) - Improved build on BSD, dropped ancient versions (issue #67). - Fixed build for Python 3.8 (#66, #72) - Added support for Python 3.9 - Dropped support for Python < 3.6
1 parent 471ecae commit b35765a

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

sysutils/py-setproctitle/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.4 2016/06/08 17:49:20 wiz Exp $
1+
# $NetBSD: Makefile,v 1.5 2020/11/29 18:09:51 wiz Exp $
22

3-
DISTNAME= setproctitle-1.1.10
3+
DISTNAME= setproctitle-1.2
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= sysutils
66
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setproctitle/}

sysutils/py-setproctitle/PLIST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
@comment $NetBSD: PLIST,v 1.2 2016/05/18 12:34:19 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.3 2020/11/29 18:09:51 wiz Exp $
22
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
33
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
44
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5+
${PYSITELIB}/${EGG_INFODIR}/requires.txt
56
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
67
${PYSITELIB}/setproctitle.so

sysutils/py-setproctitle/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.4 2016/05/18 12:34:19 wiz Exp $
1+
$NetBSD: distinfo,v 1.5 2020/11/29 18:09:51 wiz Exp $
22

3-
SHA1 (setproctitle-1.1.10.tar.gz) = 9331e4cdd416c5d2bd2c1abccd2d9292965e613d
4-
RMD160 (setproctitle-1.1.10.tar.gz) = c2a6c024fcd7d30f6d2f3ead2b021821a5ecaa34
5-
SHA512 (setproctitle-1.1.10.tar.gz) = c976c5b86f59bc6d0f840f495b8256813169d3d7b9edae70207a24d62e1240bfec954fdc4f67b429ae124e3dc74efd7193404785643a52b2d57b55028bb3c533
6-
Size (setproctitle-1.1.10.tar.gz) = 24042 bytes
3+
SHA1 (setproctitle-1.2.tar.gz) = a2af3cfafd42dbc44af183a5f9741e267a0c3aeb
4+
RMD160 (setproctitle-1.2.tar.gz) = 567f7080f3fdc8e499d77e5d7a82d143eaf393dd
5+
SHA512 (setproctitle-1.2.tar.gz) = 7dc84ac0fc028ca71e786622aa6b649961feb816e0f03a3d52ab7b1a5d7edc0c932695687f1f5487d27104535a3db0c48d12fd69859478a604dbf60c615f4e01
6+
Size (setproctitle-1.2.tar.gz) = 23454 bytes

0 commit comments

Comments
 (0)