forked from pool/python-alembic
- update to 1.2.0:
* bugs
+ Reverted the name change of the “revisions” argument to
command.stamp() to “revision” as apparently applications are
calling upon this argument as a keyword name. Pull request
courtesy Thomas Bechtold. Special translations are also added
to the command line interface so that it is still known
as “revisions” in the CLI.
References: #601
+ Removed the “test requirements” from “setup.py test”, as
this command now only emits a removal error in any case
and these requirements are unused.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=96
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5609afbb2ab142a991b15ae436347c475f8a517f1610f2fd1b09cdca7c311f3f
|
||||
size 1052327
|
||||
3
alembic-1.2.1.tar.gz
Normal file
3
alembic-1.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f907d7e8b286a1cfb22db9084f9ce4fde7ad7956bb496dc7c952e10ac90e36a
|
||||
size 1053595
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 03:19:44 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
- update to 1.2.0:
|
||||
* bugs
|
||||
+ Reverted the name change of the “revisions” argument to
|
||||
command.stamp() to “revision” as apparently applications are
|
||||
calling upon this argument as a keyword name. Pull request
|
||||
courtesy Thomas Bechtold. Special translations are also added
|
||||
to the command line interface so that it is still known
|
||||
as “revisions” in the CLI.
|
||||
References: #601
|
||||
+ Removed the “test requirements” from “setup.py test”, as
|
||||
this command now only emits a removal error in any case
|
||||
and these requirements are unused.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 19:10:16 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-alembic
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: A database migration tool for SQLAlchemy
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user