pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-itemloaders py-itemloaders: updated to 1.0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c55d3468efe8
branches:  trunk
changeset: 389911:c55d3468efe8
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 12 14:18:55 2022 +0000

description:
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

diffstat:

 textproc/py-itemloaders/Makefile |  5 ++---
 textproc/py-itemloaders/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r f231140f51c2 -r c55d3468efe8 textproc/py-itemloaders/Makefile
--- a/textproc/py-itemloaders/Makefile  Mon Dec 12 14:17:11 2022 +0000
+++ b/textproc/py-itemloaders/Makefile  Mon Dec 12 14:18:55 2022 +0000
@@ -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/}
 
diff -r f231140f51c2 -r c55d3468efe8 textproc/py-itemloaders/distinfo
--- a/textproc/py-itemloaders/distinfo  Mon Dec 12 14:17:11 2022 +0000
+++ b/textproc/py-itemloaders/distinfo  Mon Dec 12 14:18:55 2022 +0000
@@ -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