e8ec22f
@@ -12,3 +12,4 @@
/six-1.11.0.tar.gz
/six-1.12.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
Name: python-%{modname}
- Version: 1.14.0
- Release: 4%{?dist}
+ Version: 1.15.0
+ Release: 1%{?dist}
Summary: Python 2 and 3 compatibility utilities
License: MIT
@@ -111,6 +111,9 @@
%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
- Rebuilt for Python 3.9
@@ -1,1 +1,1 @@
- SHA512 (six-1.14.0.tar.gz) = 4dea0f4e7961e8b582d665501c65852dc3b73516a0b6f78b0888c8670f1450df58bd3eea418777f41080b842ab6c3d8633be1034bcf920192e5590d5316e2c9e
+ SHA512 (six-1.15.0.tar.gz) = eb840ac17f433f1fc4af56de75cfbfe0b54e6a737bb23c453bf09a4a13d768d153e46064880dc763f4c5cc2785b78ea6d3d3b4a41fed181cb9064837e3f699a9
Looks good. Running python-pytest4 build with this.
Pull-Request has been merged by churchyard