diff --git a/fastpurge-1.0.3.tar.gz b/fastpurge-1.0.3.tar.gz deleted file mode 100644 index 12d0ad8a29cdb2649aad52ea163a9a85fc8ab833..0000000000000000000000000000000000000000 Binary files a/fastpurge-1.0.3.tar.gz and /dev/null differ diff --git a/fastpurge-1.0.4.tar.gz b/fastpurge-1.0.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..98dfcb6982c4bde9940cb73255643b471288382f Binary files /dev/null and b/fastpurge-1.0.4.tar.gz differ diff --git a/python-fastpurge.spec b/python-fastpurge.spec index 4bd53d05d264a828dec986bd888b643fa15462fc..c4b37deaa3db47690d56d31017f9b694bc529609 100644 --- a/python-fastpurge.spec +++ b/python-fastpurge.spec @@ -1,27 +1,26 @@ %global _empty_manifest_terminate_build 0 Name: python-fastpurge -Version: 1.0.3 +Version: 1.0.4 Release: 1 Summary: A client for the Akamai Fast Purge API -License: GPL-3.0 +License: GPL-3.0-only URL: https://github.com/release-engineering/python-fastpurge -Source0: https://files.pythonhosted.org/packages/72/21/ec9e6caa83010b3f7eaaef44dc1cec44451ec8fd72413dc89e665a548f46/fastpurge-1.0.3.tar.gz +Source0: https://files.pythonhosted.org/packages/8e/81/4572f998a82cb7187e59ab746c93c9f6863a294ab3726ea8bed655bf5fb3/fastpurge-1.0.4.tar.gz BuildArch: noarch -Requires: python3-requests -Requires: python3-more-executors -Requires: python3-six -Requires: python3-monotonic -Requires: python3-edgegrid-python - %description Python client for Akamai Fast Purge API %package -n python3-fastpurge Summary: A client for the Akamai Fast Purge API -Provides: python-fastpurge +Provides: python-fastpurge = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +Requires: python3-requests +Requires: python3-more-executors +Requires: python3-six +Requires: python3-edgegrid-python +Requires: python3-monotonic %description -n python3-fastpurge Python client for Akamai Fast Purge API @@ -32,7 +31,7 @@ Provides: python3-fastpurge-doc Python client for Akamai Fast Purge API %prep -%autosetup -n fastpurge-1.0.3 +%autosetup -n fastpurge-%{version} %build %py3_build @@ -44,6 +43,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -72,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jan 16 2023 wangjunqi - 1.0.4-1 +- Update package to version 1.0.4 + * Tue Dec 14 2021 Python_Bot - 1.0.3-1 - Package Init