From eb79aa66245410496626f38d3c993c553db49145c4fd95d008eb03817750b116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 24 Feb 2018 07:36:10 +0000 Subject: [PATCH] Accepting request 579683 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/579683 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=104 --- SQLAlchemy-1.2.3.tar.gz | 3 --- SQLAlchemy-1.2.4.tar.gz | 3 +++ python-SQLAlchemy.changes | 21 +++++++++++++++++++++ python-SQLAlchemy.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 SQLAlchemy-1.2.3.tar.gz create mode 100644 SQLAlchemy-1.2.4.tar.gz diff --git a/SQLAlchemy-1.2.3.tar.gz b/SQLAlchemy-1.2.3.tar.gz deleted file mode 100644 index 5f46329..0000000 --- a/SQLAlchemy-1.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e9ec143e2e246f385cfb2de8daa89d2fa466279addcb7be9e102988fdf33d24 -size 5550800 diff --git a/SQLAlchemy-1.2.4.tar.gz b/SQLAlchemy-1.2.4.tar.gz new file mode 100644 index 0000000..9fb264f --- /dev/null +++ b/SQLAlchemy-1.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6997507af46b10630e13b605ac278b78885fd683d038896dbee0e7ec41d809d2 +size 5555033 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 660c49d..0d3d1fa 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -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 diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index a7afea0..dea8868 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -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