Skip to content

Commit

Permalink
py-setproctitle: update to 1.2.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
0-wiz-0 committed Nov 29, 2020
1 parent 471ecae commit b35765a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions sysutils/py-setproctitle/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2016/06/08 17:49:20 wiz Exp $
# $NetBSD: Makefile,v 1.5 2020/11/29 18:09:51 wiz Exp $

DISTNAME= setproctitle-1.1.10
DISTNAME= setproctitle-1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setproctitle/}
Expand Down
3 changes: 2 additions & 1 deletion sysutils/py-setproctitle/PLIST
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@comment $NetBSD: PLIST,v 1.2 2016/05/18 12:34:19 wiz Exp $
@comment $NetBSD: PLIST,v 1.3 2020/11/29 18:09:51 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/setproctitle.so
10 changes: 5 additions & 5 deletions sysutils/py-setproctitle/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2016/05/18 12:34:19 wiz Exp $
$NetBSD: distinfo,v 1.5 2020/11/29 18:09:51 wiz Exp $

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

0 comments on commit b35765a

Please sign in to comment.