Update to 32.3.1. Fixes bug #1409091
This commit is contained in:
parent
595fb5d2a8
commit
8991d4bbb4
1
.gitignore
vendored
1
.gitignore
vendored
@ -75,3 +75,4 @@
|
||||
/v32.2.0.tar.gz
|
||||
/setuptools-32.2.0.zip
|
||||
/setuptools-32.3.0.zip
|
||||
/setuptools-32.3.1.zip
|
||||
|
@ -29,7 +29,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-setuptools
|
||||
Version: 32.3.0
|
||||
Version: 32.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Easily build and distribute Python packages
|
||||
|
||||
@ -223,6 +223,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Thu Dec 29 2016 Kevin Fenzi <kevin@scrye.com> - 32.3.1-1
|
||||
- Update to 32.3.1. Fixes bug #1409091
|
||||
|
||||
* Wed Dec 28 2016 Kevin Fenzi <kevin@scrye.com> - 32.3.0-1
|
||||
- Update to 32.3.0. Fixes bug #1408564
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (setuptools-32.3.0.zip) = 3f9466252d894670befd9f7437118c047255c27b3ba9d02e0d12db64ce96d2219034925c7c33131ca4ed6e9256ff1e26ab0017620eacc22897638215690d537b
|
||||
SHA512 (setuptools-32.3.1.zip) = a88bef95affc18e09775deda6e741dd49d6272608cbefb7ccf52965eef5d7477ce3ad54ef507afcd7753c17afd8149b32be67dac4bda1cdbff05c316b1bc8f67
|
||||
|
Loading…
Reference in New Issue
Block a user