Hello community,
here is the log from the commit of package python-wsgi_intercept for
openSUSE:Factory checked in at 2014-01-20 07:55:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wsgi_intercept (Old)
and /work/SRC/openSUSE:Factory/.python-wsgi_intercept.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wsgi_intercept"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes
2013-11-17 20:20:40.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new/python-wsgi_intercept.changes
2014-01-23 15:54:58.000000000 +0100
@@ -1,0 +2,16 @@
+Fri Jan 17 15:47:55 UTC 2014 - [email protected]
+
+- Don't install testsuite globally
+- Run testsuite
+- Fix requirement list
+- Recommend python-requests for the requests-based backend
+ (don't recommend httplib2, it isn't any better than the stdlib
+ module 'httplib' due to it's SSL insufficencies)
+
+-------------------------------------------------------------------
+Fri Jan 17 10:09:12 UTC 2014 - [email protected]
+
+- remove excessive buildrequires that are not used due to
+ tests being commented out
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-wsgi_intercept.spec ++++++
--- /var/tmp/diff_new_pack.gOWJcy/_old 2014-01-23 15:54:58.000000000 +0100
+++ /var/tmp/diff_new_pack.gOWJcy/_new 2014-01-23 15:54:58.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-wsgi_intercept
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -27,14 +27,11 @@
BuildRequires: python-devel
BuildRequires: python-setuptools
# Test requirements:
-BuildRequires: python-Paste
-BuildRequires: python-WebTest
BuildRequires: python-httplib2
-BuildRequires: python-mechanize
-BuildRequires: python-mechanoid
BuildRequires: python-nose
-BuildRequires: python-webunit
-BuildRequires: python-zope.testbrowser
+BuildRequires: python-pytest >= 2.4
+BuildRequires: python-requests
+Recommends: python-requests
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()")}
@@ -57,13 +54,14 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+rm -rf %{buildroot}%{python_sitelib}/test
-#NOTE(saschpe): Fix broken tests
-#%%check
-#python setup.py test
+%check
+nosetests
%files
%defattr(-,root,root,-)
-%{python_sitelib}/*
+%{python_sitelib}/wsgi_intercept-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/wsgi_intercept
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]