Update to v0.5.1
This fixes an issue with reliability of the unit tests on Python 3.10. Resolves: rhbz#2091105
This commit is contained in:
parent
10dc423985
commit
f7cb4cc9c0
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/autopage-0.4.0.tar.gz
|
||||
/autopage-0.5.0.tar.gz
|
||||
/autopage-0.5.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.5.0
|
||||
Version: 0.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A Python library to provide automatic paging for console output
|
||||
License: ASL 2.0
|
||||
|
|
@ -90,6 +90,9 @@ cp %{SOURCE1} ./
|
|||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Fri May 27 2022 Zane Bitter <zaneb@fedoraproject.org> 0.5.1-1
|
||||
- Update to v0.5.1 to fix test reliability
|
||||
|
||||
* Fri Jan 21 2022 Zane Bitter <zaneb@fedoraproject.org> 0.5.0-1
|
||||
- Update to v0.5.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (autopage-0.5.0.tar.gz) = d79393ea56698ce1ab9c27e8431b912d091f070b77ba046ecdb9dfed2f74b52f94c386218b6ac44bb219d0b054193ad65a6da4ef7defe7fe41c1756785ba19ac
|
||||
SHA512 (autopage-0.5.1.tar.gz) = d2db8091bfdb209319ed8f06cea86abdc33e8ea338290d3a6f99341d78d8a9f079021c21c18c9ee7032f13496ed0d3bfe5a96465473fc747da984452d26c0382
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue