diff --git a/.gitignore b/.gitignore index cb75ca0..acdef32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /debtcollector-0.3.0.tar.gz /debtcollector-0.5.0.tar.gz +/debtcollector-0.7.0.tar.gz diff --git a/python-debtcollector.spec b/python-debtcollector.spec index 3968b46..d403a0f 100644 --- a/python-debtcollector.spec +++ b/python-debtcollector.spec @@ -2,7 +2,7 @@ %global pypi_name debtcollector Name: python-debtcollector -Version: 0.5.0 +Version: 0.7.0 Release: 1%{?dist} Summary: A collection of Python deprecation patterns and strategies @@ -14,13 +14,13 @@ BuildArch: noarch Requires: python-setuptools Requires: python-babel -Requires: python-pbr +Requires: python-pbr >= 1.3.0 Requires: python-six >= 1.9.0 Requires: python-wrapt BuildRequires: python2-devel BuildRequires: python-setuptools -BuildRequires: python-pbr +BuildRequires: python-pbr >= 1.3.0 %description It is a collection of functions/decorators which is used to signal a user when @@ -75,6 +75,9 @@ dos2unix doc/build/html/_static/jquery.js %license LICENSE %changelog +* Wed Aug 05 2015 Alan Pevec 0.7.0-1 +- Update to upstream 0.7.0 + * Sun Jun 28 2015 Alan Pevec 0.5.0-1 - Update to upstream 0.5.0 diff --git a/sources b/sources index 09fbe14..4409c15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -27ff96660eaf5ff75af19d678c7d3237 debtcollector-0.5.0.tar.gz +5f764e8d91a1b5e9580abc4854151f2e debtcollector-0.7.0.tar.gz