Hello community,

here is the log from the commit of package python3-SQLAlchemy for 
openSUSE:Factory checked in at 2015-02-16 22:13:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2013-11-01 17:44:13.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new/python3-SQLAlchemy.changes   
    2015-02-16 22:13:25.000000000 +0100
@@ -1,0 +2,20 @@
+Sat Jan 17 17:58:42 UTC 2015 - [email protected]
+
+- specfile:
+  * update copyright year
+  * Drop SQLAlchemy-import-logging-handlers.patch:
+    + test_mapper.py got fixed upstream
+    + test_execute.py doesn't use logging anymore
+  * no more README.py3k. removed it from spec file
+  * remove noarch
+  * changed sitelib to sitearch in %files section
+  * removed some 2to3 conversion that is not needed anymore
+
+- update to version 0.9.8:
+
+  Many changes (a few thousand lines), see links below for complete list
+
+  http://docs.sqlalchemy.org/en/latest/changelog/changelog_09.html
+  http://docs.sqlalchemy.org/en/latest/changelog/changelog_08.html
+
+-------------------------------------------------------------------

Old:
----
  SQLAlchemy-0.8.3.tar.gz
  SQLAlchemy-import-logging-handlers.patch

New:
----
  SQLAlchemy-0.9.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-SQLAlchemy.spec ++++++
--- /var/tmp/diff_new_pack.Yw3ADa/_old  2015-02-16 22:13:26.000000000 +0100
+++ /var/tmp/diff_new_pack.Yw3ADa/_new  2015-02-16 22:13:26.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-SQLAlchemy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,18 @@
 
 
 Name:           python3-SQLAlchemy
-Version:        0.8.3
+Version:        0.9.8
 Release:        0
 Url:            http://www.sqlalchemy.org
 Summary:        Database Abstraction Library
 License:        MIT
 Group:          Development/Languages/Python
-Source0:        
http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
-#Patch0:         SQLAlchemy-import-logging-handlers.patch
+Source:         
http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-nose
-#cextension not working yet with py3, so build as noarch
-BuildArch:      noarch
+BuildRequires:  python3-setuptools
 
 %description
 SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible,
@@ -54,14 +51,9 @@
 
 %prep
 %setup -q -n SQLAlchemy-%{version}
-#%patch0 -p1
 rm -rf doc/build # Remove unnecessary scripts for building documentation
-sed -i 's/\r$//' examples/dynamic_dict/dynamic_dict.py
-2to3 -wvn .
 
 %build
-# Convert tests, examples, source to python3
-python3 sa2to3.py --no-diffs -w lib test examples
 find examples -name *.bak -exec rm -f {} \;
 # Currently the cextension doesn't work with py3
 CFLAGS="%{optflags} -fno-strict-aliasing" python3 setup.py build
@@ -75,9 +67,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES LICENSE README.dialects.rst README.rst README.py3k 
README.unittests.rst
-%{python3_sitelib}/sqlalchemy/
-%{python3_sitelib}/SQLAlchemy-%{version}-py%{py3_ver}.egg-info
+%doc CHANGES LICENSE README.dialects.rst README.rst README.unittests.rst
+%{python3_sitearch}/sqlalchemy/
+%{python3_sitearch}/SQLAlchemy-%{version}-py%{py3_ver}.egg-info
 
 %files doc
 %defattr(-,root,root)

++++++ SQLAlchemy-0.8.3.tar.gz -> SQLAlchemy-0.9.8.tar.gz ++++++
++++ 334634 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to