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.6.tar.gz b/fastpurge-1.0.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0752d6c2f6b6786c22067136595273aef97187f6 Binary files /dev/null and b/fastpurge-1.0.6.tar.gz differ diff --git a/python-fastpurge.spec b/python-fastpurge.spec index 4bd53d05d264a828dec986bd888b643fa15462fc..20e19b5513996cd38c5d31c56e912145cfc7467d 100644 --- a/python-fastpurge.spec +++ b/python-fastpurge.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-fastpurge -Version: 1.0.3 +Version: 1.0.6 Release: 1 Summary: A client for the Akamai Fast Purge API License: GPL-3.0 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/26/18/358441868c580f10282496668c399863a9277e171efca20c5684fd1bc72d/fastpurge-1.0.6.tar.gz BuildArch: noarch Requires: python3-requests @@ -32,7 +32,7 @@ Provides: python3-fastpurge-doc Python client for Akamai Fast Purge API %prep -%autosetup -n fastpurge-1.0.3 +%autosetup -n fastpurge-1.0.6 %build %py3_build @@ -72,5 +72,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Sep 17 2025 lvfei - 1.0.6-1 +- update package to 1.0.6 +- Add retry backoff max and jitter settings + Update codecov-action to v4 + * Tue Dec 14 2021 Python_Bot - 1.0.3-1 - Package Init diff --git a/python-fastpurge.yaml b/python-fastpurge.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2a3c31ddbb46f2c0657f00a66b553fc72f05bf7d --- /dev/null +++ b/python-fastpurge.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: release-engineering/python-fastpurge +tag_prefix: "^v" +separator: "."