Update to 0.5.0
This commit is contained in:
parent
b25ef5ce80
commit
f51f725b5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/testpath-0.3.tar.gz
|
||||
/testpath-0.3.1.tar.gz
|
||||
/testpath-0.4.4.tar.gz
|
||||
/testpath-0.5.0.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global pypi_name testpath
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.4.4
|
||||
Release: 5%{?dist}
|
||||
Version: 0.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Test utilities for code working with files and commands
|
||||
|
||||
License: MIT
|
||||
@ -67,7 +67,7 @@ rm -rf html/.{doctrees,buildinfo}
|
||||
|
||||
%install
|
||||
# We install the wheel created at %%build
|
||||
%py3_install_wheel %{pypi_name}-%{version}-py2.py3-none-any.whl
|
||||
%py3_install_wheel %{pypi_name}-%{version}-py3-none-any.whl
|
||||
|
||||
|
||||
|
||||
@ -85,6 +85,9 @@ rm -rf html/.{doctrees,buildinfo}
|
||||
%doc html
|
||||
|
||||
%changelog
|
||||
* Tue Jun 08 2021 Tomas Hrnciar <thrnciar@redhat.com> - 0.5.0-1
|
||||
- Update to 0.5.0
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.4.4-5
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (testpath-0.4.4.tar.gz) = 66691d75d05b5606e6d8d0665fe373663020081b9806c0eddbfd11e166f916d9cc2c3c2a85e7438640f8ab448f1825fa293ccdcd8e31bdfaf0a695f4cca0bc83
|
||||
SHA512 (testpath-0.5.0.tar.gz) = aa2dd942eacbeca0a9680213997b463514518938267ddf449ea4384a3a8eaa444eedc5d2720a13ba87dacf18234cffa4c88435d0f540ac1d17a5779a0f8b7085
|
||||
|
Loading…
Reference in New Issue
Block a user