pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/py-setproctitle py-setproctitle: updated to 1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23df3063fa89
branches:  trunk
changeset: 382438:23df3063fa89
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 28 06:52:58 2022 +0000

description:
py-setproctitle: updated to 1.3.0

Version 1.3.0
- Added fallback no-op implementation if building the extension fails.
- Added support for displaying title as the process name in MacOS Activity
  Monitor
- Fixed "Symbol not found: _Py_GetArgcArgv" error when using Xcode provided
  Python
- Fixed FreeBSD support, broken in 1.2
- Added package type annotations
- Dropped support for Python 3.6.

diffstat:

 sysutils/py-setproctitle/Makefile |  4 ++--
 sysutils/py-setproctitle/PLIST    |  9 +++++++--
 sysutils/py-setproctitle/distinfo |  8 ++++----
 3 files changed, 13 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 058e1af56f25 -r 23df3063fa89 sysutils/py-setproctitle/Makefile
--- a/sysutils/py-setproctitle/Makefile Thu Jul 28 06:49:52 2022 +0000
+++ b/sysutils/py-setproctitle/Makefile Thu Jul 28 06:52:58 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/04/30 11:00:45 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/28 06:52:58 adam Exp $
 
-DISTNAME=      setproctitle-1.2.3
+DISTNAME=      setproctitle-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setproctitle/}
diff -r 058e1af56f25 -r 23df3063fa89 sysutils/py-setproctitle/PLIST
--- a/sysutils/py-setproctitle/PLIST    Thu Jul 28 06:49:52 2022 +0000
+++ b/sysutils/py-setproctitle/PLIST    Thu Jul 28 06:52:58 2022 +0000
@@ -1,7 +1,12 @@
-@comment $NetBSD: PLIST,v 1.3 2020/11/29 18:09:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/07/28 06:52:58 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/setproctitle.so
+${PYSITELIB}/setproctitle/__init__.py
+${PYSITELIB}/setproctitle/__init__.pyc
+${PYSITELIB}/setproctitle/__init__.pyo
+${PYSITELIB}/setproctitle/_setproctitle.so
+${PYSITELIB}/setproctitle/py.typed
diff -r 058e1af56f25 -r 23df3063fa89 sysutils/py-setproctitle/distinfo
--- a/sysutils/py-setproctitle/distinfo Thu Jul 28 06:49:52 2022 +0000
+++ b/sysutils/py-setproctitle/distinfo Thu Jul 28 06:52:58 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/04/15 05:39:58 adam Exp $
+$NetBSD: distinfo,v 1.11 2022/07/28 06:52:58 adam Exp $
 
-BLAKE2s (setproctitle-1.2.3.tar.gz) = 7da91b7aa8e21066446310fd6fb259e1e123b362d2ea59f72228ffd62ef6056b
-SHA512 (setproctitle-1.2.3.tar.gz) = ae94e3f5e1dd10e80488f81250e979a6a15c7c3ae399bf557612b9b1edbdcb8aec4e68a7f44ff7375a399ab53d6319dfb5c5c4a1e3a0bb824c40f6921c9d9c6b
-Size (setproctitle-1.2.3.tar.gz) = 23618 bytes
+BLAKE2s (setproctitle-1.3.0.tar.gz) = b5fd280e85c0c4595538ea8f7839fd016a60d3e9ebea166a28e965b5e7007ae2
+SHA512 (setproctitle-1.3.0.tar.gz) = 41f0557b73ed41323c8d71d87d143ccd78f980c01027e76c7e6ff4cf375cb8cda55f01a5c4a3cd12fea3459070382b84fd1346995696df7a3e1cc03ff8e71b4e
+Size (setproctitle-1.3.0.tar.gz) = 26778 bytes



Home | Main Index | Thread Index | Old Index