diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-hupper.spec | 9 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 5 deletions
@@ -1 +1,2 @@ /hupper-1.11.tar.gz +/hupper-1.12.tar.gz diff --git a/python-hupper.spec b/python-hupper.spec index 7c2b1db..293a409 100644 --- a/python-hupper.spec +++ b/python-hupper.spec @@ -1,14 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-hupper -Version: 1.11 +Version: 1.12 Release: 1 Summary: Integrated process monitor for developing and reloading daemons. License: MIT URL: https://github.com/Pylons/hupper -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/61/c0/11cb2e672162c3ea8b2ed227299fff22ff1ca08dd3f78c9bc6f1d44a162a/hupper-1.11.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/42/3d/70bef845298bb4746b94418efde81bcfe0fad479169c2e9649f95630bfa7/hupper-1.12.tar.gz BuildArch: noarch Requires: python3-watchdog +Requires: python3-setuptools Requires: python3-Sphinx Requires: python3-pylons-sphinx-themes Requires: python3-watchdog @@ -35,7 +36,7 @@ Provides: python3-hupper-doc %prep -%autosetup -n hupper-1.11 +%autosetup -n hupper-1.12 %build %py3_build @@ -75,5 +76,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.11-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12-1 - Package Spec generated @@ -1 +1 @@ -3fec0b3d9cf03078590827707b1a51d6 hupper-1.11.tar.gz +d528a3425b071b7c3228247216e5bbba hupper-1.12.tar.gz |