Hello community,
here is the log from the commit of package python3-SQLAlchemy for
openSUSE:Factory checked in at 2016-03-26 15:22:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-17 12:23:26.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new/python3-SQLAlchemy.changes
2016-03-26 15:22:52.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Mar 11 21:07:26 UTC 2016 - [email protected]
+
+- Really removed patch fix_joins_and_union_for_sqlite_3.10.0.patch, included
upstream
+
+-------------------------------------------------------------------
Old:
----
fix_joins_and_union_for_sqlite_3.10.0.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-SQLAlchemy.spec ++++++
--- /var/tmp/diff_new_pack.jNffx0/_old 2016-03-26 15:22:53.000000000 +0100
+++ /var/tmp/diff_new_pack.jNffx0/_new 2016-03-26 15:22:53.000000000 +0100
@@ -24,8 +24,6 @@
License: MIT
Group: Development/Languages/Python
Source:
http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM fix_joins_and_union_for_sqlite_3.10.0.patch - don't use
workaround for fixed SQLite 3.10.0 -
https://bitbucket.org/zzzeek/sqlalchemy/issues/3633/
-Patch0: fix_joins_and_union_for_sqlite_3.10.0.patch
BuildRequires: python3
BuildRequires: python3-2to3
BuildRequires: python3-devel
@@ -54,7 +52,6 @@
%prep
%setup -q -n SQLAlchemy-%{version}
-%patch0 -p1
rm -rf doc/build # Remove unnecessary scripts for building documentation
%build