Update to 19.0.3 (#1679277)

No vendored libraries changed.
This commit is contained in:
Miro Hrončok 2019-03-06 11:04:14 +01:00
commit 53928d9a4a
4 changed files with 15 additions and 10 deletions

View file

@ -22,7 +22,7 @@
Name: python-%{srcname}
# When updating, update the bundled libraries versions bellow!
# You can use vendor_meta.sh in the dist git repo
Version: 19.0.2
Version: 19.0.3
Release: 1%{?dist}
Summary: A tool for installing and managing Python packages
@ -489,6 +489,9 @@ ln -sf %{buildroot}%{_bindir}/pip3 _bin/pip
%endif
%changelog
* Wed Mar 06 2019 Miro Hrončok <mhroncok@redhat.com> - 19.0.3-1
- Update to 19.0.3 (#1679277)
* Wed Feb 13 2019 Miro Hrončok <mhroncok@redhat.com> - 19.0.2-1
- Update to 19.0.2 (#1668492)