This commit is contained in:
Ralph Bean 2016-07-27 15:49:04 -04:00
parent 9e207f5271
commit 9e1dd60cf8
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <rbean@redhat.com> - 0.8.7-1
- new version
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
6517b160e576cedf9b7625a18a9bc594 alembic-0.8.6.tar.gz
1d139806b5480c0c5e995ac1774579e1 alembic-0.8.7.tar.gz