pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-blinker
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 28 09:51:55 UTC 2024
Modified Files:
pkgsrc/devel/py-blinker: Makefile PLIST distinfo
Log Message:
py-blinker: update to 1.8.0.
Version 1.8.0
-------------
Released 2024-04-27
- Deprecate the ``__version__`` attribute. Use feature detection, or
``importlib.metadata.version("blinker")``, instead. :issue:`128`
- Specify that the deprecated ``temporarily_connected_to`` will be removed in
the next version.
- Show a deprecation warning for the deprecated global ``receiver_connected``
signal and specify that it will be removed in the next version.
- Show a deprecation warning for the deprecated ``WeakNamespace`` and specify
that it will be removed in the next version.
- Greatly simplify how the library uses weakrefs. This is a significant change
internally but should not affect any public API. :pr:`144`
- Expose the namespace used by ``signal()`` as ``default_namespace``.
:pr:`145`
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-blinker/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-blinker/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-blinker/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-blinker/Makefile
diff -u pkgsrc/devel/py-blinker/Makefile:1.15 pkgsrc/devel/py-blinker/Makefile:1.16
--- pkgsrc/devel/py-blinker/Makefile:1.15 Mon Nov 6 13:45:51 2023
+++ pkgsrc/devel/py-blinker/Makefile Sun Apr 28 09:51:54 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/11/06 13:45:51 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/04/28 09:51:54 wiz Exp $
-DISTNAME= blinker-1.7.0
+DISTNAME= blinker-1.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/blinker/}
Index: pkgsrc/devel/py-blinker/PLIST
diff -u pkgsrc/devel/py-blinker/PLIST:1.6 pkgsrc/devel/py-blinker/PLIST:1.7
--- pkgsrc/devel/py-blinker/PLIST:1.6 Sat Nov 4 15:14:16 2023
+++ pkgsrc/devel/py-blinker/PLIST Sun Apr 28 09:51:54 2024
@@ -1,14 +1,11 @@
-@comment $NetBSD: PLIST,v 1.6 2023/11/04 15:14:16 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+@comment $NetBSD: PLIST,v 1.7 2024/04/28 09:51:54 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/blinker/__init__.py
${PYSITELIB}/blinker/__init__.pyc
${PYSITELIB}/blinker/__init__.pyo
-${PYSITELIB}/blinker/_saferef.py
-${PYSITELIB}/blinker/_saferef.pyc
-${PYSITELIB}/blinker/_saferef.pyo
${PYSITELIB}/blinker/_utilities.py
${PYSITELIB}/blinker/_utilities.pyc
${PYSITELIB}/blinker/_utilities.pyo
Index: pkgsrc/devel/py-blinker/distinfo
diff -u pkgsrc/devel/py-blinker/distinfo:1.10 pkgsrc/devel/py-blinker/distinfo:1.11
--- pkgsrc/devel/py-blinker/distinfo:1.10 Mon Nov 6 13:45:51 2023
+++ pkgsrc/devel/py-blinker/distinfo Sun Apr 28 09:51:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/11/06 13:45:51 wiz Exp $
+$NetBSD: distinfo,v 1.11 2024/04/28 09:51:54 wiz Exp $
-BLAKE2s (blinker-1.7.0.tar.gz) = 0c04dac70539d60c214734ce220acd5c819bdf3269907528b7305dda517c1655
-SHA512 (blinker-1.7.0.tar.gz) = b55dc104fd69bf9f682184202f9da7cb6925e7e863f38d5ad5b4b5988b2315aae02da6f4c9f0ec34238b8d5b9b6eec52b06258d93e14416cda3e2b718d9aa60c
-Size (blinker-1.7.0.tar.gz) = 28134 bytes
+BLAKE2s (blinker-1.8.0.tar.gz) = 9408565ce3bb88a848ad18761e83be8b328f3235d85aa8f56bc98c15e2b7353e
+SHA512 (blinker-1.8.0.tar.gz) = 1862589712c8828b2d9b3d434f213017cd81b2de100290de126a0d796920bd34ac00a667cb3bc8811071c275001e4d1a0dd0cc3563d15ef4b2139769ae3d5ef3
+Size (blinker-1.8.0.tar.gz) = 22598 bytes
Home |
Main Index |
Thread Index |
Old Index