- 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:
Markéta Machová 2024-09-25 12:26:12 +00:00 committed by Git OBS Bridge
parent 60463dc6a0
commit 997df0818a
4 changed files with 15 additions and 4 deletions

View File

@ -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> Tue Sep 3 06:46:22 UTC 2024 - Adrian Schröter <adrian@suse.de>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-yarl Name: python-yarl
Version: 1.9.7 Version: 1.12.1
Release: 0 Release: 0
Summary: Yet another URL library Summary: Yet another URL library
License: Apache-2.0 License: Apache-2.0
@ -31,6 +31,7 @@ BuildRequires: %{python_module expandvars}
BuildRequires: %{python_module idna >= 2.0} BuildRequires: %{python_module idna >= 2.0}
# test requirements # test requirements
BuildRequires: %{python_module multidict >= 4.0} BuildRequires: %{python_module multidict >= 4.0}
BuildRequires: %{python_module covdefaults}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest-xdist}

3
yarl-1.12.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b860055199aec8d6fe4dcee3c5196ce506ca198a50aab0059ffd26e8e815828
size 163223

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f28e602edeeec01fc96daf7728e8052bc2e12a672e2a138561a1ebaf30fd9df7
size 153261