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:           Tue Oct  1 07:50:20 UTC 2024

Modified Files:
        pkgsrc/www/py-yarl: Makefile distinfo

Log Message:
py-yarl: updated to 1.13.1

1.13.1

Miscellaneous internal changes

- Improved performance of calling :py:meth:`~yarl.URL.build` with ``authority``

1.13.0

Bug fixes

- Started rejecting ASCII hostnames with invalid characters. For host strings that
  look like authority strings, the exception message includes advice on what to do
  instead
- Fixed IPv6 addresses missing brackets when the :class:`~yarl.URL` was converted to a string

Features

- Added :attr:`~yarl.URL.host_subcomponent` which returns the :rfc:`3986#section-3.2.2` host subcomponent

1.12.1

No significant changes.

1.12.0

Features

- Added :attr:`~yarl.URL.path_safe` to be able to fetch the path without ``%2F`` and ``%25`` decoded

Removals and backward incompatible breaking changes

- Restore decoding ``%2F`` (``/``) in ``URL.path``

Miscellaneous internal changes

- Improved performance of processing paths


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.35 -r1.36 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.37 pkgsrc/www/py-yarl/Makefile:1.38
--- pkgsrc/www/py-yarl/Makefile:1.37    Tue Sep 10 10:37:54 2024
+++ pkgsrc/www/py-yarl/Makefile Tue Oct  1 07:50:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2024/09/10 10:37:54 adam Exp $
+# $NetBSD: Makefile,v 1.38 2024/10/01 07:50:20 adam Exp $
 
-DISTNAME=      yarl-1.11.1
+DISTNAME=      yarl-1.13.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.35 pkgsrc/www/py-yarl/distinfo:1.36
--- pkgsrc/www/py-yarl/distinfo:1.35    Tue Sep 10 10:37:54 2024
+++ pkgsrc/www/py-yarl/distinfo Tue Oct  1 07:50:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2024/09/10 10:37:54 adam Exp $
+$NetBSD: distinfo,v 1.36 2024/10/01 07:50:20 adam Exp $
 
-BLAKE2s (yarl-1.11.1.tar.gz) = 45363a1f8b5d459c2ed64065bb4bb7e707099bfd1b55e1390507fb2d6bac8ca5
-SHA512 (yarl-1.11.1.tar.gz) = a64bc1d9fa93029c54c359cf3667cf2fc1cf35cbea69911521af998bf43852a092844fa206bf3b31d38d2c8ad14f9eab7358020350cda22826486c317abf09f1
-Size (yarl-1.11.1.tar.gz) = 162095 bytes
+BLAKE2s (yarl-1.13.1.tar.gz) = 74c28aa4660a6768668c137669868b1cb274b9801c8fc234b77206cc9801c745
+SHA512 (yarl-1.13.1.tar.gz) = 8fccb36dbb019d02fc50f006a3a59decd413abfc6387fd7c1220444f4f79412be1d5119c32fd668b3d553fbaf4de64b9135345e8300c7fa025d892c847955f88
+Size (yarl-1.13.1.tar.gz) = 165912 bytes



Home | Main Index | Thread Index | Old Index