pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-yarl
Module Name: pkgsrc
Committed By: adam
Date: Wed Oct 14 13:26:36 UTC 2020
Modified Files:
pkgsrc/www/py-yarl: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-yarl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-yarl/Makefile
diff -u pkgsrc/www/py-yarl/Makefile:1.23 pkgsrc/www/py-yarl/Makefile:1.24
--- pkgsrc/www/py-yarl/Makefile:1.23 Fri Oct 2 09:26:18 2020
+++ pkgsrc/www/py-yarl/Makefile Wed Oct 14 13:26:36 2020
@@ -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 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]
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
Index: pkgsrc/www/py-yarl/distinfo
diff -u pkgsrc/www/py-yarl/distinfo:1.20 pkgsrc/www/py-yarl/distinfo:1.21
--- pkgsrc/www/py-yarl/distinfo:1.20 Fri Oct 2 09:26:18 2020
+++ pkgsrc/www/py-yarl/distinfo Wed Oct 14 13:26:36 2020
@@ -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