Update to 0.31.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
bf90cb6530
commit
e57bb8f3a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/wheel-0.29.0.tar.gz
|
||||
/wheel-0.30.0a0.tar.gz
|
||||
/wheel-0.30.0.tar.gz
|
||||
/wheel-0.31.1.tar.gz
|
||||
|
@ -13,8 +13,8 @@
|
||||
%global pypi_name wheel
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.30.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.31.1
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Built-package format for Python
|
||||
|
||||
@ -50,7 +50,6 @@ BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-pytest
|
||||
BuildRequires: python2-pyxdg
|
||||
BuildRequires: python2-keyring
|
||||
BuildRequires: python2-jsonschema
|
||||
%endif
|
||||
%{?python_provide:%python_provide python2-%{pypi_name}}
|
||||
|
||||
@ -69,7 +68,6 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-pyxdg
|
||||
BuildRequires: python3-keyring
|
||||
BuildRequires: python3-jsonschema
|
||||
%endif
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||
|
||||
@ -139,6 +137,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Jul 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:0.31.1-1
|
||||
- Update to 0.31.1
|
||||
|
||||
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 1:0.30.0-3
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wheel-0.30.0.tar.gz) = e7828923dcbd82d8cc3d122d112b19cb10a09857497afa558dfcbda6ee6a252efa5db6fcc1b54a79df9f8ed42b3035d0413a66620eebca39210513d7e6f2b807
|
||||
SHA512 (wheel-0.31.1.tar.gz) = 148e8c9a050a2646f0df5ea4f69be78d6ea076eeec3d24c93a8f40a0882f843931c65b4da69a2de07abe983a345c7963d18e56100bc64f23deffc6e1db84e777
|
||||
|
Loading…
Reference in New Issue
Block a user