update version to 0.7.0

This commit is contained in:
FFrog 2021-08-10 22:42:22 +08:00
parent c43bc19bf7
commit 2ed0850af8
3 changed files with 5 additions and 3 deletions

Binary file not shown.

BIN
ptyprocess-0.7.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,9 +1,8 @@
%global with_tests 0%{?_with_tests:1} %global with_tests 0%{?_with_tests:1}
Name: python-ptyprocess Name: python-ptyprocess
Version: 0.6.0 Version: 0.7.0
Release: 4 Release: 1
Summary: Run a subprocess in a pseudo terminal Summary: Run a subprocess in a pseudo terminal
License: ISC License: ISC
URL: https://github.com/pexpect/ptyprocess URL: https://github.com/pexpect/ptyprocess
Source0: https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz
@ -56,6 +55,9 @@ LC_ALL=en_US.UTF-8 \
%{python3_sitelib}/ptyprocess-%{version}-py?.?.egg-info %{python3_sitelib}/ptyprocess-%{version}-py?.?.egg-info
%changelog %changelog
* Thu Jul 15 2021 OpenStack_SIG <openstack@openeuler.org> - 0.7.0-1
- update version to 0.7.0
* Mon Nov 09 2020 leiju <leiju4@huawei.com> - 0.6.0-4 * Mon Nov 09 2020 leiju <leiju4@huawei.com> - 0.6.0-4
- remove python2 subpackage - remove python2 subpackage