From 997df0818a910af15c3b034336421b5cb97eefbc9862d6e6a3f0b6ace7575836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 25 Sep 2024 12:26:12 +0000 Subject: [PATCH] - 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 --- python-yarl.changes | 10 ++++++++++ python-yarl.spec | 3 ++- yarl-1.12.1.tar.gz | 3 +++ yarl-1.9.7.tar.gz | 3 --- 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 yarl-1.12.1.tar.gz delete mode 100644 yarl-1.9.7.tar.gz diff --git a/python-yarl.changes b/python-yarl.changes index bd3d94f..4f0eb58 100644 --- a/python-yarl.changes +++ b/python-yarl.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Sep 25 11:36:24 UTC 2024 - Nico Krapp + +- 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 diff --git a/python-yarl.spec b/python-yarl.spec index 83b9eee..b541974 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -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} diff --git a/yarl-1.12.1.tar.gz b/yarl-1.12.1.tar.gz new file mode 100644 index 0000000..cf12922 --- /dev/null +++ b/yarl-1.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b860055199aec8d6fe4dcee3c5196ce506ca198a50aab0059ffd26e8e815828 +size 163223 diff --git a/yarl-1.9.7.tar.gz b/yarl-1.9.7.tar.gz deleted file mode 100644 index a7bbe7d..0000000 --- a/yarl-1.9.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f28e602edeeec01fc96daf7728e8052bc2e12a672e2a138561a1ebaf30fd9df7 -size 153261