diff --git a/0001-coverage_coveralls.patch b/0001-coverage_coveralls.patch deleted file mode 100644 index 7e49806664c17ec6370d047698b9ba1b5921746d..0000000000000000000000000000000000000000 --- a/0001-coverage_coveralls.patch +++ /dev/null @@ -1,25 +0,0 @@ -From d32051fd522e1db909aac921d042f40ba07f5212 Mon Sep 17 00:00:00 2001 -From: luolu12 -Date: Wed, 28 Jun 2023 11:52:04 +0800 -Subject: [PATCH] patch - ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index 100985f..5fc13e1 100644 ---- a/setup.py -+++ b/setup.py -@@ -34,7 +34,7 @@ setup( - }, - python_requires='>= 3.5', - install_requires=[ -- 'coverage>=4.1,<7.0,!=6.0.*,!=6.1,!=6.1.1', -+ 'coverage>=6.2,<7.0', - 'docopt>=0.6.1', - 'requests>=1.0.0', - ], --- -2.33.0 - diff --git a/coveralls-3.3.1.tar.gz b/coveralls-3.3.1.tar.gz deleted file mode 100644 index 14f6eaf383c094466f837a3503897bc3724bbb59..0000000000000000000000000000000000000000 Binary files a/coveralls-3.3.1.tar.gz and /dev/null differ diff --git a/coveralls-4.0.1.tar.gz b/coveralls-4.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8d58150e99e4127e1f90490c972e4e5da64d2902 Binary files /dev/null and b/coveralls-4.0.1.tar.gz differ diff --git a/python-coveralls.spec b/python-coveralls.spec index a9df9842cde886f289fc78efe30f811a204c2cb4..595168cad33c7ef92204a5a411b4cd9faaaa41c8 100644 --- a/python-coveralls.spec +++ b/python-coveralls.spec @@ -1,6 +1,6 @@ # Created by pyp2rpm-3.3.9 %global pypi_name coveralls -%global pypi_version 3.3.1 +%global pypi_version 4.0.1 Name: python-%{pypi_name} Version: %{pypi_version} @@ -9,7 +9,7 @@ Summary: Show coverage stats online via coveralls.io License: MIT URL: http://github.com/TheKevJames/coveralls-python -Source0: https://files.pythonhosted.org/packages/c2/c5/6b8254092117fa366b022fbee9434224483ba38e0bbf36e80836bf10692a/coveralls-3.3.1.tar.gz +Source0: https://files.pythonhosted.org/packages/61/75/a454fb443eb6a053833f61603a432ffbd7dd6ae53a11159bacfadb9d6219/coveralls-4.0.1.tar.gz BuildArch: noarch Patch001:0001-coverage_coveralls.patch @@ -56,5 +56,12 @@ coveralls.io is a service for publishing your coverage stats online. %{python3_sitelib}/coveralls %changelog -* Wed Jun 21 2023 luolu12 - 3.3.1-1 +* Thu Oct 24 2024 shaoning - 4.0.1-1 +- Update package to version 4.0.1 + * support coverage v7.5+ + * skip tests which require running in a git repo when .git is missing + * support pyproject.toml packages by default (via coverage[toml]) + * add python-coveralls entrypoint + +* Wed Jun 21 2023 luolu12 - 4.0.1-1 - Initial package.