forked from pool/python-alembic
Accepting request 622521 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/622521 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=68
This commit is contained in:
committed by
Git OBS Bridge
parent
bdb2ce9836
commit
8c8321b603
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-alembic
|
||||
Version: 0.9.10
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: A database migration tool for SQLAlchemy
|
||||
License: MIT
|
||||
@@ -28,7 +28,7 @@ Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic
|
||||
Source1: python-alembic-rpmlintrc
|
||||
# Test requirements:
|
||||
BuildRequires: %{python_module Mako}
|
||||
BuildRequires: %{python_module SQLAlchemy >= 0.7.6}
|
||||
BuildRequires: %{python_module SQLAlchemy >= 0.9.0}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nose >= 0.11}
|
||||
@@ -39,7 +39,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Mako
|
||||
Requires: python-SQLAlchemy >= 0.7.6
|
||||
Requires: python-SQLAlchemy >= 0.9.0
|
||||
Requires: python-python-dateutil
|
||||
Requires: python-python-editor >= 0.3
|
||||
Requires(post): %{_sbindir}/update-alternatives
|
||||
|
||||
Reference in New Issue
Block a user