Update to version 0.6.0 from upstream (rhbz#2435448)
- Fix compatibility with Python 3.15.0a5 (rhbz#2424583) - Comply with PEP540 UTF-8 Mode - Defer to stdlib for argparse coloring in Python 3.14 and later - Add feature to specify a default error code
This commit is contained in:
parent
b5ef148ff7
commit
ba32098522
3 changed files with 10 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/autopage-0.5.0.tar.gz
|
||||
/autopage-0.5.1.tar.gz
|
||||
/autopage-0.5.2.tar.gz
|
||||
/autopage-0.6.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.5.2
|
||||
Release: 13%{?dist}
|
||||
Version: 0.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A Python library to provide automatic paging for console output
|
||||
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
|
||||
License: Apache-2.0
|
||||
|
|
@ -92,6 +92,12 @@ cp %{SOURCE1} ./
|
|||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Fri Jan 30 2026 Zane Bitter <zaneb@fedoraproject.org> 0.6.0-1
|
||||
- Fix compatibility with Python 3.15.0a5 (rhbz#2424583)
|
||||
- Comply with PEP540 UTF-8 Mode
|
||||
- Defer to stdlib for argparse coloring in Python 3.14 and later
|
||||
- Add feature to specify a default error code
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (autopage-0.5.2.tar.gz) = a5449fc2a1011a3936c69784803e9f65a603cfa6df2335b095b029051fc26742109141ef2eb201f567334c0617433f29477efc43d98357d7ee00f266c6546560
|
||||
SHA512 (autopage-0.6.0.tar.gz) = f063100ee81bba9da967c1543acfa8d17658c0fdc4d63e8b0f50eea142b6dd08279347aa247f8bba5b5dbcd4904575c733860cae6df2e41fd5580bc0e6cbe983
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue