diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sen.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /sen-0.6.2.tar.gz +/sen-0.7.0.tar.gz diff --git a/python-sen.spec b/python-sen.spec index 8da4078..59667c0 100644 --- a/python-sen.spec +++ b/python-sen.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sen -Version: 0.6.2 +Version: 0.7.0 Release: 1 Summary: Terminal User Interface for Docker Engine License: MIT URL: https://github.com/TomasTomecek/sen/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/01/f6/fe73fe0d29ce6cee38cd9bbeace565dec2202e1653b5db744c70ce844f77/sen-0.6.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cd/db/338ddc6a8f5060701d5b34641b9cb1f760b06b61735abf755b102fe5089d/sen-0.7.0.tar.gz BuildArch: noarch Requires: python3-urwid @@ -31,7 +31,7 @@ Provides: python3-sen-doc %prep -%autosetup -n sen-0.6.2 +%autosetup -n sen-0.7.0 %build %py3_build @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.0-1 - Package Spec generated @@ -1 +1 @@ -bce63647b54cb99b98668269269bd29a sen-0.6.2.tar.gz +dc011a3f05c92fa93d078c88dadc154e sen-0.7.0.tar.gz |