0.9.7
This commit is contained in:
parent
cd6b849e57
commit
e2b1806aeb
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/alembic-0.8.10.tar.gz
|
/alembic-0.8.10.tar.gz
|
||||||
/alembic-0.9.0.tar.gz
|
/alembic-0.9.0.tar.gz
|
||||||
/alembic-0.9.1.tar.gz
|
/alembic-0.9.1.tar.gz
|
||||||
|
/alembic-0.9.7.tar.gz
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
%global modname alembic
|
%global modname alembic
|
||||||
|
|
||||||
Name: python-alembic
|
Name: python-alembic
|
||||||
Version: 0.9.1
|
Version: 0.9.7
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Database migration tool for SQLAlchemy
|
Summary: Database migration tool for SQLAlchemy
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -28,6 +28,7 @@ BuildRequires: python2-devel
|
|||||||
BuildRequires: python-mako
|
BuildRequires: python-mako
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: python-mock
|
BuildRequires: python-mock
|
||||||
|
BuildRequires: python-dateutil
|
||||||
|
|
||||||
# See if we're building for python earlier than 2.7
|
# See if we're building for python earlier than 2.7
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 6
|
%if 0%{?rhel} && 0%{?rhel} <= 6
|
||||||
@ -51,6 +52,7 @@ BuildRequires: python3-mako
|
|||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-mock
|
||||||
|
BuildRequires: python3-dateutil
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -82,6 +84,7 @@ Requires: python-sqlalchemy >= 0.7.4
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: python-editor
|
Requires: python-editor
|
||||||
|
Requires: python-dateutil
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires: python-mako
|
Requires: python-mako
|
||||||
%{?python_provide:%python_provide python2-alembic}
|
%{?python_provide:%python_provide python2-alembic}
|
||||||
@ -96,6 +99,7 @@ Requires: python3-sqlalchemy >= 0.7.4
|
|||||||
Requires: python3-mako
|
Requires: python3-mako
|
||||||
Requires: python3-setuptools
|
Requires: python3-setuptools
|
||||||
Requires: python3-editor
|
Requires: python3-editor
|
||||||
|
Requires: python3-dateutil
|
||||||
%{?python_provide:%python_provide python3-alembic}
|
%{?python_provide:%python_provide python3-alembic}
|
||||||
|
|
||||||
%description -n python3-alembic %_description
|
%description -n python3-alembic %_description
|
||||||
@ -125,7 +129,7 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Hack around setuptools so we can get access to help strings for help2man
|
# Hack around setuptools so we can get access to help strings for help2man
|
||||||
# Credit for this goes to Toshio Kuratomi
|
# Credit for this goes to Toshio Kuratomi
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 6
|
%if 0%{?rhel} && 0%{?rhel} <= 6
|
||||||
%else
|
%else
|
||||||
%{__mkdir_p} bin
|
%{__mkdir_p} bin
|
||||||
@ -204,6 +208,10 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 18 2018 Ralph Bean <rbean@redhat.com> - 0.9.7-1
|
||||||
|
- new version
|
||||||
|
- New dependency on python-dateutil.
|
||||||
|
|
||||||
* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.9.1-3
|
* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.9.1-3
|
||||||
- Python 2 binary package renamed to python2-alembic
|
- Python 2 binary package renamed to python2-alembic
|
||||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (alembic-0.9.1.tar.gz) = 72e75d411ba60bfa466213e8dc3084f78b98904ab2b90fae6b02a7f9c0b5c89f76fe68be961c5e28bd3925f0df20dfcc8751104b079fd2c4b9db6ee5fabf7728
|
SHA512 (alembic-0.9.7.tar.gz) = 102592f7a25033af197fadc260dbb5ee4ad7038feb015fe5672de83c42f6125b659873071b339cccf5eebcf390c16651f6b9064f225198f88b42d58796fb1ca3
|
||||||
|
Loading…
Reference in New Issue
Block a user