pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-itemadapter



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 18 06:21:21 UTC 2024

Modified Files:
        pkgsrc/textproc/py-itemadapter: Makefile PLIST distinfo

Log Message:
py-itemadapter: updated to 0.9.0

0.9.0 (2024-05-07)

Dropped Python 3.7 support, added official Python 3.12 support

Updated the documentation and the type hint about ItemAdapter.ADAPTER_CLASSES to say that subclasses can use any iterable, not just collections.deque

Documented that Pydantic >= 2 is not supported yet

Updated CI configuration


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-itemadapter/Makefile \
    pkgsrc/textproc/py-itemadapter/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-itemadapter/PLIST

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

Modified files:

Index: pkgsrc/textproc/py-itemadapter/Makefile
diff -u pkgsrc/textproc/py-itemadapter/Makefile:1.5 pkgsrc/textproc/py-itemadapter/Makefile:1.6
--- pkgsrc/textproc/py-itemadapter/Makefile:1.5 Thu Apr 27 09:05:50 2023
+++ pkgsrc/textproc/py-itemadapter/Makefile     Sat May 18 06:21:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/04/27 09:05:50 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/05/18 06:21:21 adam Exp $
 
-DISTNAME=      itemadapter-0.8.0
+DISTNAME=      itemadapter-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/itemadapter/}
@@ -10,9 +10,12 @@ HOMEPAGE=    https://github.com/scrapy/item
 COMMENT=       Wrapper providing a common interface for objects of different types
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-itemadapter/distinfo
diff -u pkgsrc/textproc/py-itemadapter/distinfo:1.5 pkgsrc/textproc/py-itemadapter/distinfo:1.6
--- pkgsrc/textproc/py-itemadapter/distinfo:1.5 Thu Apr 27 09:05:50 2023
+++ pkgsrc/textproc/py-itemadapter/distinfo     Sat May 18 06:21:21 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/04/27 09:05:50 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/05/18 06:21:21 adam Exp $
 
-BLAKE2s (itemadapter-0.8.0.tar.gz) = 9f8f80179ca7afe5b2b9fd9f3a835ff7edac5bbdc53a8c8cd7804fb321edb238
-SHA512 (itemadapter-0.8.0.tar.gz) = 8a11122d397c31c80ebcfc8f8972701b2d03ad5818dc7b4ea2cbfb596bc1f51cdd1b3dea7d7a53eaff52c90bd128f1fc8071a89c45b9822296524163e9e5fb07
-Size (itemadapter-0.8.0.tar.gz) = 18791 bytes
+BLAKE2s (itemadapter-0.9.0.tar.gz) = 7d1fa878802b6467c28d5ca434aafb6f857727c913a0f1f7598f540bc1eb616d
+SHA512 (itemadapter-0.9.0.tar.gz) = 9cfbe66a622f02c139e4624d4d281276fa68b44ca9614686108191ba2b9ffb1c8a1b5138b2523f4a1643281715260f3e451cc701e36fa47f985c2a1acf133d63
+Size (itemadapter-0.9.0.tar.gz) = 18922 bytes

Index: pkgsrc/textproc/py-itemadapter/PLIST
diff -u pkgsrc/textproc/py-itemadapter/PLIST:1.3 pkgsrc/textproc/py-itemadapter/PLIST:1.4
--- pkgsrc/textproc/py-itemadapter/PLIST:1.3    Thu Apr 27 09:05:50 2023
+++ pkgsrc/textproc/py-itemadapter/PLIST        Sat May 18 06:21:21 2024
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2023/04/27 09:05:50 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.4 2024/05/18 06:21:21 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/itemadapter/__init__.py
 ${PYSITELIB}/itemadapter/__init__.pyc
 ${PYSITELIB}/itemadapter/__init__.pyo



Home | Main Index | Thread Index | Old Index