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:           Sat Nov  4 15:14:16 UTC 2023

Modified Files:
        pkgsrc/devel/py-blinker: Makefile PLIST distinfo

Log Message:
py-blinker: update to 1.6.3.

Version 1.6.3
-------------

Released 2023-09-23

-   Fix `SyncWrapperType` and `AsyncWrapperType` :pr:`108`
-   Fixed issue where ``signal.connected_to`` would not disconnect the
    receiver if an instance of ``BaseException`` was raised. :pr:`114`


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-blinker/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-blinker/PLIST
cvs rdiff -u -r1.8 -r1.9 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.13 pkgsrc/devel/py-blinker/Makefile:1.14
--- pkgsrc/devel/py-blinker/Makefile:1.13       Sat Oct 28 19:56:57 2023
+++ pkgsrc/devel/py-blinker/Makefile    Sat Nov  4 15:14:16 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2023/10/28 19:56:57 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/11/04 15:14:16 wiz Exp $
 
-DISTNAME=      blinker-1.6.2
+DISTNAME=      blinker-1.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/blinker/}
 
@@ -11,8 +10,8 @@ HOMEPAGE=     https://blinker.readthedocs.io
 COMMENT=       Fast, simple object-to-object and broadcast signaling
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
 
 USE_LANGUAGES= # empty
 

Index: pkgsrc/devel/py-blinker/PLIST
diff -u pkgsrc/devel/py-blinker/PLIST:1.5 pkgsrc/devel/py-blinker/PLIST:1.6
--- pkgsrc/devel/py-blinker/PLIST:1.5   Sat Oct 28 19:56:57 2023
+++ pkgsrc/devel/py-blinker/PLIST       Sat Nov  4 15:14:16 2023
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/28 19:56:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/11/04 15:14:16 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/blinker/__init__.py
 ${PYSITELIB}/blinker/__init__.pyc
 ${PYSITELIB}/blinker/__init__.pyo

Index: pkgsrc/devel/py-blinker/distinfo
diff -u pkgsrc/devel/py-blinker/distinfo:1.8 pkgsrc/devel/py-blinker/distinfo:1.9
--- pkgsrc/devel/py-blinker/distinfo:1.8        Sun Apr 30 15:12:37 2023
+++ pkgsrc/devel/py-blinker/distinfo    Sat Nov  4 15:14:16 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/04/30 15:12:37 wiz Exp $
+$NetBSD: distinfo,v 1.9 2023/11/04 15:14:16 wiz Exp $
 
-BLAKE2s (blinker-1.6.2.tar.gz) = f7463280b989fcde03b7512ec4d7f95d30feecdfe29f231d668a966bc300f2d7
-SHA512 (blinker-1.6.2.tar.gz) = c84bb955e97e6a13e6fda5f070373736bd1361f40ad9202eeaa300055b163648db381060f6b45fdf405a0bd4ef07b694875735e6f220d51d1b7a5be7efb28f72
-Size (blinker-1.6.2.tar.gz) = 28699 bytes
+BLAKE2s (blinker-1.6.3.tar.gz) = 8f80e526dba28609f16aea2b18c065351731d5660852092140b0fb3eda529cb5
+SHA512 (blinker-1.6.3.tar.gz) = 2b68751246ac084a97491a360496971416564f21cae909799e2942e915fbee1c6399e43aaa6391cadcdd87f57340013b3a894afa2e9b5dc156baa1245c4928b9
+Size (blinker-1.6.3.tar.gz) = 28092 bytes



Home | Main Index | Thread Index | Old Index