diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-mountwizzard4.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /mountwizzard4-3.0.1.tar.gz +/mountwizzard4-3.1.0.tar.gz diff --git a/python-mountwizzard4.spec b/python-mountwizzard4.spec index 34390ed..642d566 100644 --- a/python-mountwizzard4.spec +++ b/python-mountwizzard4.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mountwizzard4 -Version: 3.0.1 +Version: 3.1.0 Release: 1 Summary: Tool for managing 10micron mounts License: APL 2.0 URL: https://github.com/mworion/MountWizzard4 -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/41/0e/f2e2545665a91461430df691e0f9ac06c07965364fbf6731bb29266d14b3/mountwizzard4-3.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/58/61/b69a2f390c8744333bcbb281dcb7725f8a3a4b7f5ea866e2902716ecb39f/mountwizzard4-3.1.0.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-mountwizzard4-doc %prep -%autosetup -n mountwizzard4-3.0.1 +%autosetup -n mountwizzard4-3.1.0 %build %py3_build @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.1-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.0-1 - Package Spec generated @@ -1 +1 @@ -4e1dd46dc8c807f3f23040ae0050da05 mountwizzard4-3.0.1.tar.gz +4b1b1093434a3c90c836f9777be1e789 mountwizzard4-3.1.0.tar.gz |