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.6.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df62f6acbc00
branches:  trunk
changeset: 440638:df62f6acbc00
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 14 13:26:36 2020 +0000

description:
py-yarl: updated to 1.6.2

1.6.2

Bugfixes
- Provide generated ``.c`` files in TarBall distribution.


1.6.1

Features
- Provide wheels for ``aarch64``, ``i686``, ``ppc64le``, ``s390x`` architectures on
  Linux as well as ``x86_64``.
- Provide wheels for Python 3.9.

Bugfixes
- ``human_repr()`` now always produces valid representation equivalent to the original URL (if the original URL is valid).
- Fixed  requoting a single percent followed by a percent-encoded character in the Cython implementation.
- Fix ValueError when decoding ``%`` which is not followed by two hexadecimal digits.
- Fix decoding ``%`` followed by a space and hexadecimal digit.
- Fix annotation of ``with_query()``/``update_query()`` methods for ``key=[val1, val2]`` case.

Removal
- Drop Python 3.5 support; Python 3.6 is the minimal supported Python version.

diffstat:

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

diffs (37 lines):

diff -r 159cf0af2a93 -r df62f6acbc00 www/py-yarl/Makefile
--- a/www/py-yarl/Makefile      Wed Oct 14 12:10:44 2020 +0000
+++ b/www/py-yarl/Makefile      Wed Oct 14 13:26:36 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/10/02 09:26:18 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2020/10/14 13:26:36 adam Exp $
 
-DISTNAME=      yarl-1.6.0
+DISTNAME=      yarl-1.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yarl/}
@@ -17,8 +17,7 @@
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
-
-.if ${PYPKGPREFIX} == "py36" || ${PYPKGPREFIX} == "py37"
+.if ${_PYTHON_VERSION} < 38
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 .endif
 
diff -r 159cf0af2a93 -r df62f6acbc00 www/py-yarl/distinfo
--- a/www/py-yarl/distinfo      Wed Oct 14 12:10:44 2020 +0000
+++ b/www/py-yarl/distinfo      Wed Oct 14 13:26:36 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2020/10/02 09:26:18 wiz Exp $
+$NetBSD: distinfo,v 1.21 2020/10/14 13:26:36 adam Exp $
 
-SHA1 (yarl-1.6.0.tar.gz) = f1b3879c35aba313193b5163b245596b10b2a64f
-RMD160 (yarl-1.6.0.tar.gz) = 925d24709dd602170d553daf8a243d30fb20abd6
-SHA512 (yarl-1.6.0.tar.gz) = d08d2c4a906706bba3c1fad2b02e01299d076d9f6c1a1eb172d116d0ccbb1e6143b7dd959d242f2a1b5d450416bb15ab6e53ee9e05876b161d61ec23e054f29b
-Size (yarl-1.6.0.tar.gz) = 175492 bytes
+SHA1 (yarl-1.6.2.tar.gz) = f394134a9e730b8cac96e92b97d8333a2399d4fb
+RMD160 (yarl-1.6.2.tar.gz) = 9468697e63ca860ef6a537f5df3419ed75638af1
+SHA512 (yarl-1.6.2.tar.gz) = 5e3ab46216d567583558a6945127d0d8d758475636deb0733bae25fc869d842f05e996f06aa4a7dc6fd067f7e38afdc6e328cc8019735819d2a1cebc50ca165d
+Size (yarl-1.6.2.tar.gz) = 177534 bytes



Home | Main Index | Thread Index | Old Index