Accepting request 1203564 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1203564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-yarl?expand=0&rev=31
This commit is contained in:
Ana Guerrero 2024-10-01 15:11:04 +00:00 committed by Git OBS Bridge
commit fc1cf45974
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
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>
- 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 <bwiedemann@suse.com>

View File

@ -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}

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:566db86717cf8080b99b58b083b773a908ae40f06681e87e589a976faf8246bf
size 141869