Hello community, here is the log from the commit of package python-SQLAlchemy for openSUSE:Factory checked in at 2019-03-12 09:46:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy (Old) and /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SQLAlchemy" Tue Mar 12 09:46:10 2019 rev:61 rq:683645 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes 2019-03-08 11:01:32.912539397 +0100 +++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new.28833/python-SQLAlchemy.changes 2019-03-12 09:46:14.571623840 +0100 @@ -1,0 +2,21 @@ +Sun Mar 10 16:34:50 UTC 2019 - Arun Persaud <[email protected]> + +- specfile: + * removed test.patch (included upstream) + +- update to version 1.3.1: + * orm + + [orm] [bug] [ext] Fixed regression where an association proxy + linked to a synonym would no longer work, both at instance level + and at class level. References: #4522 + * mssql + + [mssql] [bug] A commit() is emitted after an isolation level + change to SNAPSHOT, as both pyodbc and pymssql open an implicit + transaction which blocks subsequent SQL from being emitted in + the current transaction. References: #4536 + + [mssql] [bug] Fixed regression in SQL Server reflection due to + #4393 where the removal of open-ended **kw from the Float + datatype caused reflection of this type to fail due to a “scale” + argument being passed. References: #4525 + +------------------------------------------------------------------- Old: ---- SQLAlchemy-1.3.0.tar.gz test.patch New: ---- SQLAlchemy-1.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-SQLAlchemy.spec ++++++ --- /var/tmp/diff_new_pack.Detm5V/_old 2019-03-12 09:46:15.675623619 +0100 +++ /var/tmp/diff_new_pack.Detm5V/_new 2019-03-12 09:46:15.715623611 +0100 @@ -19,14 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-SQLAlchemy -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Database Abstraction Library License: MIT Group: Development/Languages/Python URL: http://www.sqlalchemy.org Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz -Patch0: test.patch # devel is needed for optional C extensions cprocessors.so, cresultproxy.so and cutils.so BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -68,7 +67,6 @@ %setup -q -n SQLAlchemy-%{version} rm -rf doc/build # Remove unnecessary scripts for building documentation sed -i 's/\r$//' examples/dynamic_dict/dynamic_dict.py -%patch0 -p1 %build export CFLAGS="%{optflags} -fno-strict-aliasing" ++++++ SQLAlchemy-1.3.0.tar.gz -> SQLAlchemy-1.3.1.tar.gz ++++++ ++++ 5980 lines of diff (skipped)
