forked from pool/python-yarl
Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e03e258516 | |||
| e1fa1b1a94 | |||
| cec10e844e | |||
| 5335069d73 | |||
| a9ae326466 | |||
| 971cd0450c | |||
| 4437fcb7c0 | |||
| 154aed2175 | |||
| ebaddf8cbf | |||
| fc1cf45974 | |||
| 997df0818a | |||
| 60463dc6a0 |
@@ -1,28 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Jun 11 21:29:35 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 1.20.1:
|
|
||||||
* 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. -- by :user:`MaelPic`. Related issues and pull
|
|
||||||
requests on GitHub: :issue:`1512`.
|
|
||||||
* Updated to use Cython 3.1 universally across the build path
|
|
||||||
-- by :user:`lysnikolaou`. Related issues and pull requests
|
|
||||||
on GitHub: :issue:`1514`.
|
|
||||||
* 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. Related issues and pull requests on
|
|
||||||
GitHub: :issue:`1521`.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 27 08:56:06 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Sun Apr 27 08:56:06 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-yarl
|
Name: python-yarl
|
||||||
Version: 1.20.1
|
Version: 1.20.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Yet another URL library
|
Summary: Yet another URL library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
BIN
yarl-1.20.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
yarl-1.20.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac
|
|
||||||
size 186428
|
|
||||||
Reference in New Issue
Block a user