From baf174d898956cc1120b0eee7637ace3610b2de4 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Sun, 28 Jul 2024 21:54:03 +0300 Subject: [PATCH] import python-sh-1.14.2-5.el9 --- .gitignore | 1 + .python-sh.metadata | 1 + SPECS/python-sh.spec | 214 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 216 insertions(+) create mode 100644 .gitignore create mode 100644 .python-sh.metadata create mode 100644 SPECS/python-sh.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c77e0d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/sh-1.14.2.tar.gz diff --git a/.python-sh.metadata b/.python-sh.metadata new file mode 100644 index 0000000..effe0e8 --- /dev/null +++ b/.python-sh.metadata @@ -0,0 +1 @@ +4dd45f1754b3486fde50b4031f32163e26bdf931 SOURCES/sh-1.14.2.tar.gz diff --git a/SPECS/python-sh.spec b/SPECS/python-sh.spec new file mode 100644 index 0000000..16c8229 --- /dev/null +++ b/SPECS/python-sh.spec @@ -0,0 +1,214 @@ +%global srcname sh + +%global common_description %{expand: +sh is a full-fledged subprocess replacement for Python that allows you to call +any program as if it were a function. sh is not a collection of system +commands implemented in Python.} + +Name: python-%{srcname} +License: MIT +Summary: Python subprocess replacement +Version: 1.14.2 +Release: 5%{?dist} +URL: https://github.com/amoffat/sh +Source0: %pypi_source +BuildArch: noarch +# MiscTests.test_no_fd_leak needs lsof, but it is a "flaky test by nature", and +# sometimes fails the package build. Without lsof installed, the test is +# skipped. Let's leave it out for now. +# https://github.com/amoffat/sh/issues/600 +#BuildRequires: lsof + + +%description %{common_description} + + +%package -n python3-%{srcname} +Summary: %{summary} +BuildRequires: python3-devel + + +%description -n python3-%{srcname} %{common_description} + + +%prep +%autosetup -n %{srcname}-%{version} -p1 + + +%generate_buildrequires +%pyproject_buildrequires + + +%build +%pyproject_wheel + + +%install +%pyproject_install +%pyproject_save_files %{srcname} + + +%check +%{python3} sh.py travis + + +%files -n python3-%{srcname} -f %{pyproject_files} +%doc CHANGELOG.md README.rst + + +%changelog +* Sun Jul 28 2024 Sergey Cherevko - 1.14.2-5 +- Rebuilt for MSVSphere 9.4 + +* Sat Mar 19 2022 Carl George - 1.14.2-5 +- Convert to pyproject macros +- Skip test_no_fd_leak test by removing lsof build requirement rhbz#2033204 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.14.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.14.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 1.14.2-2 +- Rebuilt for Python 3.10 + +* Sat May 22 2021 Kevin Fenzi - 1.14.2-1 +- Update to 1.14.2. Fixes rhbz#1960814 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.14.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Dec 31 2020 Kevin Fenzi - 1.14.1-1 +- Update to 1.14.1. Fixes rhbz#1891289 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.13.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 26 2020 Charalampos Stratakis - 1.13.1-1 +- Update to 1.13.1 (#1828679) + +* Tue May 26 2020 Miro Hrončok - 1.12.14-17 +- Rebuilt for Python 3.9 + +* Fri Feb 07 2020 Carl George - 1.12.14-16 +- Always apply patch3 (el8 fix) + +* Thu Jan 30 2020 Fedora Release Engineering - 1.12.14-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 1.12.14-14 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Thu Aug 22 2019 Miro Hrončok - 1.12.14-13 +- Subpackage python2-sh has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Mon Aug 19 2019 Miro Hrončok - 1.12.14-12 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.12.14-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Feb 12 2019 Carl George - 1.12.14-10 +- Refresh patch4, which also obsoletes patch5 + +* Sat Feb 02 2019 Fedora Release Engineering - 1.12.14-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jul 24 2018 Pierre-Yves Chibon - 1.12.14-8 +- Fix tests for the drop of the unversioned python interpreter + +* Sat Jul 14 2018 Fedora Release Engineering - 1.12.14-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Jun 20 2018 Carl George - 1.12.14-6 +- Add patch4 to always use fully versioned python command in tests + +* Tue Jun 19 2018 Miro Hrončok - 1.12.14-5 +- Rebuilt for Python 3.7 + +* Thu Mar 08 2018 Carl George - 1.12.14-4 +- Use common license and documentation directory +- Enable EPEL python3 subpackage + +* Fri Feb 09 2018 Fedora Release Engineering - 1.12.14-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.12.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Wed Jun 07 2017 Carl George - 1.12.14-1 +- Latest upstream +- Update patch0 to account for changes in PEP-0538 + +* Sun Apr 16 2017 Carl George - 1.12.13-2 +- Add patch2 to remove coverage (too old in EL6/7, doesn't add any value for packaging) +- Add patch3 to fix tests to work with PEP-0538 changes in F26+ (obsoletes patch1) +- Run tests via `sh.py travis` to only test with the called python version +- Properly install license +- Switch to PyPI tarball +- Update summary and description + +* Sat Apr 15 2017 Kevin Fenzi - 1.12.13-1 +- Update to 1.12.13. Fixes bug #1442462 +- Update to current python guidelines. Fixes bug #1442465 + +* Sat Feb 11 2017 Fedora Release Engineering - 1.11-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 1.11-3 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 1.11-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Mon Feb 15 2016 Javier Peña - 1.11-1 +- Updated to upstream version 1.11 +- Kill the entire process group when a command times out (bz#1306405) + +* Thu Feb 04 2016 Fedora Release Engineering - 1.08-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 1.08-6 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Thu Jun 18 2015 Fedora Release Engineering - 1.08-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.08-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 28 2014 Kalev Lember - 1.08-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + +* Sun Aug 04 2013 Fedora Release Engineering - 1.08-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Sat Apr 13 2013 Ralph Bean - 1.08-1 +- Latest upstream version. +- More explicit directory ownership in files section. +- Added python3-sh subpackage. + +* Thu Feb 14 2013 Fedora Release Engineering - 1.02-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Sep 18 2012 Andy Grover - 1.02-2 +- Re-add check + +* Mon Sep 17 2012 Andy Grover - 1.02-1 +- New upstream release +- New upstream download location +- Remove check, upstream unittest has been removed + +* Sat Jul 21 2012 Fedora Release Engineering - 0.107-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jun 28 2012 Andy Grover - 0.107-1 +- New upstream release + +* Fri May 4 2012 Andy Grover - 0.105-1 +- New upstream release + +* Thu Mar 22 2012 Andy Grover - 0.95-2 +- Initial packaging