Hello community,
here is the log from the commit of package python3-SQLAlchemy for
openSUSE:Factory checked in at 2016-05-25 21:28:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-SQLAlchemy (Old)
and /work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-SQLAlchemy"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-SQLAlchemy/python3-SQLAlchemy.changes
2016-03-26 15:22:52.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new/python3-SQLAlchemy.changes
2016-05-25 21:28:25.000000000 +0200
@@ -1,0 +2,34 @@
+Mon May 23 21:51:57 UTC 2016 - [email protected]
+
+- update to version 1.0.13:
+ + orm
+ * [orm] [bug] Fixed bug in “evaluate” strategy of Query.update() and
Query.delete() which would fail to accommodate a bound parameter with a
“callable” value, as which occurs when filtering by a many-to-one equality
expression along a relationship.
+ * [orm] [bug] Fixed bug whereby the event listeners used for backrefs
could be inadvertently applied multiple times, when using a deep class
inheritance hierarchy in conjunction with mutiple mapper configuration steps.
+ * [orm] [bug] Fixed bug whereby passing a text() construct to the
Query.group_by() method would raise an error, instead of intepreting the object
as a SQL fragment.
+ * [orm] [bug] Anonymous labeling is applied to a func construct that is
passed to column_property(), so that if the same attribute is referred to as a
column expression twice the names are de-duped, thus avoiding “ambiguous
column” errors. Previously, the .label(None) would need to be applied in order
for the name to be de-anonymized.
+ * [orm] [bug] Fixed regression appearing in the 1.0 series in ORM loading
where the exception raised for an expected column missing would incorrectly be
a NoneType error, rather than the expected NoSuchColumnError.
+ + sql
+ * [sql] [bug] Fixed bug where when using case_sensitive=False with an
Engine, the result set would fail to correctly accomodate for duplicate column
names in the result set, causing an error when the statement is executed in
1.0, and preventing the “ambiguous column” exception from functioning in 1.1.
+ * [sql] [bug] Fixed bug where the negation of an EXISTS expression would
not be properly typed as boolean in the result, and also would fail to be
anonymously aliased in a SELECT list as is the case with a non-negated EXISTS
construct.
+ * [sql] [bug] Fixed bug where “unconsumed column names” exception would
fail to be raised in the case where Insert.values() were called with a list of
parameter mappings, instead of a single mapping of parameters. Pull request
courtesy Athena Yao.
+ + postgresql
+ * [postgresql] [bug] Added disconnect detection support for the error
string “SSL error: decryption failed or bad record mac”. Pull request courtesy
Iuri de Silvio.
+ + mssql
+ * [mssql] [bug] Fixed bug where by ROW_NUMBER OVER clause applied for
OFFSET selects in SQL Server would inappropriately substitute a plain column
from the local statement that overlaps with a label name used by the ORDER BY
criteria of the statement.
+ * [mssql] [bug] [oracle] Fixed regression appearing in the 1.0 series
which would cause the Oracle and SQL Server dialects to incorrectly account for
result set columns when these dialects would wrap a SELECT in a subquery in
order to provide LIMIT/OFFSET behavior, and the original SELECT statement
referred to the same column multiple times, such as a column and a label of
that same column. This issue is related to #3658 in that when the error
occurred, it would also cause a NoneType error, rather than reporting that it
couldn’t locate a column.
+ + oracle
+ * [oracle] [bug] Fixed a bug in the cx_Oracle connect process that caused
a TypeError when the either the user, password or dsn was empty. This prevented
external authentication to Oracle databases, and prevented connecting to the
default dsn. The connect string oracle:// now logs into the default dsn using
the Operating System username, equivalent to connecting using ‘/’ with sqlplus.
+ * [oracle] [bug] Fixed a bug in the result proxy used mainly by Oracle
when binary and other LOB types are in play, such that when query / statement
caching were used, the type-level result processors, notably that required by
the binary type itself but also any other processor, would become lost after
the first run of the statement due to it being removed from the cached result
metadata.
+ + misc
+ * [bug] [examples] Changed the “directed graph” example to no longer
consider integer identifiers of nodes as significant; the “higher” / “lower”
references now allow mutual edges in both directions.
+ * [bug] [py3k] Fixed bug in “to_list” conversion where a single bytes
object would be turned into a list of individual characters. This would impact
among other things using the Query.get() method on a primary key that’s a bytes
object.¶
+
+-------------------------------------------------------------------
+Sun May 8 06:57:50 UTC 2016 - [email protected]
+
+- specfile:
+ * changed to https for source url
+ * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------
Old:
----
SQLAlchemy-1.0.12.tar.gz
New:
----
SQLAlchemy-1.0.13.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-SQLAlchemy.spec ++++++
--- /var/tmp/diff_new_pack.sAJ6v0/_old 2016-05-25 21:28:26.000000000 +0200
+++ /var/tmp/diff_new_pack.sAJ6v0/_new 2016-05-25 21:28:26.000000000 +0200
@@ -17,13 +17,13 @@
Name: python3-SQLAlchemy
-Version: 1.0.12
+Version: 1.0.13
Release: 0
Url: http://www.sqlalchemy.org
Summary: Database Abstraction Library
License: MIT
Group: Development/Languages/Python
-Source:
http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
BuildRequires: python3
BuildRequires: python3-2to3
BuildRequires: python3-devel
++++++ SQLAlchemy-1.0.12.tar.gz -> SQLAlchemy-1.0.13.tar.gz ++++++
++++ 62207 lines of diff (skipped)