Hello community,

here is the log from the commit of package python-SQLAlchemy for 
openSUSE:Factory
checked in at Thu Aug 4 15:01:15 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ python-SQLAlchemy/python-SQLAlchemy.changes 2011-07-20 19:42:58.000000000 
+0200
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Wed Jul 20 17:42:11 UTC 2011 - sasc...@gmx.de
+
+- Let doc package require base package instead of recommends
+
+-------------------------------------------------------------------
+Wed Jul 20 17:23:11 UTC 2011 - sasc...@gmx.de
+
+- Dropped unused BuildRequires for fdupes and python-sqlite2
+
+-------------------------------------------------------------------
+Wed Jul 20 16:59:39 UTC 2011 - sasc...@gmx.de
+
+- Initial version, replaces python-sqlalchemy
+  * Much simpler spec file
+  * Packaged LICENSE, CHANGES and README files

calling whatdependson for head-i586


New:
----
  SQLAlchemy-0.7.1.tar.gz
  python-SQLAlchemy.changes
  python-SQLAlchemy.spec

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

Other differences:
------------------
++++++ python-SQLAlchemy.spec ++++++
#
# spec file for package python-SQLAlchemy
#
# Copyright (c) 2011 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:           python-SQLAlchemy
Version:        0.7.1
Release:        1
Url:            http://www.sqlalchemy.org
Summary:        Database Abstraction Library
License:        MIT License
Group:          Development/Languages/Python
Source0:        
http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
%if 0%{?suse_version}
BuildRequires:  update-desktop-files
%py_requires
%endif
Provides:       python-sqlalchemy = %{version}
# TODO: Change back to '<' on next version update:
Obsoletes:      python-sqlalchemy <= %{version}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%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
CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py --with-cextensions 
build 

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

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGES CHANGES_PRE_06 LICENSE README README.py3k README.unittests
%{python_sitearch}/*

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

%changelog

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to