Update to 9.0.3

This commit is contained in:
Charalampos Stratakis 2018-03-29 15:17:28 +02:00
commit 24630acdcb
3 changed files with 9 additions and 4 deletions

View file

@ -17,8 +17,8 @@
Name: python-%{srcname}
# When updating, update the bundled libraries versions bellow!
Version: 9.0.1
Release: 11%{?dist}
Version: 9.0.3
Release: 1%{?dist}
Summary: A tool for installing and managing Python packages
Group: Development/Libraries
@ -295,6 +295,9 @@ py.test-%{python3_version} -m 'not network'
%endif # with_python3
%changelog
* Thu Mar 29 2018 Charalampos Stratakis <cstratak@redhat.com> - 9.0.3-1
- Update to 9.0.3
* Mon Dec 04 2017 Charalampos Stratakis <cstratak@redhat.com> - 9.0.1-11
- Reintroduce the ipaddress module in the python3 subpackage.