pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-setproctitle



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 23 11:47:14 UTC 2025

Modified Files:
        pkgsrc/sysutils/py-setproctitle: Makefile distinfo

Log Message:
py-setproctitle: update to 1.3.5.

Version 1.3.5
-------------

- Fix bouncing Dock icon on macOS (issue #143).
- Fix building on C23 compilers (issue #145).


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/py-setproctitle/Makefile \
    pkgsrc/sysutils/py-setproctitle/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-setproctitle/Makefile
diff -u pkgsrc/sysutils/py-setproctitle/Makefile:1.15 pkgsrc/sysutils/py-setproctitle/Makefile:1.16
--- pkgsrc/sysutils/py-setproctitle/Makefile:1.15       Mon Nov 18 17:27:19 2024
+++ pkgsrc/sysutils/py-setproctitle/Makefile    Sun Feb 23 11:47:13 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/11/18 17:27:19 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/02/23 11:47:13 wiz Exp $
 
-DISTNAME=      setproctitle-1.3.4
+DISTNAME=      setproctitle-1.3.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setproctitle/}
@@ -12,5 +12,8 @@ LICENSE=      modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
+# test status as of 1.3.5
+# 8 failed, 16 passed, 4 skipped
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/py-setproctitle/distinfo
diff -u pkgsrc/sysutils/py-setproctitle/distinfo:1.15 pkgsrc/sysutils/py-setproctitle/distinfo:1.16
--- pkgsrc/sysutils/py-setproctitle/distinfo:1.15       Mon Nov 18 17:27:19 2024
+++ pkgsrc/sysutils/py-setproctitle/distinfo    Sun Feb 23 11:47:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/11/18 17:27:19 adam Exp $
+$NetBSD: distinfo,v 1.16 2025/02/23 11:47:13 wiz Exp $
 
-BLAKE2s (setproctitle-1.3.4.tar.gz) = 2ec6fa8255a02afbe5053c802973d1eec0481f33f9a0ef380402f46fe28e323d
-SHA512 (setproctitle-1.3.4.tar.gz) = b1a8648a83648766eb9f88a15982568de6640692a39a1079455d8788996f73e313b879f567c82878450798b5755a8111a7965b3776e9238eebb59dfd09d41c4e
-Size (setproctitle-1.3.4.tar.gz) = 26456 bytes
+BLAKE2s (setproctitle-1.3.5.tar.gz) = cf634382fdfca6f5f133cd32890d9dbedc11639b7a2c7f290ab37cec2838e91d
+SHA512 (setproctitle-1.3.5.tar.gz) = ab1dc0c22506d8c43b626e39fbad754aa0115faf592d011f84ae28dee31a3797fff61c236c80864eb2749a2e585c46678beb87c63334c55a53c31540e76eea3b
+Size (setproctitle-1.3.5.tar.gz) = 26737 bytes



Home | Main Index | Thread Index | Old Index