Hello community, here is the log from the commit of package python-SQLAlchemy for openSUSE:Factory checked in at 2018-03-09 10:44:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy (Old) and /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SQLAlchemy" Fri Mar 9 10:44:42 2018 rev:48 rq:584214 version:1.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes 2018-02-25 11:46:58.864564390 +0100 +++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python-SQLAlchemy.changes 2018-03-09 10:44:46.666607575 +0100 @@ -1,0 +2,46 @@ +Thu Mar 8 04:50:46 UTC 2018 - [email protected] + +- update to version 1.2.5: + * orm + + [orm] [feature] Added new feature + Query.only_return_tuples(). Causes the Query object to return + keyed tuple objects unconditionally even if the query is against + a single entity. Pull request courtesy Eric Atkin. + + [orm] [bug] Fixed bug in new “polymorphic selectin” loading when + a selection of polymorphic objects were to be partially loaded + from a relationship lazy loader, leading to an “empty IN” + condition within the load that raises an error for the “inline” + form of “IN”. References: #4199 + + [orm] [bug] Fixed 1.2 regression where a mapper option that + contains an AliasedClass object, as is typical when using the + QueryableAttribute.of_type() method, could not be pickled. 1.1’s + behavior was to omit the aliased class objects from the path, so + this behavior is restored. References: #4209 + * sql + + [sql] [bug] Fixed bug in :class:.`CTE` construct along the same + lines as that of #4204 where a CTE that was aliased would not + copy itself correctly during a “clone” operation as is frequent + within the ORM as well as when using the ClauseElement.params() + method. References: #4210 + + [sql] [bug] Fixed bug in CTE rendering where a CTE that was also + turned into an Alias would not render its “ctename AS aliasname” + clause appropriately if there were more than one reference to + the CTE in a FROM clause. References: #4204 + + [sql] [bug] Fixed bug in new “expanding IN parameter” feature + where the bind parameter processors for values wasn’t working at + all, tests failed to cover this pretty basic case which includes + that ENUM values weren’t working. References: #4198 + * postgresql + + [postgresql] [bug] [py3k] Fixed bug in Postgresql COLLATE / + ARRAY adjustment first introduced in #4006 where new behaviors + in Python 3.7 regular expressions caused the fix to fail. This + change is also backported to: 1.1.18 References: #4208 + * mysql + + [mysql] [bug] MySQL dialects now query the server version using + SELECT @@version explicitly to the server to ensure we are + getting the correct version information back. Proxy servers like + MaxScale interfere with the value that is passed to the DBAPI’s + connection.server_version value so this is no longer reliable. + This change is also backported to: 1.1.18 References: #4205 + +------------------------------------------------------------------- Old: ---- SQLAlchemy-1.2.4.tar.gz New: ---- SQLAlchemy-1.2.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-SQLAlchemy.spec ++++++ --- /var/tmp/diff_new_pack.MfdYoU/_old 2018-03-09 10:44:47.278585533 +0100 +++ /var/tmp/diff_new_pack.MfdYoU/_new 2018-03-09 10:44:47.278585533 +0100 @@ -21,7 +21,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-SQLAlchemy -Version: 1.2.4 +Version: 1.2.5 Release: 0 Url: http://www.sqlalchemy.org Summary: Database Abstraction Library ++++++ SQLAlchemy-1.2.4.tar.gz -> SQLAlchemy-1.2.5.tar.gz ++++++ ++++ 8388 lines of diff (skipped)
