diff --git a/absl-py-1.1.0.tar.gz b/absl-py-1.1.0.tar.gz deleted file mode 100644 index 06c151213cea29fa6ac0e8c9edf8bec5aa4c91b5..0000000000000000000000000000000000000000 Binary files a/absl-py-1.1.0.tar.gz and /dev/null differ diff --git a/absl-py-1.3.0.tar.gz b/absl-py-1.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b13877067140e8ff107ce09611b978fb2fc8523f Binary files /dev/null and b/absl-py-1.3.0.tar.gz differ diff --git a/python-absl-py.spec b/python-absl-py.spec index 72ac61d73b05515128ea4d6c96b39cc1361bf457..48d6cffc5baf7d7780c82cf409c37a4752b02ea2 100644 --- a/python-absl-py.spec +++ b/python-absl-py.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-absl-py -Version: 1.1.0 +Version: 1.3.0 Release: 1 Summary: Abseil Python Common Libraries, see https://github.com/abseil/abseil-py. License: Apache 2.0 URL: https://github.com/abseil/abseil-py -Source0: https://files.pythonhosted.org/packages/06/f8/d0a7a13128b8fc6e81486f476c2c5081dc29fa08a697b06cdd3eca46d055/absl-py-1.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/a8/66/2b190f1ad948a0f5a84026eb499c123256d19f48d159b1462a4a98634be3/absl-py-1.3.0.tar.gz BuildArch: noarch Requires: python3-six @@ -73,12 +73,9 @@ will come in future releases. The Abseil Python library is licensed under the terms of the Apache license. See [LICENSE](LICENSE) for more information. - - - %package -n python3-absl-py Summary: Abseil Python Common Libraries, see https://github.com/abseil/abseil-py. -Provides: python-absl-py +Provides: python-absl-py = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-absl-py @@ -143,9 +140,6 @@ will come in future releases. The Abseil Python library is licensed under the terms of the Apache license. See [LICENSE](LICENSE) for more information. - - - %package help Summary: Development documents and examples for absl-py Provides: python3-absl-py-doc @@ -211,9 +205,6 @@ will come in future releases. The Abseil Python library is licensed under the terms of the Apache license. See [LICENSE](LICENSE) for more information. - - - %prep %autosetup -n absl-py-%{version} @@ -249,12 +240,15 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-absl-py -f filelist.lst -%{python3_sitelib}/* +%dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Wed Nov 23 2022 jiangxinyu - 1.3.0-1 +- Update package to version 1.3.0 + * Mon Jun 13 2022 Zhipeng Xie - 1.1.0-1 - upgrade to 1.1.0