Update to 1.15.0 (#1838702)
This commit is contained in:
parent
0b4ca058c4
commit
e8ec22f3e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/six-1.11.0.tar.gz
|
/six-1.11.0.tar.gz
|
||||||
/six-1.12.0.tar.gz
|
/six-1.12.0.tar.gz
|
||||||
/six-1.14.0.tar.gz
|
/six-1.14.0.tar.gz
|
||||||
|
/six-1.15.0.tar.gz
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
%global python_wheelname %{modname}-%{version}-py2.py3-none-any.whl
|
%global python_wheelname %{modname}-%{version}-py2.py3-none-any.whl
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 1.14.0
|
Version: 1.15.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python 2 and 3 compatibility utilities
|
Summary: Python 2 and 3 compatibility utilities
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -111,6 +111,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -rfsxX test_six.py
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 01 2020 Charalampos Stratakis <cstratak@redhat.com> - 1.15.0-1
|
||||||
|
- Update to 1.15.0 (#1838702)
|
||||||
|
|
||||||
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.14.0-4
|
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.14.0-4
|
||||||
- Rebuilt for Python 3.9
|
- Rebuilt for Python 3.9
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (six-1.14.0.tar.gz) = 4dea0f4e7961e8b582d665501c65852dc3b73516a0b6f78b0888c8670f1450df58bd3eea418777f41080b842ab6c3d8633be1034bcf920192e5590d5316e2c9e
|
SHA512 (six-1.15.0.tar.gz) = eb840ac17f433f1fc4af56de75cfbfe0b54e6a737bb23c453bf09a4a13d768d153e46064880dc763f4c5cc2785b78ea6d3d3b4a41fed181cb9064837e3f699a9
|
||||||
|
Loading…
Reference in New Issue
Block a user