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:           Mon Dec 12 14:18:55 UTC 2022

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

Log Message:
py-itemloaders: updated to 1.0.6

1.0.6
Fixes a regression introduced in 1.0.5 that would cause the re parameter of ItemLoader.add_xpath and similar methods to be passed to lxml, which would trigger an exception when the value of re was a 
compiled pattern and not a string

1.0.5
Allow additional args to be passed when calling ItemLoader.add_xpath
Fixed missing space in an exception message
Updated company name in author and copyright sections
Added official support for Python 3.9 and improved PyPy compatibility
Added official support for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-itemloaders/Makefile \
    pkgsrc/textproc/py-itemloaders/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-itemloaders/Makefile
diff -u pkgsrc/textproc/py-itemloaders/Makefile:1.3 pkgsrc/textproc/py-itemloaders/Makefile:1.4
--- pkgsrc/textproc/py-itemloaders/Makefile:1.3 Tue Jan  4 20:54:56 2022
+++ pkgsrc/textproc/py-itemloaders/Makefile     Mon Dec 12 14:18:55 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:56 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/12/12 14:18:55 adam Exp $
 
-DISTNAME=      itemloaders-1.0.4
+DISTNAME=      itemloaders-1.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/itemloaders/}
 
Index: pkgsrc/textproc/py-itemloaders/distinfo
diff -u pkgsrc/textproc/py-itemloaders/distinfo:1.3 pkgsrc/textproc/py-itemloaders/distinfo:1.4
--- pkgsrc/textproc/py-itemloaders/distinfo:1.3 Tue Oct 26 11:23:05 2021
+++ pkgsrc/textproc/py-itemloaders/distinfo     Mon Dec 12 14:18:55 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:23:05 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/12/12 14:18:55 adam Exp $
 
-BLAKE2s (itemloaders-1.0.4.tar.gz) = 503c87fb05e7c7721bc53d95b40efddb57e84020bac3dafa95afff4e39b6a26e
-SHA512 (itemloaders-1.0.4.tar.gz) = 2468d8bc0063a6cee2572980128ba1a419cecb775e981789f75ec2dab5ddecad446e5d3a728c3878045c586c99c30da4eed0ed28df29af5fe794922b5a13102f
-Size (itemloaders-1.0.4.tar.gz) = 11731 bytes
+BLAKE2s (itemloaders-1.0.6.tar.gz) = d9d2022031c930b52d3007c0753f687697522695240d01e53abd8f851e62bad0
+SHA512 (itemloaders-1.0.6.tar.gz) = db95d549b37e0eb627fa3bb725e8509c7678ffeea52bbed1456163d7e21ca396281523410c13e28670b85f9e334f02825143438f9d8decc8469210b21ebd1484
+Size (itemloaders-1.0.6.tar.gz) = 11571 bytes



Home | Main Index | Thread Index | Old Index