Compare commits

..

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

5
.gitignore vendored

@ -1 +1,4 @@
SOURCES/Genshi-0.7.9.tar.gz
/*upstream*.git
/*.src.rpm
/results_*
/Genshi-0.7.*

@ -1 +0,0 @@
583c30ccdbea440449ff0be803ff4877e5e68ed0 SOURCES/Genshi-0.7.9.tar.gz

@ -1,16 +1,18 @@
%global srcname Genshi
Name: python-genshi
Version: 0.7.9
Version: 0.7.7
Release: 1%{?dist}
Summary: Toolkit for stream-based generation of output for the web
License: BSD-3-Clause
License: BSD
URL: https://genshi.edgewall.org/
Source0: %{pypi_source Genshi}
Source0: %pypi_source
#BuildArch: noarch
BuildRequires: gcc
BuildRequires: python3-devel
BuildRequires: python3dist(pytest)
%description
Genshi is a Python library that provides an integrated set of
@ -30,7 +32,7 @@ a template language, which is heavily inspired by Kid.
%prep
%autosetup -p1 -n Genshi-%{version}
%autosetup -p1 -n %{srcname}-%{version}
# Remove bundled egg-info in case it exists
rm -rf %{modname}.egg-info
@ -54,7 +56,7 @@ sed -i -e '/_speedups.c/d' %{pyproject_files}
%check
%pytest
%{python3} setup.py test
%files -n python3-genshi -f %{pyproject_files}
@ -62,13 +64,10 @@ sed -i -e '/_speedups.c/d' %{pyproject_files}
%exclude %{python3_sitearch}/genshi/{_speedups.c,tests}
%exclude %{python3_sitearch}/genshi/{filters,template}/tests
# COPYING file already listed in {pyproject_files}
%doc ChangeLog doc examples README.md
%doc ChangeLog doc examples README.txt
%changelog
* Sat Jan 04 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.7.9-1
- Rebuilt for MSVSphere 10
* Sat Oct 12 2024 Felix Schwarz <fschwarz@fedoraproject.org> - 0.7.9-1
- initial package for EPEL 10
* Tue May 31 2022 Felix Schwarz <fschwarz@fedoraproject.org> - 0.7.7-1
- initial package for EPEL9

@ -0,0 +1 @@
SHA512 (Genshi-0.7.7.tar.gz) = b0a3dee68523292f0672a180c5f2cfbdf48205d82286359b9fac9f668cbc2806c649d1e158d6fb8ead5b1cc5cd44eefe9d1cd79077f96925b8d24dd8e746b40f
Loading…
Cancel
Save