pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-itemloaders



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun  4 10:35:29 UTC 2024

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

Log Message:
py-itemloaders: updated to 1.3.1

1.3.1

Fixed an error when using nested loaders with empty matches that was introduced in 1.3.0

1.3.0

Added support for method chaining to the add_* and replace_* methods
Added type hints and py.typed
Made the docs builds reproducible


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-itemloaders/Makefile \
    pkgsrc/textproc/py-itemloaders/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-itemloaders/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-itemloaders/Makefile
diff -u pkgsrc/textproc/py-itemloaders/Makefile:1.6 pkgsrc/textproc/py-itemloaders/Makefile:1.7
--- pkgsrc/textproc/py-itemloaders/Makefile:1.6 Sat Apr 27 05:05:33 2024
+++ pkgsrc/textproc/py-itemloaders/Makefile     Tue Jun  4 10:35:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/04/27 05:05:33 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/06/04 10:35:29 adam Exp $
 
-DISTNAME=      itemloaders-1.2.0
+DISTNAME=      itemloaders-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/itemloaders/}
Index: pkgsrc/textproc/py-itemloaders/distinfo
diff -u pkgsrc/textproc/py-itemloaders/distinfo:1.6 pkgsrc/textproc/py-itemloaders/distinfo:1.7
--- pkgsrc/textproc/py-itemloaders/distinfo:1.6 Sat Apr 27 05:05:33 2024
+++ pkgsrc/textproc/py-itemloaders/distinfo     Tue Jun  4 10:35:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/04/27 05:05:33 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/06/04 10:35:29 adam Exp $
 
-BLAKE2s (itemloaders-1.2.0.tar.gz) = 0066078ff584d7fc9a19c011a95fe3364b246bed18c5c6883e81f91778964837
-SHA512 (itemloaders-1.2.0.tar.gz) = d596f77b49c67f98486aca0af59e16a22ba2639d945fdf15818a0e9a0fa13671afacb72ad9d3d7ab83a4325eadbda656f95b68040f0bf61ad0a730b3b9e9a55e
-Size (itemloaders-1.2.0.tar.gz) = 18544 bytes
+BLAKE2s (itemloaders-1.3.1.tar.gz) = 55bf5177f16da3d8c3f6374343eda1266b44e98122bf8a8d31d92b0d1307674b
+SHA512 (itemloaders-1.3.1.tar.gz) = ded59458c4b19834f807730714f9881b5f6c32c0ec73d8b0a817595626d5cf5275226673d96fd2a20308ed65789a24dd56c0bc259cea352eeffef09ee42d97ac
+Size (itemloaders-1.3.1.tar.gz) = 19632 bytes

Index: pkgsrc/textproc/py-itemloaders/PLIST
diff -u pkgsrc/textproc/py-itemloaders/PLIST:1.2 pkgsrc/textproc/py-itemloaders/PLIST:1.3
--- pkgsrc/textproc/py-itemloaders/PLIST:1.2    Sat Apr 27 05:05:33 2024
+++ pkgsrc/textproc/py-itemloaders/PLIST        Tue Jun  4 10:35:29 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/04/27 05:05:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/06/04 10:35:29 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -13,6 +13,7 @@ ${PYSITELIB}/itemloaders/common.pyo
 ${PYSITELIB}/itemloaders/processors.py
 ${PYSITELIB}/itemloaders/processors.pyc
 ${PYSITELIB}/itemloaders/processors.pyo
+${PYSITELIB}/itemloaders/py.typed
 ${PYSITELIB}/itemloaders/utils.py
 ${PYSITELIB}/itemloaders/utils.pyc
 ${PYSITELIB}/itemloaders/utils.pyo



Home | Main Index | Thread Index | Old Index