diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-tmuxp.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /tmuxp-1.27.0.tar.gz +/tmuxp-1.27.1.tar.gz diff --git a/python-tmuxp.spec b/python-tmuxp.spec index 562e324..4e9b858 100644 --- a/python-tmuxp.spec +++ b/python-tmuxp.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tmuxp -Version: 1.27.0 +Version: 1.27.1 Release: 1 Summary: tmux session manager License: MIT URL: http://github.com/tmux-python/tmuxp/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ea/e3/80b5828fd233a86cb0dc43abef8df0a0e03c674ac8c2d4bc1a7726f7aa9e/tmuxp-1.27.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/05/fd/31dfd84dafc409f6f4d0c52ae33ba300114d100c32799a42916facc6ef7c/tmuxp-1.27.1.tar.gz BuildArch: noarch Requires: python3-PyYAML @@ -118,7 +118,7 @@ See donation options at <https://git-pull.com/support.html>. - License: [MIT](http://opensource.org/licenses/MIT). %prep -%autosetup -n tmuxp-1.27.0 +%autosetup -n tmuxp-1.27.1 %build %py3_build @@ -158,5 +158,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.27.0-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.27.1-1 - Package Spec generated @@ -1 +1 @@ -9c43f96059d006a1f58fa8aa8f840fab tmuxp-1.27.0.tar.gz +155a7b2a0f96e061f6c4fc7750e9981b tmuxp-1.27.1.tar.gz |