Hello community,

here is the log from the commit of package python-WebOb for openSUSE:12.2 
checked in at 2012-06-26 17:26:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/python-WebOb (Old)
 and      /work/SRC/openSUSE:12.2/.python-WebOb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-WebOb", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.2/python-WebOb/python-WebOb.changes   2012-06-25 
15:50:52.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.python-WebOb.new/python-WebOb.changes      
2012-06-26 17:26:29.000000000 +0200
@@ -2,21 +1,0 @@
-Tue Jan 31 13:45:16 UTC 2012 - [email protected]
-
-- Spec cleanup:
-  * Simplified macro usage
-  * Remove unneeded runtime requirement on python-nose
-  * Run testsuite
-- Update to version 1.2b2:
-  * Fix request.cookies.get('name', 'default'). Previously default was ignored.
-- Changes from version 1.2b1:
-  * Mutating the request.cookies property now reflects the mutations into the 
HTTP_COOKIES environ header.
-  * Response.etag = (tag, False) sets weak etag.
-  * Range only parses single range now.
-  * Range.satisfiable(..) is gone.
-  * Accept.best_matches() is gone; use list(request.accept) or 
request.accept.best_match(..) instead (applies to all Accept-* headers) or 
similar with request.accept_language.
-  * Response.request and Response.environ attrs are undeprecated and no longer 
raise exceptions when used. These can also be passed to the Response 
constructor. This is to support codebases that pass them to the constructor or 
assign them to a response instance. However, some behavior differences from 1.1 
exist. In particular, synchronization is no longer done between environ and 
request attribute properties of Response; you may pass either to the 
constructor (or both) or assign one or the other or both, but they wont be 
managed specially and will remain the same over the lifetime of the response 
just as you passed them. Default values for both request and environ on any 
given response are None now.
-  * Undeprecated uscript_name and upath_info.
-  * For backwards compatibility purposes, switch req.script_name and path_info 
back again to contain “raw” undecoded native strings rather than text. Use 
uscript_name and upath_info to get the text version of SCRIPT_NAME and 
PATH_INFO.
-  * Don’t raise an exception if unicode_errors or decode_param_names is passed 
to the Request constructor. Instead, emit a warning. For benefit of Pylons 1.X, 
which passes both.
-  * Don’t raise an exception if HTTPException.exception is used; instead emit 
a warning. For benefit of Pylons 1.X, which uses it.
-
--------------------------------------------------------------------

Old:
----
  WebOb-1.2b2.zip

New:
----
  WebOb-1.1.1.zip

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

Other differences:
------------------
++++++ python-WebOb.spec ++++++
--- /var/tmp/diff_new_pack.Zbgxrs/_old  2012-06-26 17:26:30.000000000 +0200
+++ /var/tmp/diff_new_pack.Zbgxrs/_new  2012-06-26 17:26:30.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebOb
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,32 +11,35 @@
 # 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-WebOb
-Version:        1.2b2
+Version:        1.1.1
 Release:        0
-Summary:        WSGI request and response object
 License:        MIT
-Group:          Development/Languages/Python
+Summary:        WSGI request and response object
 Url:            http://webob.org/
+Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.zip
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-BuildRequires:  python-nose
 BuildRequires:  unzip
 Requires:       python-Tempita
 Requires:       python-WebTest
-Requires:       python-WSGIProxy
+Requires:       python-nose
+Requires:       python-wsgiproxy
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Provides:       python-webob = %{version}
-Obsoletes:      python-webob < %{version}
-%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
+%if 0%{?suse_version}
+%py_requires
+%if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
+%endif
+Provides:       python-webob = %{version}
+Obsoletes:      python-webob < %{version}
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 WebOb provides wrappers around the WSGI request environment, and an
@@ -55,9 +58,6 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-nosetests
-
 %files
 %defattr(-,root,root,-)
 %doc docs/*

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

Reply via email to