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 Jun 11 14:31:09 UTC 2025
Modified Files:
pkgsrc/www/py-yarl: Makefile distinfo
Log Message:
py-yarl: updated to 1.20.1
1.20.1
Bug fixes
- Started raising a :exc:`ValueError` exception raised for corrupted
IPv6 URL values.
These fixes the issue where exception :exc:`IndexError` was
leaking from the internal code because of not being handled and
transformed into a user-facing error. The problem was happening
under the following conditions: empty IPv6 URL, brackets in
reverse order.
Packaging updates and notes for downstreams
- Updated to use Cython 3.1 universally across the build path -- by :user:`lysnikolaou`.
- Made Cython line tracing opt-in via the ``with-cython-tracing`` build config setting -- by :user:`bdraco`.
Previously, line tracing was enabled by default in :file:`pyproject.toml`, which caused build issues for some users and made wheels nearly twice as slow.
Now line tracing is only enabled when explicitly requested via ``pip install . --config-setting=with-cython-tracing=true`` or by setting the ``YARL_CYTHON_TRACING`` environment variable.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.46 -r1.47 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.50 pkgsrc/www/py-yarl/Makefile:1.51
--- pkgsrc/www/py-yarl/Makefile:1.50 Sun Apr 20 21:23:43 2025
+++ pkgsrc/www/py-yarl/Makefile Wed Jun 11 14:31:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2025/04/20 21:23:43 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2025/06/11 14:31:09 adam Exp $
-DISTNAME= yarl-1.20.0
+DISTNAME= yarl-1.20.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yarl/}
Index: pkgsrc/www/py-yarl/distinfo
diff -u pkgsrc/www/py-yarl/distinfo:1.46 pkgsrc/www/py-yarl/distinfo:1.47
--- pkgsrc/www/py-yarl/distinfo:1.46 Sun Apr 20 21:23:43 2025
+++ pkgsrc/www/py-yarl/distinfo Wed Jun 11 14:31:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2025/04/20 21:23:43 wiz Exp $
+$NetBSD: distinfo,v 1.47 2025/06/11 14:31:09 adam Exp $
-BLAKE2s (yarl-1.20.0.tar.gz) = 2a3de1f5f5d3e3527394a6a5af360b40879e649d8cddaf75e7dac290d79e1892
-SHA512 (yarl-1.20.0.tar.gz) = 826bd2d95a8de05630a597b2427a3c37e50b6d44a73d7003ffb20add68abed4742fb5102c7bdfdb69509b39e7e63bf506ffa0f22138715bf9c8c1a3836bb7607
-Size (yarl-1.20.0.tar.gz) = 185258 bytes
+BLAKE2s (yarl-1.20.1.tar.gz) = 3a50b059a254c47462e81b8520d5e62f533973e708f1862543be704c6d15e284
+SHA512 (yarl-1.20.1.tar.gz) = 2e7d2c69ddf07f04468b40dc929f5c54bcc3026386fa5fe98bc7f8b8f8aafee05d1df00a42377767e8a9e839f76b8cf569b8e373b3e94af6a954e68a4031fcc1
+Size (yarl-1.20.1.tar.gz) = 186428 bytes
Home |
Main Index |
Thread Index |
Old Index