diff --git a/python-yarl.spec b/python-yarl.spec index 016d71767284062dfc001f5be9cd1a879401115a..cf919e36403fdfad9e8cf88e375581406a341b72 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-yarl -Version: 1.9.2 +Version: 1.17.1 Release: 1 Summary: Yet another URL library License: Apache-2.0 URL: https://github.com/aio-libs/yarl/ -Source0: https://files.pythonhosted.org/packages/5f/3f/04b3c5e57844fb9c034b09c5cb6d2b43de5d64a093c30529fd233e16cf09/yarl-1.9.2.tar.gz +Source0: https://files.pythonhosted.org/packages/54/9c/9c0a9bfa683fc1be7fdcd9687635151544d992cccd48892dc5e0a5885a29/yarl-1.17.1.tar.gz %description Yet another URL library @@ -16,7 +16,10 @@ Provides: python-yarl = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi +BuildRequires: python3-pip BuildRequires: gcc +BuildRequires: python3-pip +BuildRequires: python-expandvars Requires: python3-multidict Requires: python3-idna Requires: python3-typing-extensions @@ -33,10 +36,10 @@ Yet another URL library %autosetup -n yarl-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -73,6 +76,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 04 2024 jinshuaiyu - 1.17.1-1 +- Update package to version 1.17.1 +- Improved performance of many :class:~yarl.URL methods +- Improved performance of passing a dict or str to :py:meth:~yarl.URL.extend_query + * Mon Jul 03 2023 chenzixuan - 1.9.2-1 - Update package to version 1.9.2 diff --git a/yarl-1.17.1.tar.gz b/yarl-1.17.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..580bbe0414b1176067635ccbeb2cc6b906a98e2b Binary files /dev/null and b/yarl-1.17.1.tar.gz differ diff --git a/yarl-1.9.2.tar.gz b/yarl-1.9.2.tar.gz deleted file mode 100644 index 929988f6e44ed199643e3a78ca017c235231e02f..0000000000000000000000000000000000000000 Binary files a/yarl-1.9.2.tar.gz and /dev/null differ