diff --git a/.gitignore b/.gitignore index 6293a21..6aca8f3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /alembic-0.8.3.tar.gz /alembic-0.8.5.tar.gz /alembic-0.8.6.tar.gz +/alembic-0.8.7.tar.gz diff --git a/python-alembic.spec b/python-alembic.spec index 9838a82..4f19756 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -11,14 +11,14 @@ %global modname alembic Name: python-alembic -Version: 0.8.6 -Release: 2%{?dist} +Version: 0.8.7 +Release: 1%{?dist} Summary: Database migration tool for SQLAlchemy Group: Development/Libraries License: MIT -URL: http://pypi.python.org/pypi/alembic -Source0: http://pypi.python.org/packages/source/a/%{modname}/%{modname}-%{version}.tar.gz +URL: https://pypi.io/project/alembic +Source0: https://pypi.io/packages/source/a/%{modname}/%{modname}-%{version}.tar.gz BuildArch: noarch @@ -203,6 +203,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1 %changelog +* Wed Jul 27 2016 Ralph Bean - 0.8.7-1 +- new version + * Tue Jul 19 2016 Fedora Release Engineering - 0.8.6-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index be43fd3..2bec7ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6517b160e576cedf9b7625a18a9bc594 alembic-0.8.6.tar.gz +1d139806b5480c0c5e995ac1774579e1 alembic-0.8.7.tar.gz