Hello community,

here is the log from the commit of package python-SQLAlchemy for 
openSUSE:Factory checked in at 2012-05-29 10:36:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy (Old)
 and      /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-SQLAlchemy", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes      
2012-05-21 07:30:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python-SQLAlchemy.changes 
2012-05-29 10:36:12.000000000 +0200
@@ -1,0 +2,8 @@
+Wed May 23 06:44:12 UTC 2012 - [email protected]
+
+- python3 package added 
+- removed BuildRequires update-desktop-files, because there is no
+  desktop files in package
+- minor spec improvement 
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python3-SQLAlchemy.changes    
    2012-05-29 10:36:12.000000000 +0200
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Fri May 25 08:33:12 UTC 2012 - [email protected]
+
+- Fix building on openSUSE 11.4
+- spec file cleanups
+
+-------------------------------------------------------------------
+Wed May 23 06:45:21 UTC 2012 - [email protected]
+
+- python3-SQLAlchemy package added 
+

New:
----
  python3-SQLAlchemy.changes
  python3-SQLAlchemy.spec

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

Other differences:
------------------
++++++ python-SQLAlchemy.spec ++++++
--- /var/tmp/diff_new_pack.EZ8XGE/_old  2012-05-29 10:36:13.000000000 +0200
+++ /var/tmp/diff_new_pack.EZ8XGE/_new  2012-05-29 10:36:13.000000000 +0200
@@ -30,7 +30,6 @@
 BuildRequires:  python-nose
 BuildRequires:  python-pysqlite
 %if 0%{?suse_version}
-BuildRequires:  update-desktop-files
 %py_requires
 %endif
 Provides:       python-sqlalchemy = %{version}
@@ -75,7 +74,8 @@
 %files
 %defattr(-,root,root,-)
 %doc CHANGES CHANGES_PRE_06 LICENSE README.rst README.py3k README.unittests
-%{python_sitearch}/*
+%{python_sitearch}/sqlalchemy/
+%{python_sitearch}/SQLAlchemy-%{version}-py%{py_ver}.egg-info
 
 %files doc
 %defattr(-,root,root)

++++++ python3-SQLAlchemy.spec ++++++
#
# spec file for package python3-SQLAlchemy
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           python3-SQLAlchemy
Version:        0.7.7
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
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildRequires:  python3-nose
BuildRequires:  python3-2to3
%if 0%{?suse_version} <= 1140
%{!?python3_sitelib: %global python3_sitelib %(python3 -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%{!?py3_ver: %global py3_ver %(python3 -c "import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)}
%else
BuildRequires:  python3-base
%endif
Requires:       python(abi) = %{py3_ver}
#cextension not working yet with py3, so build as noarch
BuildArch:      noarch

%description
SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible,
high-level interface to SQL databases.  Database and domain concepts are
decoupled, allowing both sides maximum flexibility and power. SQLAlchemy
provides a powerful mapping layer that can work as automatically or as manually
as you choose, determining relationships based on foreign keys or letting you
define the join conditions explicitly, to bridge the gap between database and
domain.

%package doc

Summary:        Documentation for python-SQLAlchemy
Group:          Documentation/Other
Requires:       %{name} = %{version}

%description doc
This package contains HTML documentation, including tutorials and API
reference for python-SQLAlchemy.

%prep
%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

%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

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python3 ./sqla_nose.py

%files
%defattr(-,root,root,-)
%doc CHANGES CHANGES_PRE_06 LICENSE README.rst README.py3k README.unittests
%{python3_sitelib}/sqlalchemy/
%{python3_sitelib}/SQLAlchemy-%{version}-py%{py3_ver}.egg-info
%if 0%{?suse_version} <= 1140
%dir %{_prefix}/lib/python%{py3_ver}
%endif

%files doc
%defattr(-,root,root)
%doc doc examples

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

Reply via email to