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: Thu Apr 27 09:05:50 UTC 2023
Modified Files:
pkgsrc/textproc/py-itemadapter: Makefile PLIST distinfo
Log Message:
py-itemadapter: updated to 0.8.0
0.8.0 (2023-03-30)
Dropped Python 3.6 support, and made Python 3.11 support official
It is now possible to declare custom ItemAdapter subclasses with their own ADAPTER_CLASSES attribute, allowing to support different item types in different parts of the same code base
Improved type hint support
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-itemadapter/Makefile \
pkgsrc/textproc/py-itemadapter/distinfo
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/textproc/py-itemadapter/Makefile:1.5
--- pkgsrc/textproc/py-itemadapter/Makefile:1.4 Mon Dec 12 14:17:11 2022
+++ pkgsrc/textproc/py-itemadapter/Makefile Thu Apr 27 09:05:50 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/12/12 14:17:11 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/04/27 09:05:50 adam Exp $
-DISTNAME= itemadapter-0.7.0
+DISTNAME= itemadapter-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/itemadapter/}
Index: pkgsrc/textproc/py-itemadapter/distinfo
diff -u pkgsrc/textproc/py-itemadapter/distinfo:1.4 pkgsrc/textproc/py-itemadapter/distinfo:1.5
--- pkgsrc/textproc/py-itemadapter/distinfo:1.4 Mon Dec 12 14:17:11 2022
+++ pkgsrc/textproc/py-itemadapter/distinfo Thu Apr 27 09:05:50 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/12/12 14:17:11 adam Exp $
+$NetBSD: distinfo,v 1.5 2023/04/27 09:05:50 adam Exp $
-BLAKE2s (itemadapter-0.7.0.tar.gz) = e6299807ef08fbdb04f94cfe64e6694ed99ae810afafb0d0bbc4a2c5e43d8ede
-SHA512 (itemadapter-0.7.0.tar.gz) = 0466f727dd42f7861308a449a6b6a65de0d48840c60b76a470103aa89a86d579102fe5c74ea4f66f68b8c4a0dcfb1dfb5a002bf1b9e587591bf7360a9604c18d
-Size (itemadapter-0.7.0.tar.gz) = 13636 bytes
+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
Index: pkgsrc/textproc/py-itemadapter/PLIST
diff -u pkgsrc/textproc/py-itemadapter/PLIST:1.2 pkgsrc/textproc/py-itemadapter/PLIST:1.3
--- pkgsrc/textproc/py-itemadapter/PLIST:1.2 Mon Dec 12 14:17:11 2022
+++ pkgsrc/textproc/py-itemadapter/PLIST Thu Apr 27 09:05:50 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/12/12 14:17:11 adam Exp $
+@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
@@ -12,6 +12,7 @@ ${PYSITELIB}/itemadapter/_imports.pyo
${PYSITELIB}/itemadapter/adapter.py
${PYSITELIB}/itemadapter/adapter.pyc
${PYSITELIB}/itemadapter/adapter.pyo
+${PYSITELIB}/itemadapter/py.typed
${PYSITELIB}/itemadapter/utils.py
${PYSITELIB}/itemadapter/utils.pyc
${PYSITELIB}/itemadapter/utils.pyo
Home |
Main Index |
Thread Index |
Old Index