From b32680d085568912e4e7ed8ad960a57905b6a8104f5e12909a25d9ab1a917e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 2 Nov 2018 08:14:26 +0000 Subject: [PATCH] Accepting request 645961 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/645961 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=123 --- SQLAlchemy-1.2.12.tar.gz | 3 -- SQLAlchemy-1.2.13.tar.gz | 3 ++ python-SQLAlchemy.changes | 62 +++++++++++++++++++++++++++++++++++++++ python-SQLAlchemy.spec | 2 +- 4 files changed, 66 insertions(+), 4 deletions(-) delete mode 100644 SQLAlchemy-1.2.12.tar.gz create mode 100644 SQLAlchemy-1.2.13.tar.gz diff --git a/SQLAlchemy-1.2.12.tar.gz b/SQLAlchemy-1.2.12.tar.gz deleted file mode 100644 index 83c809d..0000000 --- a/SQLAlchemy-1.2.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5951d9ef1d5404ed04bae5a16b60a0779087378928f997a294d1229c6ca4d3e -size 5634807 diff --git a/SQLAlchemy-1.2.13.tar.gz b/SQLAlchemy-1.2.13.tar.gz new file mode 100644 index 0000000..bac5bf5 --- /dev/null +++ b/SQLAlchemy-1.2.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84412de3794acee05630e7788f25e80e81f78eb4837e7b71d0499129f660486a +size 5650472 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 2538cf0..0d4ded5 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Thu Nov 1 22:48:27 UTC 2018 - Arun Persaud + +- update to version 1.2.13: + * orm + + [orm] [bug] Fixed bug where “dynamic” loader needs to explicitly + set the “secondary” table in the FROM clause of the query, to + suit the case where the secondary is a join object that is + otherwise not pulled into the query from its columns alone. + References: #4349 + * orm declarative + + [bug] [declarative] [orm] Fixed regression caused by #4326 in + version 1.2.12 where using declared_attr with a mixin in + conjunction with orm.synonym() would fail to map the synonym + properly to an inherited subclass. References: #4350 + + [bug] [declarative] [orm] The column conflict resolution + technique discussed at Resolving Column Conflicts is now + functional for a Column that is also a primary key + column. Previously, a check for primary key columns declared on + a single-inheritance subclass would occur before the column copy + were allowed to pass. References: #4352 + * sql + + [sql] [feature] Refactored SQLCompiler to expose a + SQLCompiler.group_by_clause() method similar to the + SQLCompiler.order_by_clause() and SQLCompiler.limit_clause() + methods, which can be overridden by dialects to customize how + GROUP BY renders. Pull request courtesy Samuel Chou. + + [sql] [bug] Fixed bug where the Enum.create_constraint flag on + the Enum datatype would not be propagated to copies of the type, + which affects use cases such as declarative mixins and abstract + bases. References: #4341 + * postgresql + + [postgresql] [bug] Added support for the aggregate_order_by + function to receive multiple ORDER BY elements, previously only + a single element was accepted. References: #4337 + * mysql + + [mysql] [bug] Added word function to the list of reserved words + for MySQL, which is now a keyword in MySQL 8.0 References: #4348 + + [mysql] [bug] Added a workaround for a MySQL bug #88718 + introduced in the 8.0 series, where the reflection of a foreign + key constraint is not reporting the correct case sensitivity for + the referred column, leading to errors during use of the + reflected constraint such as when using the automap + extension. The workaround emits an additional query to the + information_schema tables in order to retrieve the correct case + sensitive name. References: #4344 + * misc + + [misc] [bug] Fixed issue where part of the utility language + helper internals was passing the wrong kind of argument to the + Python __import__ builtin as the list of modules to be + imported. The issue produced no symptoms within the core library + but could cause issues with external applications that redefine + the __import__ builtin or otherwise instrument it. Pull request + courtesy Joe Urciuoli. + + [misc] [bug] [py3k] Fixed additional warnings generated by + Python 3.7 due to changes in the organization of the Python + collections and collections.abc packages. Previous collections + warnings were fixed in version 1.2.11. Pull request courtesy + xtreak. References: #4339 + + [bug] [ext] Added missing .index() method to list-based + association collections in the association proxy extension. + ------------------------------------------------------------------- Sat Sep 22 05:28:52 UTC 2018 - Arun Persaud diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index cfaa773..523796e 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -20,7 +20,7 @@ %define oldpython python %bcond_without tests Name: python-SQLAlchemy -Version: 1.2.12 +Version: 1.2.13 Release: 0 Summary: Database Abstraction Library License: MIT