Update to 0.5.2
Add license to files Changed pypi source url to a working one
This commit is contained in:
parent
608d5434de
commit
227c8ff87d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/ptyprocess-0.4.tar.gz
|
/ptyprocess-0.4.tar.gz
|
||||||
/ptyprocess-0.5.tar.gz
|
/ptyprocess-0.5.tar.gz
|
||||||
/ptyprocess-0.5.1.tar.gz
|
/ptyprocess-0.5.1.tar.gz
|
||||||
|
/ptyprocess-0.5.2.tar.gz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
%global modname ptyprocess
|
%global modname ptyprocess
|
||||||
|
|
||||||
Name: python-ptyprocess
|
Name: python-ptyprocess
|
||||||
Version: 0.5.1
|
Version: 0.5.2
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
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://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
@ -51,17 +51,21 @@ LC_ALL=en_US.UTF-8 \
|
|||||||
%{_bindir}/py.test-2.* -v
|
%{_bindir}/py.test-2.* -v
|
||||||
|
|
||||||
%files -n python2-ptyprocess
|
%files -n python2-ptyprocess
|
||||||
# TODO add COPYING with next release
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python2_sitelib}/ptyprocess/
|
%{python2_sitelib}/ptyprocess/
|
||||||
%{python2_sitelib}/ptyprocess-%{version}-py?.?.egg-info
|
%{python2_sitelib}/ptyprocess-%{version}-py?.?.egg-info
|
||||||
|
|
||||||
%files -n python%{python3_pkgversion}-ptyprocess
|
%files -n python%{python3_pkgversion}-ptyprocess
|
||||||
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/ptyprocess/
|
%{python3_sitelib}/ptyprocess/
|
||||||
%{python3_sitelib}/ptyprocess-%{version}-py?.?.egg-info
|
%{python3_sitelib}/ptyprocess-%{version}-py?.?.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 03 2017 Charalampos Stratakis <cstratak@redhat.com> - 0.5.2-1
|
||||||
|
- Update to 0.5.2 (#1467330)
|
||||||
|
|
||||||
* Thu Feb 23 2017 Orion Poplawski <orion@cora.nwra.com> - 0.5.1-6
|
* Thu Feb 23 2017 Orion Poplawski <orion@cora.nwra.com> - 0.5.1-6
|
||||||
- Really build python3 on EPEL
|
- Really build python3 on EPEL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user