Update to 0.4.4
This commit is contained in:
parent
0cfb632fbe
commit
dab12aabca
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/testpath-0.3.tar.gz
|
||||
/testpath-0.3.1.tar.gz
|
||||
/testpath-0.4.4.tar.gz
|
||||
|
@ -1,15 +1,14 @@
|
||||
%global pypi_name testpath
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.3.1
|
||||
Release: 11%{?dist}
|
||||
Version: 0.4.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Test utilities for code working with files and commands
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/jupyter/testpath
|
||||
|
||||
# There is no sdist on PyPI, download from GitHub
|
||||
Source0: %url/archive/%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz
|
||||
Source0: %pypi_source
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -86,6 +85,9 @@ rm -rf html/.{doctrees,buildinfo}
|
||||
%doc html
|
||||
|
||||
%changelog
|
||||
* Thu May 14 2020 Tomas Hrnciar <thrnciar@redhat.com> - 0.4.4-1
|
||||
- Update to 0.4.4
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (testpath-0.3.1.tar.gz) = ab826cfb76d9a3ed6f1b178240f6bf61439bd792be26b5ad407b5c3efaa455b48965ceaf17e4ca6a4bc706465a8ed1c6c31a1572df5beeea2bb8db7814dc04f0
|
||||
SHA512 (testpath-0.4.4.tar.gz) = 66691d75d05b5606e6d8d0665fe373663020081b9806c0eddbfd11e166f916d9cc2c3c2a85e7438640f8ab448f1825fa293ccdcd8e31bdfaf0a695f4cca0bc83
|
||||
|
Loading…
Reference in New Issue
Block a user