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
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cd32df9a3b8c1749082ef60ffbe05ff16617b6afadfdabc680dcb9344af33d7
|
||||
size 1017454
|
||||
3
alembic-1.0.0.tar.gz
Normal file
3
alembic-1.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52d73b1d750f1414fa90c25a08da47b87de1e4ad883935718a8f36396e19e78e
|
||||
size 1017306
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 14 01:57:32 UTC 2018 - arun@gmx.de
|
||||
|
||||
- update to version 1.0.0:
|
||||
* feature
|
||||
+ [feature] [general] For Alembic 1.0, Python 2.6 / 3.3 support is
|
||||
being dropped, allowing a fixed setup.py to be built as well as
|
||||
universal wheels. Pull request courtesy Hugo. References: #491
|
||||
+ [feature] [general] With the 1.0 release, Alembic’s minimum
|
||||
SQLAlchemy support version moves to 0.9.0, previously 0.7.9.
|
||||
* bug
|
||||
+ [bug] [batch] Fixed issue in batch where dropping a primary key
|
||||
column, then adding it back under the same name but without the
|
||||
primary_key flag, would not remove it from the existing
|
||||
PrimaryKeyConstraint. If a new PrimaryKeyConstraint is added, it
|
||||
is used as-is, as was the case before. References: #502
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 5 21:07:55 UTC 2018 - mcepl@suse.com
|
||||
|
||||
|
||||
@@ -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