diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-wedge-lib.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /wedge-lib-3.0.8.tar.gz +/wedge-lib-3.0.9.tar.gz diff --git a/python-wedge-lib.spec b/python-wedge-lib.spec index 53aafe4..6e5abd2 100644 --- a/python-wedge-lib.spec +++ b/python-wedge-lib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wedge-lib -Version: 3.0.8 +Version: 3.0.9 Release: 1 Summary: Wedge library for django application License: MIT URL: https://github.com/Wedge-Digital/w -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a9/12/9e979549bbab7d34fa5b190cfc10f4b4719fc422d856989fc4eea1dc6318/wedge-lib-3.0.8.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fc/2f/313a48b7a9fbb1c6e74c81f7f689a2ea0bccb23f537c49d27977633b16f2/wedge-lib-3.0.9.tar.gz BuildArch: noarch Requires: python3-arrow @@ -438,7 +438,7 @@ pipenv uninstall wedge-lib && pipenv install wedge-lib %prep -%autosetup -n wedge-lib-3.0.8 +%autosetup -n wedge-lib-3.0.9 %build %py3_build @@ -478,5 +478,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.8-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.9-1 - Package Spec generated @@ -1 +1 @@ -c1eab52e9efa6487984e0eb4b31490d8 wedge-lib-3.0.8.tar.gz +9f0cf6323f5dc1d1e38a7e08c3130c9c wedge-lib-3.0.9.tar.gz |