Update to 0.6.0
Fixes: rhbz#2058443
This commit is contained in:
parent
8953b6c561
commit
64c7f59a11
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/testpath-0.3.1.tar.gz
|
/testpath-0.3.1.tar.gz
|
||||||
/testpath-0.4.4.tar.gz
|
/testpath-0.4.4.tar.gz
|
||||||
/testpath-0.5.0.tar.gz
|
/testpath-0.5.0.tar.gz
|
||||||
|
/testpath-0.6.0.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global pypi_name testpath
|
%global pypi_name testpath
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.5.0
|
Version: 0.6.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Test utilities for code working with files and commands
|
Summary: Test utilities for code working with files and commands
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -85,6 +85,10 @@ rm -rf html/.{doctrees,buildinfo}
|
|||||||
%doc html
|
%doc html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 09 2022 Charalampos Stratakis <cstratak@redhat.com> - 0.6.0-1
|
||||||
|
- Update to 0.6.0
|
||||||
|
- Fixes: rhbz#2058443
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (testpath-0.5.0.tar.gz) = aa2dd942eacbeca0a9680213997b463514518938267ddf449ea4384a3a8eaa444eedc5d2720a13ba87dacf18234cffa4c88435d0f540ac1d17a5779a0f8b7085
|
SHA512 (testpath-0.6.0.tar.gz) = 64ec7ee32ed766e518eabcbb552a0675b2495cac6b94adb2972dd0db97d747146d3a181e8fac59d847dbaaa4f573c349e51a4e3bf3991eb33207bb2176736649
|
||||||
|
Loading…
Reference in New Issue
Block a user