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: wiz
Date: Sat Oct 19 10:51:03 UTC 2024
Modified Files:
pkgsrc/www/py-yarl: Makefile distinfo
Log Message:
py-yarl: update to 1.15.0.
1.15.0
======
*(2024-10-11)*
Bug fixes
---------
- Fixed validation with :py:meth:`~yarl.URL.with_scheme` when passed scheme is not lowercase -- by :user:`bdraco`.
*Related issues and pull requests on GitHub:*
:issue:`1189`.
Features
--------
- Started building ``armv7l`` wheels -- by :user:`bdraco`.
*Related issues and pull requests on GitHub:*
:issue:`1204`.
Miscellaneous internal changes
------------------------------
- Improved performance of constructing unencoded :class:`~yarl.URL` objects -- by :user:`bdraco`.
*Related issues and pull requests on GitHub:*
:issue:`1188`.
- Added a cache for parsing hosts to reduce overhead of encoding :class:`~yarl.URL` -- by :user:`bdraco`.
*Related issues and pull requests on GitHub:*
:issue:`1190`.
- Improved performance of constructing query strings from :class:`~collections.abc.Mapping` -- by :user:`bdraco`.
*Related issues and pull requests on GitHub:*
:issue:`1193`.
- Improved performance of converting :class:`~yarl.URL` objects to strings -- by :user:`bdraco`.
*Related issues and pull requests on GitHub:*
:issue:`1198`.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.37 -r1.38 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.40 pkgsrc/www/py-yarl/Makefile:1.41
--- pkgsrc/www/py-yarl/Makefile:1.40 Thu Oct 10 06:37:26 2024
+++ pkgsrc/www/py-yarl/Makefile Sat Oct 19 10:51:03 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2024/10/10 06:37:26 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2024/10/19 10:51:03 wiz Exp $
-DISTNAME= yarl-1.14.0
+DISTNAME= yarl-1.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yarl/}
Index: pkgsrc/www/py-yarl/distinfo
diff -u pkgsrc/www/py-yarl/distinfo:1.37 pkgsrc/www/py-yarl/distinfo:1.38
--- pkgsrc/www/py-yarl/distinfo:1.37 Wed Oct 9 08:23:20 2024
+++ pkgsrc/www/py-yarl/distinfo Sat Oct 19 10:51:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2024/10/09 08:23:20 adam Exp $
+$NetBSD: distinfo,v 1.38 2024/10/19 10:51:03 wiz Exp $
-BLAKE2s (yarl-1.14.0.tar.gz) = 820244d10a9471756ce709c07d5667e149af684c9a1095555221e46bf38856bc
-SHA512 (yarl-1.14.0.tar.gz) = 8cc9d1aaa6fcccdfce5ea0a0ac3f89b81c5719568b76e66637e9a7baa0637770523f86495f70e28f94f166579e77d72afd708cef1306dafcd8093c7fb2a1d3f0
-Size (yarl-1.14.0.tar.gz) = 166127 bytes
+BLAKE2s (yarl-1.15.0.tar.gz) = 552212fc0e3f304bd518545a576b4be03a1b7fa36d290cf5a3b9de0e739b586a
+SHA512 (yarl-1.15.0.tar.gz) = 25a2b2434204e29f4fc4ef438efda0747aedc3e703a8164f9aa5fee809d8d01895f3b0a9aa4de1d3deaa719d940b2b5e681360e47d8e3704200bffdf5e7151a8
+Size (yarl-1.15.0.tar.gz) = 167065 bytes
Home |
Main Index |
Thread Index |
Old Index