Update to 1.0.0
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
74eee9e209
commit
b2935d832d
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/alembic-0.9.0.tar.gz
|
||||
/alembic-0.9.1.tar.gz
|
||||
/alembic-0.9.7.tar.gz
|
||||
/alembic-1.0.0.tar.gz
|
||||
|
@ -1,9 +1,3 @@
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 6
|
||||
%{!?__python2: %global __python2 /usr/bin/python2}
|
||||
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora}
|
||||
%global with_python3 1
|
||||
%endif
|
||||
@ -11,21 +5,17 @@
|
||||
%global modname alembic
|
||||
|
||||
Name: python-alembic
|
||||
Version: 0.9.7
|
||||
Release: 7%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Database migration tool for SQLAlchemy
|
||||
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
URL: https://pypi.io/project/alembic
|
||||
Source0: https://pypi.io/packages/source/a/%{modname}/%{modname}-%{version}.tar.gz
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1592127
|
||||
Patch0: https://github.com/zzzeek/alembic/commit/0f87fecb.patch
|
||||
Source0: %pypi_source alembic
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
BuildRequires: help2man
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-mako
|
||||
@ -225,6 +215,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 25 2018 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.0.0-1
|
||||
- Update to 1.0.0
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (alembic-0.9.7.tar.gz) = 102592f7a25033af197fadc260dbb5ee4ad7038feb015fe5672de83c42f6125b659873071b339cccf5eebcf390c16651f6b9064f225198f88b42d58796fb1ca3
|
||||
SHA512 (alembic-1.0.0.tar.gz) = 919798fd886b2e457c780ed743e34c7b09dc68a90dd616c698b4a96b41cfe16e3efd63531ab106d22c036c42ce50501f5817c8aa008e5e595e0e25c5580fd0df
|
||||
|
Loading…
Reference in New Issue
Block a user