diff --git a/python-yarl.changes b/python-yarl.changes index 3307588..4f0eb58 100644 --- a/python-yarl.changes +++ b/python-yarl.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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 + +- updaze to 1.9.7: + * Removed support :rfc:3986#section-3.2.3 port normalization + when the scheme is not one of http, https, wss, or ws + * Joining URLs with empty segments has been changed + to match :rfc:3986 + ------------------------------------------------------------------- Tue Mar 12 10:35:11 UTC 2024 - Bernhard Wiedemann diff --git a/python-yarl.spec b/python-yarl.spec index 7226574..b541974 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-yarl -Version: 1.9.4 +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.4.tar.gz b/yarl-1.9.4.tar.gz deleted file mode 100644 index 6262046..0000000 --- a/yarl-1.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:566db86717cf8080b99b58b083b773a908ae40f06681e87e589a976faf8246bf -size 141869