Python yarl
The module provides a URL class for url parsing and changing.
- Devel package for openSUSE:Factory
-
9
derived packages
- Links to openSUSE:Factory / python-yarl
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-yarl && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-yarl.changes | 0000016906 16.5 KB | |
python-yarl.spec | 0000002309 2.25 KB | |
reproducible.patch | 0000000759 759 Bytes | |
yarl-1.14.0.tar.gz | 0000166127 162 KB |
Revision 69 (latest revision is 71)
Dirk Mueller (dirkmueller)
accepted
request 1206469
from
John Paul Adrian Glaubitz (glaubitz)
(revision 69)
- Update to 1.14.0 * Switched to using the :mod:`propcache <propcache.api>` package for property caching * Started testing with Hypothesis * Improved performance of :py:meth:`~yarl.URL.is_default_port` when no explicit port is set * Improved performance of converting :class:`~yarl.URL` to a string when no explicit port is set * Improved performance of the :py:meth:`~yarl.URL.origin` method * Improved performance of encoding hosts - from version 1.13.1 * Improved performance of calling :py:meth:`~yarl.URL.build` with ``authority`` - from version 1.13.0 * 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 * Added :attr:`~yarl.URL.host_subcomponent` which returns the :rfc:`3986#section-3.2.2` host subcomponent - Update BuildRequires from requirements/test.txt
Comments 0