diff --git a/python-yarl.spec b/python-yarl.spec index 016d71767284062dfc001f5be9cd1a879401115a..08ae1d35067c016e714baa3de687de313039af5e 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.19.0 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://github.com/aio-libs/yarl/releases/download/v1.19.0/yarl-1.19.0.tar.gz %description Yet another URL library @@ -17,6 +17,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc +BuildRequires: python3-expandvars Requires: python3-multidict Requires: python3-idna Requires: python3-typing-extensions @@ -33,10 +34,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 @@ -68,11 +69,15 @@ mv %{buildroot}/doclist.lst . %files -n python3-yarl -f filelist.lst %dir %{python3_sitearch}/* +%{python3_sitearch}/yarl/__pycache__/* %files help -f doclist.lst %{_docdir}/* %changelog +* Fri Sep 05 2025 Yu Peng - 1.19.0-1 +- Update package to version 1.19.0 + * Mon Jul 03 2023 chenzixuan - 1.9.2-1 - Update package to version 1.9.2 diff --git a/yarl-1.19.0.tar.gz b/yarl-1.19.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..65e18a898e29d0d8c8bd42a28dccac43cc570d08 Binary files /dev/null and b/yarl-1.19.0.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