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:           Wed Jan  8 10:05:47 UTC 2025

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

Log Message:
py-itemadapter: updated to 0.10.0

0.10.0 (2024-11-29)

Dropped Python 3.8 support, added official Python 3.13 and PyPy 3.10 support
Fixed the typing check when run with Scrapy 2.12.0+
Fixed `MANIFEST.in` that was missing some files
Enabled `pre-commit`


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-itemadapter/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-itemadapter/distinfo

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.7 pkgsrc/textproc/py-itemadapter/Makefile:1.8
--- pkgsrc/textproc/py-itemadapter/Makefile:1.7 Mon Nov 11 07:29:03 2024
+++ pkgsrc/textproc/py-itemadapter/Makefile     Wed Jan  8 10:05:47 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/11/11 07:29:03 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/01/08 10:05:47 adam Exp $
 
-DISTNAME=      itemadapter-0.9.0
+DISTNAME=      itemadapter-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/itemadapter/}
@@ -14,7 +14,5 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-itemadapter/distinfo
diff -u pkgsrc/textproc/py-itemadapter/distinfo:1.6 pkgsrc/textproc/py-itemadapter/distinfo:1.7
--- pkgsrc/textproc/py-itemadapter/distinfo:1.6 Sat May 18 06:21:21 2024
+++ pkgsrc/textproc/py-itemadapter/distinfo     Wed Jan  8 10:05:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/05/18 06:21:21 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/01/08 10:05:47 adam Exp $
 
-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
+BLAKE2s (itemadapter-0.10.0.tar.gz) = d119883e700249c239c6df80e4830a05fb047d58537997382ad959ca6c4811d2
+SHA512 (itemadapter-0.10.0.tar.gz) = ee344758d0a99aa4ecdaedf7bf4be02a7362c860ba093199becd1acf4ed59a8474761628e9f4d0a6bd8d2a8f497805703f7540331aa70a972f7d0c66f8092a9b
+Size (itemadapter-0.10.0.tar.gz) = 22190 bytes



Home | Main Index | Thread Index | Old Index