diff --git a/profilehooks-1.12.0.tar.gz b/profilehooks-1.12.0.tar.gz deleted file mode 100644 index a538ba0ce2dcbd27673910c7304745e19a128957..0000000000000000000000000000000000000000 Binary files a/profilehooks-1.12.0.tar.gz and /dev/null differ diff --git a/profilehooks-1.13.0.tar.gz b/profilehooks-1.13.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c25fdee8e94f97c885bbc963af5020b424c6c640 Binary files /dev/null and b/profilehooks-1.13.0.tar.gz differ diff --git a/python-profilehooks.spec b/python-profilehooks.spec index c7fda0b09bbc7b4be1b48732e75e573280162aa6..2199bcd21eb81ace376852659d5fb59dd516f97c 100644 --- a/python-profilehooks.spec +++ b/python-profilehooks.spec @@ -1,11 +1,10 @@ -%global _empty_manifest_terminate_build 0 Name: python-profilehooks -Version: 1.12.0 +Version: 1.13.0 Release: 1 Summary: Decorators for profiling/timing/tracing individual functions License: MIT URL: https://mg.pov.lt/profilehooks/ -Source0: https://files.pythonhosted.org/packages/f7/73/25ef2a50d78a463297228e85e0b1e34099a774c54ec169c21b1f5e5152c6/profilehooks-1.12.0.tar.gz +Source0: https://files.pythonhosted.org/packages/18/5a/c69fdf542b730c74b9de1cc2cc02692cd5d6a34a9d95e29217262937f91e/profilehooks-1.13.0.tar.gz BuildArch: noarch %description @@ -26,7 +25,7 @@ Provides: python3-profilehooks-doc Development documents and examples for profilehooks %prep -%autosetup -n profilehooks-1.12.0 +%autosetup -n profilehooks-1.13.0 %build %py3_build @@ -66,5 +65,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 23 2024 zhaosaisai - 1.13.0-1 +- Upgrade to the latest version 1.13.0 + * Sun May 23 2021 Python_Bot - Package Spec generated