diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-libtmux.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /libtmux-0.21.0.tar.gz +/libtmux-0.21.1.tar.gz diff --git a/python-libtmux.spec b/python-libtmux.spec index bcc14e5..943bee5 100644 --- a/python-libtmux.spec +++ b/python-libtmux.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-libtmux -Version: 0.21.0 +Version: 0.21.1 Release: 1 Summary: Typed scripting library / ORM / API wrapper for tmux License: MIT URL: http://github.com/tmux-python/libtmux/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1f/cc/aafedc34ef147795a3f044b12c169301d3cb8e5ff046901ca8237d4fa3d6/libtmux-0.21.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/70/32/64702052328dbd249aff193e656c030d57a3f599df500fe5420ce53668dd/libtmux-0.21.1.tar.gz BuildArch: noarch @@ -133,7 +133,7 @@ See donation options at <https://git-pull.com/support.html>. - License: [MIT](http://opensource.org/licenses/MIT). %prep -%autosetup -n libtmux-0.21.0 +%autosetup -n libtmux-0.21.1 %build %py3_build @@ -173,5 +173,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.21.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.21.1-1 - Package Spec generated @@ -1 +1 @@ -a042356292e23b0714d3e0cdb32d3076 libtmux-0.21.0.tar.gz +d614b656a72fc8ae792ca01c0f09363a libtmux-0.21.1.tar.gz |