diff --git a/python-yarl.spec b/python-yarl.spec index 75ca55191bd64bfb536ce48d85a8a12c7aeeda3d..cd3ab646574418cc8393605cfb07034a05d44ae8 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-yarl -Version: 1.5.0 -Release: 3 +Version: 1.8.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/12/f1/0a667b5a08850a455456e375cb2a91ff8234eae7a5d8755834be860be564/yarl-1.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/d6/04/255c68974ec47fa754564c4abba8f61f9ed68b869bbbb854198d6259c4f7/yarl-1.8.1.tar.gz Requires: python3-multidict Requires: python3-idna @@ -31,7 +31,7 @@ Provides: python3-yarl-doc Yet another URL library %prep -%autosetup -n yarl-1.5.0 +%autosetup -n yarl-%{version} %build %py3_build @@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 01 2022 guozhengxin - 1.8.1-1 +- Upgrade package to version 1.8.1 + * Wed May 18 2022 liukuo - 1.5.0-3 - License compliance rectification diff --git a/yarl-1.5.0.tar.gz b/yarl-1.5.0.tar.gz deleted file mode 100644 index f8fdb97dc4af9753a9897f9e0225c412b9d5f559..0000000000000000000000000000000000000000 Binary files a/yarl-1.5.0.tar.gz and /dev/null differ diff --git a/yarl-1.8.1.tar.gz b/yarl-1.8.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..384f9d3915622eca9aa6fb8ef8c15badc35076a2 Binary files /dev/null and b/yarl-1.8.1.tar.gz differ