15
0

Accepting request 622522 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/622522
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=117
This commit is contained in:
Tomáš Chvátal
2018-07-14 09:00:08 +00:00
committed by Git OBS Bridge
parent 0cf291d7da
commit 86baab65d2
4 changed files with 25 additions and 4 deletions

3
SQLAlchemy-1.2.10.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72325e67fb85f6e9ad304c603d83626d1df684fdf0c7ab1f0352e71feeab69d8
size 5615652

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e21e5561a85dcdf16b8520ae4daec7401c5c24558e0ce004f9b60be75c4b6957
size 5606090

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Jul 14 01:56:32 UTC 2018 - arun@gmx.de
- update to version 1.2.10:
* orm
+ [orm] [bug] Fixed bug in Bundle construct where placing two
columns of the same name would be de-duplicated, when the Bundle
were used as part of the rendered SQL, such as in the ORDER BY
or GROUP BY of the statement. References: #4295
+ [orm] [bug] Fixed regression in 1.2.9 due to #4287 where using a
Load option in conjunction with a string wildcard would result
in a TypeError. References: #4298
* sql
+ [sql] [bug] Fixed bug where a Sequence would be dropped
explicitly before any Table that refers to it, which breaks in
the case when the sequence is also involved in a server-side
default for that table, when using MetaData.drop_all(). The step
which processes sequences to be dropped via non server-side
column default functions is now invoked after the table itself
is dropped. References: #4300
-------------------------------------------------------------------
Sun Jul 1 02:17:55 UTC 2018 - arun@gmx.de

View File

@@ -20,7 +20,7 @@
%define oldpython python
%bcond_without tests
Name: python-SQLAlchemy
Version: 1.2.9
Version: 1.2.10
Release: 0
Summary: Database Abstraction Library
License: MIT