pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-queuelib



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 12 20:37:42 UTC 2025

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

Log Message:
py-queuelib: updated to 1.8.0

Version 1.8.0

* Added support for Python 3.13 and PyPy 3.11
* Removed support for Python 3.8
* Queue classes now accept ``os.PathLike`` paths
* Fixed test failures on Windows
* Switched the build system to ``hatchling``
* Improved linting and CI configuration


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-queuelib/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-queuelib/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-queuelib/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-queuelib/Makefile
diff -u pkgsrc/devel/py-queuelib/Makefile:1.8 pkgsrc/devel/py-queuelib/Makefile:1.9
--- pkgsrc/devel/py-queuelib/Makefile:1.8       Sat Apr 12 20:03:47 2025
+++ pkgsrc/devel/py-queuelib/Makefile   Sat Apr 12 20:37:42 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2025/04/12 20:03:47 adam Exp $
+# $NetBSD: Makefile,v 1.9 2025/04/12 20:37:42 adam Exp $
 
-DISTNAME=      queuelib-1.7.0
+DISTNAME=      queuelib-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=q/queuelib/}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     https://github.com/scrapy/queu
 COMMENT=       Collection of persistent (disk-based) queues
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>0:../../devel/py-hatchling
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-queuelib/PLIST
diff -u pkgsrc/devel/py-queuelib/PLIST:1.4 pkgsrc/devel/py-queuelib/PLIST:1.5
--- pkgsrc/devel/py-queuelib/PLIST:1.4  Sat Apr 12 20:03:47 2025
+++ pkgsrc/devel/py-queuelib/PLIST      Sat Apr 12 20:37:42 2025
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2025/04/12 20:03:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/04/12 20:37:42 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/queuelib/__init__.py
 ${PYSITELIB}/queuelib/__init__.pyc
 ${PYSITELIB}/queuelib/__init__.pyo

Index: pkgsrc/devel/py-queuelib/distinfo
diff -u pkgsrc/devel/py-queuelib/distinfo:1.7 pkgsrc/devel/py-queuelib/distinfo:1.8
--- pkgsrc/devel/py-queuelib/distinfo:1.7       Sun May  5 18:33:30 2024
+++ pkgsrc/devel/py-queuelib/distinfo   Sat Apr 12 20:37:42 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/05/05 18:33:30 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/04/12 20:37:42 adam Exp $
 
-BLAKE2s (queuelib-1.7.0.tar.gz) = aa2e0f5f44e45217901943d41d70be3709191c3d284a2e162c92d5dcd9a20345
-SHA512 (queuelib-1.7.0.tar.gz) = 051406a2a53642ac9d01dd56cec60bc937457862a9ebf35957dcebd1c754993cc0a50668a92160bc886884f5787c90a825bdc2e8b1091885040f7c0d76a80ae0
-Size (queuelib-1.7.0.tar.gz) = 13291 bytes
+BLAKE2s (queuelib-1.8.0.tar.gz) = 319f07718fa2ff80c36ae5f97669d0046d1f55ae05987e714e995640f0a98229
+SHA512 (queuelib-1.8.0.tar.gz) = 46f227615a9cf06bbffef378c965d6cfa677b09cb99737b8520975a2e9d01626e8886675f52ccbb845cf67e16649f97d772068476b7c863345edecd416eddbcc
+Size (queuelib-1.8.0.tar.gz) = 11675 bytes



Home | Main Index | Thread Index | Old Index