Merge branch 'master' of ssh://pkgs.fedoraproject.org/python-alembic

This commit is contained in:
Ralph Bean 2015-07-10 16:21:55 -04:00
commit d294a2f77b
2 changed files with 12 additions and 2 deletions

7
.build-0.7.6-1.fc23.log Normal file
View File

@ -0,0 +1,7 @@
error: Failed build dependencies:
help2man is needed by python-alembic-0.7.6-1.fc23.noarch
python-mock is needed by python-alembic-0.7.6-1.fc23.noarch
python3-mock is needed by python-alembic-0.7.6-1.fc23.noarch
python3-sqlalchemy >= 0.7.4 is needed by python-alembic-0.7.6-1.fc23.noarch

View File

@ -12,7 +12,7 @@
Name: python-alembic
Version: 0.7.6
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Database migration tool for SQLAlchemy
Group: Development/Libraries
@ -201,10 +201,13 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
%changelog
* Fri Jul 10 2015 Ralph Bean <rbean@redhat.com> - 0.7.6-2
* Fri Jul 10 2015 Ralph Bean <rbean@redhat.com> - 0.7.6-3
- Disable tests until sqlalchemy-1.1 is out. There's a bug against
MS sql DBs (likely won't affect us).
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed May 06 2015 Ralph Bean <rbean@redhat.com> - 0.7.6-1
- new version