Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2eb3dbaa8c | ||
|
|
b3eb6d4636 | ||
|
|
74be1d99ee |
1 changed files with 8 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.6.0
|
Version: 0.6.0
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A Python library to provide automatic paging for console output
|
Summary: A Python library to provide automatic paging for console output
|
||||||
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
|
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|
@ -36,6 +36,7 @@ Autopage is a Python library to provide automatic paging for console output.}
|
||||||
%package -n python3-%{srcname}
|
%package -n python3-%{srcname}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: less
|
||||||
%if %{with pyproject}
|
%if %{with pyproject}
|
||||||
BuildRequires: pyproject-rpm-macros
|
BuildRequires: pyproject-rpm-macros
|
||||||
%else
|
%else
|
||||||
|
|
@ -92,6 +93,12 @@ cp %{SOURCE1} ./
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 0.6.0-2
|
||||||
|
- Rebuilt for Python 3.15
|
||||||
|
|
||||||
* Fri Jan 30 2026 Zane Bitter <zaneb@fedoraproject.org> 0.6.0-1
|
* Fri Jan 30 2026 Zane Bitter <zaneb@fedoraproject.org> 0.6.0-1
|
||||||
- Fix compatibility with Python 3.15.0a5 (rhbz#2424583)
|
- Fix compatibility with Python 3.15.0a5 (rhbz#2424583)
|
||||||
- Comply with PEP540 UTF-8 Mode
|
- Comply with PEP540 UTF-8 Mode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue