- update to 1.12.1
- update to 1.12.0 * Added attr `~yarl.URL.path_safe` to be able to fetch the path without %2F and %25 decoded * Restore decoding %2F (/) in URL.path * Improved performance of processing paths OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=67
This commit is contained in:
parent
60463dc6a0
commit
997df0818a
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:36:24 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- update to 1.12.1
|
||||
- update to 1.12.0
|
||||
* Added attr `~yarl.URL.path_safe` to be able to fetch the
|
||||
path without %2F and %25 decoded
|
||||
* Restore decoding %2F (/) in URL.path
|
||||
* Improved performance of processing paths
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 06:46:22 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-yarl
|
||||
Version: 1.9.7
|
||||
Version: 1.12.1
|
||||
Release: 0
|
||||
Summary: Yet another URL library
|
||||
License: Apache-2.0
|
||||
@ -31,6 +31,7 @@ BuildRequires: %{python_module expandvars}
|
||||
BuildRequires: %{python_module idna >= 2.0}
|
||||
# test requirements
|
||||
BuildRequires: %{python_module multidict >= 4.0}
|
||||
BuildRequires: %{python_module covdefaults}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest-xdist}
|
||||
|
3
yarl-1.12.1.tar.gz
Normal file
3
yarl-1.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b860055199aec8d6fe4dcee3c5196ce506ca198a50aab0059ffd26e8e815828
|
||||
size 163223
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f28e602edeeec01fc96daf7728e8052bc2e12a672e2a138561a1ebaf30fd9df7
|
||||
size 153261
|
Loading…
Reference in New Issue
Block a user