diff --git a/absl-py-0.10.0.tar.gz b/absl-py-0.10.0.tar.gz deleted file mode 100644 index 6e6a9f532df33108792c7a04f56ad845d0ef6b64..0000000000000000000000000000000000000000 Binary files a/absl-py-0.10.0.tar.gz and /dev/null differ diff --git a/absl-py-1.1.0.tar.gz b/absl-py-1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..06c151213cea29fa6ac0e8c9edf8bec5aa4c91b5 Binary files /dev/null and b/absl-py-1.1.0.tar.gz differ diff --git a/python-absl-py.spec b/python-absl-py.spec index 7254191c46a1486b6619893421b63b074a228d5e..72ac61d73b05515128ea4d6c96b39cc1361bf457 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: 0.10.0 -Release: 2 +Version: 1.1.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/49/7c/1d9fa17c363b5ff395cc6f5fd03219b9d303f31268983325974570d0d500/absl-py-0.10.0.tar.gz +Source0: https://files.pythonhosted.org/packages/06/f8/d0a7a13128b8fc6e81486f476c2c5081dc29fa08a697b06cdd3eca46d055/absl-py-1.1.0.tar.gz BuildArch: noarch Requires: python3-six @@ -215,7 +215,7 @@ license. See [LICENSE](LICENSE) for more information. %prep -%autosetup -n absl-py-0.10.0 +%autosetup -n absl-py-%{version} %build %py3_build @@ -255,6 +255,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jun 13 2022 Zhipeng Xie - 1.1.0-1 +- upgrade to 1.1.0 + * Wed Jun 02 2021 guoqinglan - 0.10.0-2 - clear out the __pycache__ folders after yum remove