pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-yarl py-yarl: updated to 1.4.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d11a8e49700c
branches:  trunk
changeset: 345367:d11a8e49700c
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Dec 11 09:00:36 2019 +0000

description:
py-yarl: updated to 1.4.2

1.4.1:
* Fix regression, make the library work on Python 3.5 and 3.6 again.

1.4.0:
* Distinguish an empty password in URL from a password not provided at all
* Fixed annotations for optional parameters of ``URL.build``
* Use None as default value of ``user`` parameter of ``URL.build``
* Enforce building C Accelerated modules when installing from source tarball, use
  ``YARL_NO_EXTENSIONS`` environment variable for falling back to (slower) Pure Python
  implementation
* Drop Python 3.5 support
* Fix quoting of plus in path by pure python version
* Don't create a new URL if fragment is unchanged
* Included in error msg the path that produces starting slash forbidden error
* Skip slow IDNA encoding for ASCII-only strings

diffstat:

 www/py-yarl/Makefile |   4 ++--
 www/py-yarl/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 8b0c379547a1 -r d11a8e49700c www/py-yarl/Makefile
--- a/www/py-yarl/Makefile      Wed Dec 11 08:58:35 2019 +0000
+++ b/www/py-yarl/Makefile      Wed Dec 11 09:00:36 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2019/04/26 13:14:22 maya Exp $
+# $NetBSD: Makefile,v 1.20 2019/12/11 09:00:36 adam Exp $
 
-DISTNAME=      yarl-1.3.0
+DISTNAME=      yarl-1.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yarl/}
diff -r 8b0c379547a1 -r d11a8e49700c www/py-yarl/distinfo
--- a/www/py-yarl/distinfo      Wed Dec 11 08:58:35 2019 +0000
+++ b/www/py-yarl/distinfo      Wed Dec 11 09:00:36 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2018/12/13 11:13:57 adam Exp $
+$NetBSD: distinfo,v 1.17 2019/12/11 09:00:36 adam Exp $
 
-SHA1 (yarl-1.3.0.tar.gz) = 9f12a4c3f2a2c3be5d212cb70372859d1981f4f3
-RMD160 (yarl-1.3.0.tar.gz) = 1baa1d19acdc8dc42a8123a3991e06815ddea684
-SHA512 (yarl-1.3.0.tar.gz) = 58e539900e7754b0a3d41960ebe20d21fd7245ce71fccb31d6a1204298dd71cacd742b2cb2b4c49c3a9b28ce5c664c412334f29e23a3c608aad8018142ba3e14
-Size (yarl-1.3.0.tar.gz) = 159748 bytes
+SHA1 (yarl-1.4.2.tar.gz) = 781353656b6318d0061c08faf0ccee111b18b494
+RMD160 (yarl-1.4.2.tar.gz) = 0c0c2cd97bd7e27039e1edbfe44786f62a224048
+SHA512 (yarl-1.4.2.tar.gz) = 036562b645d7b9b3ed4a749decb189587b41ab13b5dda5ff461b00eebadf1ecdbd8d5ae06932cc7d8b7ff551cd630f8671eb0f6c854b20996cda4a6897994fa0
+Size (yarl-1.4.2.tar.gz) = 163521 bytes



Home | Main Index | Thread Index | Old Index