Compare commits

...

No commits in common. 'i8c' and 'epel9' have entirely different histories.
i8c ... epel9

51
.gitignore vendored

@ -1 +1,50 @@
SOURCES/coverage-4.5.1.tar.gz coverage-3.3.1.tar.gz
coverage-3.4.tar.gz
/coverage-3.5b1.tar.gz
/coverage-3.5.1b1.tar.gz
/coverage-3.5.2b1.tar.gz
/coverage-3.5.3.tar.gz
/coverage-3.6b1.tar.gz
/coverage-3.6b3.tar.gz
/coverage-3.6.tar.gz
/coverage-3.7.tar.gz
/coverage-3.7.1.tar.gz
/coverage-4.0a1.tar.gz
/coverage-4.0a2.tar.gz
/coverage-4.0a3.tar.gz
/coverage-4.0a5.tar.gz
/coverage-4.0a6.tar.gz
/coverage-4.0b1.tar.gz
/coverage-4.0b2.tar.gz
/coverage-4.0b3.tar.gz
/coverage-4.0.tar.gz
/coverage-4.0.1.tar.gz
/coverage-4.0.2.tar.gz
/coverage-4.0.3.tar.gz
/coverage-4.1b1.tar.gz
/coverage-4.1b2.tar.gz
/coverage-4.1b3.tar.gz
/coverage-4.1.tar.gz
/coverage-4.2b1.tar.gz
/coverage-4.2.tar.gz
/coverage-4.3.1.tar.gz
/coverage-4.3.3.tar.gz
/coverage-4.4.tar.gz
/coverage-4.4.1.tar.gz
/coverage-4.4.2.tar.gz
/coverage-4.5.tar.gz
/coverage-4.5.1.tar.gz
/coverage-4.5.3.tar.gz
/coverage-4.5.4.tar.gz
/coverage-5.0.2.tar.gz
/coverage-5.0.3.tar.gz
/coverage-5.0.4.tar.gz
/coverage-5.1.tar.gz
/coverage-5.2.tar.gz
/coverage-5.2.1.tar.gz
/coverage-5.3.tar.gz
/coverage-5.3.1.tar.gz
/coverage-5.4.tar.gz
/coverage-5.5.tar.gz
/coverage-5.6b1.tar.gz
/coverage-6.2.tar.gz

@ -1 +0,0 @@
ec7c2ee6eae78708bee08af8b85e03dd8d673ef2 SOURCES/coverage-4.5.1.tar.gz

@ -1,9 +1,11 @@
# %%global prever b1 #global prever b1
%global py2support 0
Name: python-coverage Name: python-coverage
Summary: Code coverage testing module for Python Summary: Code coverage testing module for Python
Version: 4.5.1 Version: 6.2
Release: 9%{?prever}%{?dist} Release: 1%{?dist}
# jquery(MIT): # jquery(MIT):
# coverage/htmlfiles/jquery.min.js # coverage/htmlfiles/jquery.min.js
# MIT or GPL: # MIT or GPL:
@ -12,8 +14,7 @@ Release: 9%{?prever}%{?dist}
# coverage/htmlfiles/jquery.isonscreen.js # coverage/htmlfiles/jquery.isonscreen.js
License: ASL 2.0 and MIT and (MIT or GPL) License: ASL 2.0 and MIT and (MIT or GPL)
URL: http://nedbatchelder.com/code/modules/coverage.html URL: http://nedbatchelder.com/code/modules/coverage.html
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}%{?prever}.tar.gz Source0: https://pypi.python.org/packages/source/c/coverage/coverage-%{version}%{?prever}.tar.gz
BuildRequires: gcc BuildRequires: gcc
%description %description
@ -22,138 +23,189 @@ execution. It uses the code analysis tools and tracing hooks provided in the
Python standard library to determine which lines are executable, and which Python standard library to determine which lines are executable, and which
have been executed. have been executed.
%package -n platform-python-coverage %{?python_extras_subpkg:%python_extras_subpkg -n python%{python3_pkgversion}-coverage -i %{python3_sitearch}/coverage*.egg-info toml}
Summary: Code coverage testing module for Python 3
BuildRequires: python3-devel %if %{py2support}
BuildRequires: python3-setuptools
%package -n python2-coverage
Summary: Code coverage testing module for Python 2
BuildRequires: python2-devel
BuildRequires: python2-setuptools
# As the "coverage" executable requires the setuptools at runtime (#556290), # As the "coverage" executable requires the setuptools at runtime (#556290),
# so the "python3-coverage" executable requires python3-setuptools: # so the "python3-coverage" executable requires python3-setuptools:
%if 0%{?rhel} && 0%{?rhel} >= 8 Requires: python2-setuptools
Requires: platform-python-setuptools %{?python_provide:%python_provide python2-coverage}
%else
Requires: python3-setuptools
%endif
Provides: bundled(js-jquery) = 1.11.1 Provides: bundled(js-jquery) = 1.11.1
Provides: bundled(js-jquery-debounce) = 1.1 Provides: bundled(js-jquery-debounce) = 1.1
Provides: bundled(js-jquery-hotkeys) = 0.8 Provides: bundled(js-jquery-hotkeys) = 0.8
Provides: bundled(js-jquery-isonscreen) = 1.2.0 Provides: bundled(js-jquery-isonscreen) = 1.2.0
Provides: bundled(js-jquery-tablesorter) Provides: bundled(js-jquery-tablesorter)
Conflicts: python3-coverage < 4.5.1-7%{?dist} %description -n python2-coverage
Coverage.py is a Python 2 module that measures code coverage during Python
%description -n platform-python-coverage
Coverage.py is a Python 3 module that measures code coverage during Python
execution. It uses the code analysis tools and tracing hooks provided in the execution. It uses the code analysis tools and tracing hooks provided in the
Python standard library to determine which lines are executable, and which Python standard library to determine which lines are executable, and which
have been executed. have been executed.
%endif
%package -n python3-coverage %package -n python%{python3_pkgversion}-coverage
Summary: Code coverage testing module for Python 3 Summary: Code coverage testing module for Python 3
Requires: platform-python-coverage = %{version}-%{release} BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
# Require alternatives version that implements the --keep-foreign flag # As the "coverage" executable requires the setuptools at runtime (#556290),
Requires(postun): alternatives >= 1.19.1-1 # so the "python3-coverage" executable requires python3-setuptools:
# For alternatives Requires: python%{python3_pkgversion}-setuptools
Requires: python36 %{?python_provide:%python_provide python%{python3_pkgversion}-coverage}
Requires(post): python36 Provides: bundled(js-jquery) = 1.11.1
Requires(postun): python36 Provides: bundled(js-jquery-debounce) = 1.1
Provides: bundled(js-jquery-hotkeys) = 0.8
%{?python_provide:%python_provide python3-coverage} Provides: bundled(js-jquery-isonscreen) = 1.2.0
Provides: bundled(js-jquery-tablesorter)
Conflicts: python2-coverage < 4.5.4-2
%description -n python3-coverage %description -n python%{python3_pkgversion}-coverage
Coverage.py is a Python 3 module that measures code coverage during Python Coverage.py is a Python 3 module that measures code coverage during Python
execution. It uses the code analysis tools and tracing hooks provided in the execution. It uses the code analysis tools and tracing hooks provided in the
Python standard library to determine which lines are executable, and which Python standard library to determine which lines are executable, and which
have been executed. have been executed.
%prep %prep
%setup -q -n coverage-%{version}%{?prever} %setup -q -n coverage-%{version}%{?prever}
find . -type f -exec chmod 0644 \{\} \; find . -type f -exec chmod 0644 \{\} \;
sed -i 's/\r//g' README.rst sed -i 's/\r//g' README.rst
%build %build
%if %{py2support}
%py2_build
%endif
%py3_build %py3_build
%install %install
%if %{py2support}
%py2_install
rm %{buildroot}/%{_bindir}/coverage
%endif
%py3_install %py3_install
rm %{buildroot}/%{_bindir}/coverage
# rename binaries, make compat symlinks # make compat symlinks
pushd %{buildroot}%{_bindir} pushd %{buildroot}%{_bindir}
rm -rf coverage-3* coverage3 %if %{py2support}
mv coverage coverage-%{python3_version} ln -s coverage-%{python2_version} coverage-2
%endif
# All ghost files controlled by alternatives need to exist for the files ln -s coverage-%{python3_version} coverage-3
# section check to succeed ln -s coverage-%{python3_version} coverage
touch coverage-3
popd popd
%if %{py2support}
%files -n python2-coverage
%license LICENSE.txt NOTICE.txt
%doc README.rst
%{_bindir}/coverage2
%{_bindir}/coverage-2*
%{python2_sitearch}/coverage/
%{python2_sitearch}/coverage*.egg-info/
%endif
%post -n python3-coverage %files -n python%{python3_pkgversion}-coverage
alternatives --add-slave python3 %{_bindir}/python%{python3_version} \
%{_bindir}/coverage-3 \
coverage-3 \
%{_bindir}/coverage-%{python3_version}
%postun -n python3-coverage
# Do this only during uninstall process (not during update)
if [ $1 -eq 0 ]; then
alternatives --keep-foreign --remove-slave python3 \
%{_bindir}/python%{python3_version} coverage-3
fi
%files -n platform-python-coverage
%license LICENSE.txt NOTICE.txt %license LICENSE.txt NOTICE.txt
%doc README.rst %doc README.rst
%{_bindir}/coverage
%{_bindir}/coverage3
%{_bindir}/coverage-3*
%{python3_sitearch}/coverage/ %{python3_sitearch}/coverage/
%{python3_sitearch}/coverage*.egg-info/ %{python3_sitearch}/coverage*.egg-info/
%files -n python3-coverage %changelog
%license LICENSE.txt NOTICE.txt * Sun Dec 05 2021 Orion Poplawski <orion@nwra.com> - 6.2-1
%doc README.rst - Update to 6.2
%{_bindir}/coverage-%{python3_version}
%ghost %{_bindir}/coverage-3
* Mon Oct 04 2021 Charalampos Stratakis <cstratak@redhat.com> - 5.6-0.4b1
- Provide the extra toml package (rhbz#2010422)
%changelog * Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.6-0.3b1
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 4.5.1-9 - Second attempt - Rebuilt for
- Rebuilt for MSVSphere 8.8 https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 5.6-0.2b1
- Rebuilt for Python 3.10
* Wed Apr 14 2021 Tom Callaway <spot@fedoraproject.org> - 5.6-0.1.b1
- 5.6b1
* Mon Mar 1 2021 Tom Callaway <spot@fedoraproject.org> - 5.5-1
- update to 5.5
* Tue Jan 26 2021 Tom Callaway <spot@fedoraproject.org> - 5.4-1
- update to 5.4
* Wed Dec 30 2020 Tom Callaway <spot@fedoraproject.org> - 5.3.1-1
- update to 5.3.1
* Mon Sep 14 2020 Tom Callaway <spot@fedoraproject.org> - 5.3-1
- update to 5.3
* Thu Aug 13 2020 Tom Callaway <spot@fedoraproject.org> - 5.2.1-1
- update to 5.2.1
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jul 9 2020 Tom Callaway <spot@fedoraproject.org> - 5.2-1
- update to 5.2
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 5.1-2
- Rebuilt for Python 3.9
* Mon Apr 13 2020 Tom Callaway <spot@fedoraproject.org> - 5.1-1
- update to 5.1
* Tue Mar 17 2020 Tom Callaway <spot@fedoraproject.org> - 5.0.4-1
- update to 5.0.4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Jan 13 2020 Tom Callaway <spot@fedoraproject.org> - 5.0.3-1
- update to 5.0.3
* Mon Jan 6 2020 Tom Callaway <spot@fedoraproject.org> - 5.0.2-1
- update to 5.0.2
* Tue Nov 12 2019 Tom Callaway <spot@fedoraproject.org> - 4.5.4-5
- conditionalize (and disable) python2 support
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 4.5.4-4
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 23 2021 Tomas Orsava <torsava@redhat.com> - 4.5.1-9 * Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 4.5.4-3
- Bump release to rebuild - Rebuilt for Python 3.8
* Fri Jul 30 2021 Tomas Orsava <torsava@redhat.com> - 4.5.1-8 * Mon Aug 12 2019 Miro Hrončok <mhroncok@redhat.com> - 4.5.4-2
- Adjusted the postun scriptlets to enable upgrading to RHEL 9 - Make /usr/bin/coverage Python 3
- Resolves: rhbz#1933055 - Remove /usr/bin/python*-coverage links to cleanse tab completion results
- Drop no longer needed Obsoletes for platform-python-coverage
* Wed Dec 12 2018 Tomas Orsava <torsava@redhat.com> - 4.5.1-7 * Mon Aug 5 2019 Tom Callaway <spot@fedoraproject.org> - 4.5.4-1
- New subpackage platform-python-coverage without files from /usr/bin/* - update to 4.5.4
- python3-coverage contains only files from /usr/bin/* and depends
on platform-python-coverage
- Resolves: rhbz#1658674
* Fri Nov 16 2018 Lumír Balhar <lbalhar@redhat.com> - 4.5.1-6 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.3-2
- Require platform-python-setuptools instead of python3-setuptools - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Resolves: rhbz#1650532
* Tue Sep 25 2018 Lumír Balhar <lbalhar@redhat.com> - 4.5.1-5 * Tue Apr 23 2019 Tom Callaway <spot@fedoraproject.org> - 4.5.3-1
- Add alternatives for coverage-3 -> coverage-3.6 - update to 4.5.3
- Resolves: rhbz#1633547
* Mon Aug 06 2018 Petr Viktorin <pviktori@redhat.com> - 4.5.1-4 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.1-4
- Remove unversioned executables (only *-3.6 should be provided) - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Jul 09 2018 Petr Viktorin <pviktori@redhat.com> - 4.5.1-3 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.1-3
- Remove the python2 subpackage - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
https://bugzilla.redhat.com/show_bug.cgi?id=1595193
* Mon Jun 25 2018 Petr Viktorin <pviktori@redhat.com> - 4.5.1-2 * Thu Jun 14 2018 Miro Hrončok <mhroncok@redhat.com> - 4.5.1-2
- Allow Python 2 for build - Rebuilt for Python 3.7
see https://hurl.corp.redhat.com/rhel8-py2
* Mon Feb 12 2018 Tom Callaway <spot@fedoraproject.org> - 4.5.1-1 * Mon Feb 12 2018 Tom Callaway <spot@fedoraproject.org> - 4.5.1-1
- update to 4.5.1 - update to 4.5.1

@ -0,0 +1 @@
SHA512 (coverage-6.2.tar.gz) = e8ef5f2483b2e6d12f0f9801d63a0cd0b81395ea0c88b3cdaf6f6758e1fc1b381f803b0f58345c94007de175d0c2a24559dec93f51db8786f801a2a2d48d6b8f
Loading…
Cancel
Save