Compare commits

..

No commits in common. 'c9' and 'i10c-beta' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/pexpect-4.8.0.tar.gz SOURCES/pexpect-4.9.0.tar.gz

@ -1 +1 @@
3f6c41a4a72dc802f3431f5d2367a4259f9b1813 SOURCES/pexpect-4.8.0.tar.gz 02da928aca17291840cc46282fe7a3162c072cd8 SOURCES/pexpect-4.9.0.tar.gz

@ -4,10 +4,14 @@
Name: python-%{modname} Name: python-%{modname}
Summary: Unicode-aware Pure Python Expect-like module Summary: Unicode-aware Pure Python Expect-like module
Version: 4.8.0 Version: 4.9.0
Release: 7%{?dist} Release: 5%{?dist}
License: ISC # All the files have ISC license except the
# following two that have BSD license:
# python-pexpect/pexpect-4.8.0/pexpect/pty_spawn.py
# python-pexpect/pexpect-4.8.0/pexpect/spawnbase.py
License: ISC AND BSD-3-Clause
URL: https://github.com/pexpect/pexpect URL: https://github.com/pexpect/pexpect
Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz
@ -38,8 +42,10 @@ pty module.
Summary: %{summary} Summary: %{summary}
%{?python_provide:%python_provide python3-%{modname}} %{?python_provide:%python_provide python3-%{modname}}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pytest BuildRequires: python3-pytest
BuildRequires: python3-ptyprocess BuildRequires: python3-ptyprocess
BuildRequires: zsh
Requires: python3-ptyprocess Requires: python3-ptyprocess
%description -n python3-%{modname} %description -n python3-%{modname}
@ -59,7 +65,7 @@ compiled. It should work on any platform that supports the standard Python
pty module. pty module.
%prep %prep
%autosetup -n %{modname}-%{version} %autosetup -n %{modname}-%{version} -p 1
%build %build
%py3_build %py3_build
@ -81,7 +87,7 @@ export INPUTRC=$PWD/.inputrc
%{__python3} ./tools/display-sighandlers.py %{__python3} ./tools/display-sighandlers.py
%{__python3} ./tools/display-terminalinfo.py %{__python3} ./tools/display-terminalinfo.py
TRAVIS=true py.test-3 --verbose CI=true py.test-3 --verbose
%endif %endif
%files -n python3-%{modname} %files -n python3-%{modname}
@ -91,6 +97,54 @@ TRAVIS=true py.test-3 --verbose
%{python3_sitelib}/%{modname}-*.egg-info %{python3_sitelib}/%{modname}-*.egg-info
%changelog %changelog
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4.9.0-5
- Rebuilt for MSVSphere 10
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.9.0-5
- Bump release for June 2024 mass rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Nov 29 2023 Scott Talbert <swt@techie.net> - 4.9.0-2
- Fix tests when running in CI-like environments (#2251910)
* Mon Nov 27 2023 Dan Radez <dradez@redhat.com> - 4.9.0-1
- Update to new upstream release 4.9.0 (#2251454)
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 4.8.0-16
- Rebuilt for Python 3.12
* Sun Feb 12 2023 Scott Talbert <swt@techie.net> - 4.8.0-15
- Fix FTBFS with Python 3.12 (#2155493)
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.8.0-12
- Rebuilt for Python 3.11
* Thu Mar 24 2022 Scott Talbert <swt@techie.net> - 4.8.0-11
- Replace asyncio.coroutine to fix Python 3.11 support (#2019843)
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 4.8.0-8
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-7 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save