Hello community,

here is the log from the commit of package python-Ming for openSUSE:Factory 
checked in at 2013-04-26 13:32:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Ming (Old)
 and      /work/SRC/openSUSE:Factory/.python-Ming.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Ming", Maintainer is ""

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

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.python-Ming.new/python-Ming.changes     
2013-04-26 13:32:59.000000000 +0200
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Wed Jan 16 11:58:46 UTC 2013 - [email protected]
+
+- Disable testsuite on SLE, the unittest module is missing features
+  on python-2.6
+
+-------------------------------------------------------------------
+Wed Jan 16 11:03:42 UTC 2013 - [email protected]
+
+- Add (optional) dependency on python-python-spidermonkey
+
+-------------------------------------------------------------------
+Wed Jan 16 09:20:58 UTC 2013 - [email protected]
+
+- Initial version
+

New:
----
  Ming-0.3.2dev-20121219.tar.gz
  python-Ming.changes
  python-Ming.spec

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

Other differences:
------------------
++++++ python-Ming.spec ++++++
#
# spec file for package python-Ming
#
# Copyright (c) 2013 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/

# Upstream version contains a dash '-', thus:
%define real_version 0.3.2dev-20121219

Name:           python-Ming
Version:        0.3.2dev.20121219
Release:        0
License:        MIT
Summary:        Bringing order to Mongo since 2009
Url:            http://merciless.sourceforge.net
Group:          Development/Languages/Python
Source:         
http://downloads.sourceforge.net/project/merciless/%{real_version}/Ming-%{real_version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-nose
BuildRequires:  python-WebTest
BuildRequires:  python-mock >= 0.8.0
BuildRequires:  python-FormEncode >= 1.2.1
BuildRequires:  python-pymongo >= 2.0
BuildRequires:  python-PasteScript
BuildRequires:  python-WebOb
Requires:       python-FormEncode >= 1.2.1
Requires:       python-pymongo >= 2.0
Requires:       python-PasteScript
Requires:       python-WebOb
Recommends:     python-python-spidermonkey >= 0.0.10
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:      noarch
%endif

%description
Database mapping layer for MongoDB on Python. Includes schema enforcement and 
some facilities for schema migration.

%prep
%setup -q -n Ming-%{real_version}
# Disable failing/not implemente test for now:
rm ming/tests/test_gridfs.py

%build
python setup.py build

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

%if 0%{?suse_version} > 1110
%check
python setup.py test
%endif

%files
%defattr(-,root,root,-)
%doc README
%{python_sitelib}/*

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

Reply via email to