From 85cdb2ebd239cfe200196c5ff0e3bb8b28de9e0b0320c08bb6ad6c5502e4f87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 17 Jan 2018 19:19:50 +0000 Subject: [PATCH] Accepting request 566976 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/566976 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=98 --- SQLAlchemy-1.2.0.tar.gz | 3 --- SQLAlchemy-1.2.1.tar.gz | 3 +++ python-SQLAlchemy.changes | 57 +++++++++++++++++++++++++++++++++++++++ python-SQLAlchemy.spec | 2 +- 4 files changed, 61 insertions(+), 4 deletions(-) delete mode 100644 SQLAlchemy-1.2.0.tar.gz create mode 100644 SQLAlchemy-1.2.1.tar.gz diff --git a/SQLAlchemy-1.2.0.tar.gz b/SQLAlchemy-1.2.0.tar.gz deleted file mode 100644 index 294a769..0000000 --- a/SQLAlchemy-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dda3e0b1b12215e3bb05368d1abbf7d747112a43738e0a4e6deb466b83fd88e -size 5451303 diff --git a/SQLAlchemy-1.2.1.tar.gz b/SQLAlchemy-1.2.1.tar.gz new file mode 100644 index 0000000..b2236bf --- /dev/null +++ b/SQLAlchemy-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ede7070d6fd18f28058be88296ed67893e2637465516d6a596cd9afea97b154 +size 5457455 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 38b8edc..1e85539 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Wed Jan 17 04:05:43 UTC 2018 - arun@gmx.de + +- update to version 1.2.1: + * orm + + [orm] [bug] Fixed bug where an object that is expunged during a + rollback of a nested or subtransaction which also had its + primary key mutated would not be correctly removed from the + session, causing subsequent issues in using the session. + + [orm] [bug] Fixed regression where pickle format of a Load / + _UnboundLoad object (e.g. loader options) changed and + __setstate__() was raising an UnboundLocalError for an object + received from the legacy format, even though an attempt was made + to do so. tests are now added to ensure this works. + + [orm] [bug] Fixed regression caused by new lazyload caching + scheme in #3954 where a query that makes use of loader options + with of_type would cause lazy loads of unrelated paths to fail + with a TypeError. + + [orm] [bug] Fixed bug in new “selectin” relationship loader + where the loader could try to load a non-existent relationship + when loading a collection of polymorphic objects, where only + some of the mappers include that relationship, typically when + PropComparator.of_type() is being used. + * sql + + [sql] [bug] Fixed bug in Insert.values() where using the + “multi-values” format in combination with Column objects as keys + rather than strings would fail. Pull request courtesy Aubrey + Stark-Toller. + * mssql + + [mssql] [bug] Fixed regression in 1.2 where newly repaired + quoting of collation names in #3785 breaks SQL Server, which + explicitly does not understand a quoted collation name. Whether + or not mixed-case collation names are quoted or not is now + deferred down to a dialect-level decision so that each dialect + can prepare these identifiers directly. + * oracle + + [oracle] [bug] Fixed regression where the removal of most + setinputsizes rules from cx_Oracle dialect impacted the + TIMESTAMP datatype’s ability to retrieve fractional seconds. + + [oracle] [bug] Fixed regression in Oracle imports where a + missing comma caused an undefined symbol to be present. Pull + request courtesy Miroslav Shubernetskiy. + * misc + + [bug] [ext] Fixed regression in association proxy due to #3769 + (allow for chained any() / has()) where contains() against an + association proxy chained in the form (o2m relationship, + associationproxy(m2o relationship, m2o relationship)) would + raise an error regarding the re-application of contains() on the + final link of the chain. + + [bug] [tests] Removed an oracle-specific requirements rule from + the public test suite that was interfering with third party + dialect suites. + + [bug] [tests] Added a new exclusion rule + group_by_complex_expression which disables tests that use “GROUP + BY ”, which seems to be not viable for at least two third + party dialects. + ------------------------------------------------------------------- Wed Jan 3 03:57:00 UTC 2018 - arun@gmx.de diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 3cde8ef..f32fb81 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.0 +Version: 1.2.1 Release: 0 Url: http://www.sqlalchemy.org Summary: Database Abstraction Library