Accepting request 579760 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/579760 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy?expand=0&rev=47
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e9ec143e2e246f385cfb2de8daa89d2fa466279addcb7be9e102988fdf33d24
|
||||
size 5550800
|
||||
3
SQLAlchemy-1.2.4.tar.gz
Normal file
3
SQLAlchemy-1.2.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6997507af46b10630e13b605ac278b78885fd683d038896dbee0e7ec41d809d2
|
||||
size 5555033
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 23:48:41 UTC 2018 - arun@gmx.de
|
||||
|
||||
- update to version 1.2.4:
|
||||
* orm
|
||||
+ [orm] [bug] Fixed 1.2 regression in ORM versioning feature where
|
||||
a mapping against a select() or alias() that also used a
|
||||
versioning column against the underlying table would fail due to
|
||||
the check added as part of #3673. References: #4193
|
||||
* engine
|
||||
+ [engine] [bug] Fixed regression caused in 1.2.3 due to fix from
|
||||
#4181 where the changes to the event system involving Engine and
|
||||
OptionEngine did not accommodate for event removals, which would
|
||||
raise an AttributeError when invoked at the class level.
|
||||
References: #4190
|
||||
* sql
|
||||
+ [sql] [bug] Fixed bug where CTE expressions would not have their
|
||||
name or alias name quoted when the given name is case sensitive
|
||||
or otherwise requires quoting. Pull request courtesy Eric Atkin.
|
||||
References: #4197
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 18 17:09:28 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-SQLAlchemy
|
||||
Version: 1.2.3
|
||||
Version: 1.2.4
|
||||
Release: 0
|
||||
Url: http://www.sqlalchemy.org
|
||||
Summary: Database Abstraction Library
|
||||
|
||||
Reference in New Issue
Block a user