From c366b160b2445ea9f743613b8e2580f474706eb2 Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 19 Nov 2023 14:18:48 +0300 Subject: [PATCH] import python-pycotap-1.1.0-18.el9 --- .gitignore | 1 + .python-pycotap.metadata | 1 + SPECS/python-pycotap.spec | 107 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 109 insertions(+) create mode 100644 .gitignore create mode 100644 .python-pycotap.metadata create mode 100644 SPECS/python-pycotap.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0c8ab47 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pycotap-1.1.0.tar.gz diff --git a/.python-pycotap.metadata b/.python-pycotap.metadata new file mode 100644 index 0000000..61ff8b7 --- /dev/null +++ b/.python-pycotap.metadata @@ -0,0 +1 @@ +43cb0e5dbf0c4cf32b9705f010d1a236c786081c SOURCES/pycotap-1.1.0.tar.gz diff --git a/SPECS/python-pycotap.spec b/SPECS/python-pycotap.spec new file mode 100644 index 0000000..d8e3bef --- /dev/null +++ b/SPECS/python-pycotap.spec @@ -0,0 +1,107 @@ +# Created by pyp2rpm-3.3.2 +%global pypi_name pycotap + +Name: python-%{pypi_name} +Version: 1.1.0 +Release: 18%{?dist} +Summary: A tiny test runner that outputs TAP results to standard output + +License: MIT +URL: https://el-tramo.be/pycotap +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3dist(setuptools) + +%description +pycotap is a simple Python test runner for unit tests that outputs Test Anything +Protocol results directly to standard output.Contrary to other TAP runners +for Python, pycotap prints TAP (and *only* TAP) to standard output +instead of to a separate file, allowing you to pipe it directly to TAP pretty +printers and processors. + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +pycotap is a simple Python test runner for unit tests that outputs Test Anything +Protocol results directly to standard output.Contrary to other TAP runners +for Python, pycotap prints TAP (and *only* TAP) to standard output +instead of to a separate file, allowing you to pipe it directly to TAP pretty +printers and processors. + +%prep +%autosetup -n %{pypi_name}-%{version} +# Remove bundled egg-info +rm -rf %{pypi_name}.egg-info + +%build +%py3_build + +%install +%py3_install +find %{buildroot}/%{python3_sitelib} -name '*.py' | xargs sed -i '/^#!/d' + +%files -n python3-%{pypi_name} +%{python3_sitelib}/%{pypi_name} +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info + +%changelog +* Sun Nov 19 2023 Arkady L. Shane - 1.1.0-18 +- Rebuilt for MSVSphere 9.2 + +* Mon Aug 21 2023 Parag Nemade - 1.1.0-18 +- Mark this as SPDX license expression converted + +* Fri Jul 21 2023 Fedora Release Engineering - 1.1.0-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 1.1.0-16 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 1.1.0-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 1.1.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 1.1.0-13 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.1.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.1.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 1.1.0-10 +- Rebuilt for Python 3.10 + +* Sat May 01 2021 Takao Fujiwara - 1.1.0-9 +- Enable CI + +* Wed Jan 27 2021 Fedora Release Engineering - 1.1.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.1.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 1.1.0-6 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 1.1.0-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 1.1.0-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Apr 18 2019 Shlomi Fish - 1.1.0-1 +- Initial package.