Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cebc08aeb7 | ||
|
|
f0c3a19f5d |
||
|
|
d6ccc7d915 |
1 changed files with 16 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.2.1
|
Version: 0.2.1
|
||||||
Release: 23%{?dist}
|
Release: 25%{?dist}
|
||||||
Summary: Kenneth Reitz's krTheme for Sphinx
|
Summary: Kenneth Reitz's krTheme for Sphinx
|
||||||
|
|
||||||
# Automatically converted from old format: BSD - review is highly recommended.
|
# Automatically converted from old format: BSD - review is highly recommended.
|
||||||
|
|
@ -19,6 +19,9 @@ BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3dist(setuptools)
|
BuildRequires: python3dist(setuptools)
|
||||||
|
%if 0%{?python3_version_nodots} >= 315
|
||||||
|
BuildRequires: python3-pkg-resources
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: python3dist(pytest)
|
BuildRequires: python3dist(pytest)
|
||||||
|
|
@ -32,8 +35,8 @@ Sphinx documentation, originally derived from Mitsuhiko's Flask theme.
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
|
|
||||||
Requires: python3dist(setuptools)
|
Requires: python3dist(setuptools)
|
||||||
%if 0%{?fedora} < 33 || 0%{?rhel} < 9
|
%if 0%{?python3_version_nodots} >= 315
|
||||||
%py_provides python3-%{pypi_name}
|
Requires: python3-pkg-resources
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n python3-%{pypi_name}
|
%description -n python3-%{pypi_name}
|
||||||
|
|
@ -64,6 +67,16 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
||||||
%{python3_sitelib}/sphinx_kr_theme-%{version}-py%{python3_version}.egg-info
|
%{python3_sitelib}/sphinx_kr_theme-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-25
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 23 2026 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.2.1-25
|
||||||
|
- Add build and runtime requires on python3-pkg-resources, setuptools 82 dropped pkg_resources
|
||||||
|
- salimma: gate the requirement to Python >= 3.15, drop obsolete conditional py_provides
|
||||||
|
|
||||||
|
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 0.2.1-24
|
||||||
|
- Rebuilt for Python 3.15
|
||||||
|
|
||||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-23
|
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-23
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue