From f0d5538ef07051e5696fadeeb632da2610062a1c0202ec6f5b8c295bd9e1c43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 21 Apr 2018 19:41:16 +0000 Subject: [PATCH] Accepting request 599630 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/599630 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=110 --- SQLAlchemy-1.2.6.tar.gz | 3 --- SQLAlchemy-1.2.7.tar.gz | 3 +++ python-SQLAlchemy.changes | 47 +++++++++++++++++++++++++++++++++++++++ python-SQLAlchemy.spec | 4 ++-- 4 files changed, 52 insertions(+), 5 deletions(-) delete mode 100644 SQLAlchemy-1.2.6.tar.gz create mode 100644 SQLAlchemy-1.2.7.tar.gz diff --git a/SQLAlchemy-1.2.6.tar.gz b/SQLAlchemy-1.2.6.tar.gz deleted file mode 100644 index 3f96c58..0000000 --- a/SQLAlchemy-1.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cb00cc9b9f92ef8b4391c8a2051f81eeafefe32d63c6b395fd51401e9a39edb -size 5565074 diff --git a/SQLAlchemy-1.2.7.tar.gz b/SQLAlchemy-1.2.7.tar.gz new file mode 100644 index 0000000..86aebe0 --- /dev/null +++ b/SQLAlchemy-1.2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6cda03b0187d6ed796ff70e87c9a7dce2c2c9650a7bc3c022cd331416853c31 +size 5571719 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 609f320..b29b7ce 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Sat Apr 21 16:35:48 UTC 2018 - arun@gmx.de + +- update to version 1.2.7: + * orm + + [orm] [bug] Fixed regression in 1.2 within sharded query feature + where the new “identity_token” element was not being correctly + considered within the scope of a lazy load operation, when + searching the identity map for a related many-to-one + element. The new behavior will allow for making use of the + “id_chooser” in order to determine the best identity key to + retrieve from the identity map. In order to achieve this, some + refactoring of 1.2’s “identity_token” approach has made some + slight changes to the implementation of ShardedQuery which + should be noted for other derivations of this class. + References: #4228 + + [orm] [bug] Fixed issue in single-inheritance loading where the + use of an aliased entity against a single-inheritance subclass + in conjunction with the Query.select_from() method would cause + the SQL to be rendered with the unaliased table mixed in to the + query, causing a cartesian product. In particular this was + affecting the new “selectin” loader when used against a + single-inheritance subclass. References: #4241 + * sql + + [sql] [bug] Fixed issue where the compilation of an INSERT + statement with the “literal_binds” option that also uses an + explicit sequence and “inline” generation, as on Postgresql and + Oracle, would fail to accommodate the extra keyword argument + within the sequence processing routine. References: #4231 + * postgresql + + [postgresql] [feature] Added new PG type postgresql.REGCLASS + which assists in casting table names to OID values. Pull request + courtesy Sebastian Bank. References: #4160 + + [postgresql] [bug] Fixed bug where the special “not equals” + operator for the Postgresql “range” datatypes such as DATERANGE + would fail to render “IS NOT NULL” when compared to the Python + None value. References: #4229 + * mssql + + [mssql] [bug] Fixed 1.2 regression caused by #4060 where the + query used to reflect SQL Server cross-schema foreign keys was + limiting the criteria incorrectly. References: #4234 + * oracle + + [oracle] [bug] The Oracle NUMBER datatype is reflected as + INTEGER if the precision is NULL and the scale is zero, as this + is how INTEGER values come back when reflected from Oracle’s + tables. Pull request courtesy Kent Bower. + ------------------------------------------------------------------- Sun Apr 1 22:17:46 UTC 2018 - arun@gmx.de diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index b6b7b7d..ca892d0 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -20,12 +20,12 @@ %define oldpython python %bcond_without tests Name: python-SQLAlchemy -Version: 1.2.6 +Version: 1.2.7 Release: 0 Summary: Database Abstraction Library License: MIT Group: Development/Languages/Python -Url: http://www.sqlalchemy.org +URL: http://www.sqlalchemy.org Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz BuildRequires: %{python_module devel} # Test requirements: