update stale URL

This commit is contained in:
Shlomi Fish 2025-02-13 19:53:34 +02:00
commit 91ceded8a2

View file

@ -3,11 +3,11 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.3.1 Version: 1.3.1
Release: 4%{?dist} Release: 5%{?dist}
Summary: A tiny test runner that outputs TAP results to standard output Summary: A tiny test runner that outputs TAP results to standard output
License: MIT License: MIT
URL: https://el-tramo.be/pycotap URL: https://github.com/remko/pycotap
Source0: %{pypi_source} Source0: %{pypi_source}
BuildArch: noarch BuildArch: noarch
@ -16,7 +16,7 @@ BuildRequires: python3dist(setuptools)
%description %description
pycotap is a simple Python test runner for unit tests that outputs Test Anything 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 Protocol results directly to standard output. Contrary to other TAP runners
for Python, pycotap prints TAP (and *only* TAP) to standard output 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 instead of to a separate file, allowing you to pipe it directly to TAP pretty
printers and processors. printers and processors.
@ -27,7 +27,7 @@ Summary: %{summary}
%description -n python3-%{pypi_name} %description -n python3-%{pypi_name}
pycotap is a simple Python test runner for unit tests that outputs Test Anything 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 Protocol results directly to standard output. Contrary to other TAP runners
for Python, pycotap prints TAP (and *only* TAP) to standard output 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 instead of to a separate file, allowing you to pipe it directly to TAP pretty
printers and processors. printers and processors.
@ -50,6 +50,9 @@ find %{buildroot}/%{python3_sitelib} -name '*.py' | xargs sed -i '/^#!/d'
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog %changelog
* Thu Feb 13 2025 Shlomi Fish <shlomif@shlomifish.org> 1.3.1-5
- Update URL.
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-4 * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild