diff --git a/.gitignore b/.gitignore index 67ba483..757c182 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /oslo.cache-0.2.0.tar.gz /oslo.cache-0.5.0.tar.gz +/oslo.cache-0.7.0.tar.gz diff --git a/python-oslo-cache.spec b/python-oslo-cache.spec index 9b5fdf0..8933f01 100644 --- a/python-oslo-cache.spec +++ b/python-oslo-cache.spec @@ -2,7 +2,7 @@ %global pypi_name oslo.cache Name: python-oslo-cache -Version: 0.5.0 +Version: 0.7.0 Release: 1%{?dist} Summary: Cache storage for Openstack projects @@ -22,7 +22,11 @@ Requires: python-oslo-config Requires: python-oslo-i18n Requires: python-oslo-log Requires: python-oslo-utils -Requires: python-memcached +# https://github.com/openstack/oslo.cache/commit/950a4448e329e9f85b657a3a8d0c0f434c458a01 +# Move optional backend dependencies into setup.cfg [extras] +# e.g. pip install oslo.cache[dogpile] +# TODO use new RPM soft-deps +#Requires: python-memcached %description @@ -81,6 +85,9 @@ dos2unix doc/build/html/_static/jquery.js %license LICENSE %changelog +* Fri Sep 18 2015 Alan Pevec 0.7.0-1 +- Update to upstream 0.7.0 + * Tue Aug 18 2015 Alan Pevec 0.5.0-1 - Update to upstream 0.5.0 diff --git a/sources b/sources index bd02deb..378c242 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -412dabc424c9e6024cc29b4d8daf7210 oslo.cache-0.5.0.tar.gz +ab5c6c9fbd157c3ee787cc94e16d33e8 oslo.cache-0.7.0.tar.gz