forked from pool/python-alembic
Accepting request 749102 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/749102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-alembic?expand=0&rev=49
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f907d7e8b286a1cfb22db9084f9ce4fde7ad7956bb496dc7c952e10ac90e36a
|
||||
size 1053595
|
||||
3
alembic-1.3.1.tar.gz
Normal file
3
alembic-1.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49277bb7242192bbb9eac58fed4fe02ec6c3a2a4b4345d2171197459266482b2
|
||||
size 1056451
|
||||
@@ -1,8 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 16 16:37:12 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 1.3.1:
|
||||
* bug
|
||||
+ [bug] [mssql] Fixed bug in MSSQL dialect where the drop
|
||||
constraint execution steps used to remove server default or
|
||||
implicit foreign key constraint failed to take into account the
|
||||
schema name of the target table. References: #621
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 12:41:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Require full python interpreter when building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 9 14:46:13 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 1.3.0:
|
||||
* feature
|
||||
+ Added support for ALEMBIC_CONFIG environment variable, refers to
|
||||
the location of the alembic configuration script in lieu of
|
||||
using the -c command line option. References: #608
|
||||
* bug
|
||||
+ Fixed bug in new Variant autogenerate where the order of the
|
||||
arguments to Variant were mistakenly reversed. References: #131
|
||||
* misc
|
||||
+ Some internal modifications have been made to how the names of
|
||||
indexes and unique constraints work to make use of new functions
|
||||
added in SQLAlchemy 1.4, so that SQLAlchemy has more flexibility
|
||||
over how naming conventions may be applied to these objects.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 03:19:44 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-alembic
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,11 +18,10 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-alembic
|
||||
Version: 1.2.1
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: A database migration tool for SQLAlchemy
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/sqlalchemy/alembic
|
||||
Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-%{version}.tar.gz
|
||||
Source1: python-alembic-rpmlintrc
|
||||
|
||||
Reference in New Issue
Block a user