Received: by mail.netbsd.org (Postfix, from userid 605) id B682684ECE; Thu, 28 Jul 2022 06:52:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F14F384ECB for ; Thu, 28 Jul 2022 06:52:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Bt0cHUf6US_G for ; Thu, 28 Jul 2022 06:52:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D1A784D10 for ; Thu, 28 Jul 2022 06:52:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 56406FB1A; Thu, 28 Jul 2022 06:52:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165899117876540" MIME-Version: 1.0 Date: Thu, 28 Jul 2022 06:52:58 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/sysutils/py-setproctitle To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220728065258.56406FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165899117876540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jul 28 06:52:58 UTC 2022 Modified Files: pkgsrc/sysutils/py-setproctitle: Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/py-setproctitle/Makefile \ pkgsrc/sysutils/py-setproctitle/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/py-setproctitle/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165899117876540 Content-Disposition: inline Content-Length: 2588 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/py-setproctitle/Makefile diff -u pkgsrc/sysutils/py-setproctitle/Makefile:1.10 pkgsrc/sysutils/py-setproctitle/Makefile:1.11 --- pkgsrc/sysutils/py-setproctitle/Makefile:1.10 Sat Apr 30 11:00:45 2022 +++ pkgsrc/sysutils/py-setproctitle/Makefile Thu Jul 28 06:52:58 2022 @@ -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/} Index: pkgsrc/sysutils/py-setproctitle/distinfo diff -u pkgsrc/sysutils/py-setproctitle/distinfo:1.10 pkgsrc/sysutils/py-setproctitle/distinfo:1.11 --- pkgsrc/sysutils/py-setproctitle/distinfo:1.10 Fri Apr 15 05:39:58 2022 +++ pkgsrc/sysutils/py-setproctitle/distinfo Thu Jul 28 06:52:58 2022 @@ -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 Index: pkgsrc/sysutils/py-setproctitle/PLIST diff -u pkgsrc/sysutils/py-setproctitle/PLIST:1.3 pkgsrc/sysutils/py-setproctitle/PLIST:1.4 --- pkgsrc/sysutils/py-setproctitle/PLIST:1.3 Sun Nov 29 18:09:51 2020 +++ pkgsrc/sysutils/py-setproctitle/PLIST Thu Jul 28 06:52:58 2022 @@ -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 --_----------=_165899117876540--