15
0
forked from pool/python-WebOb

Accepting request 135430 from devel:languages:python

Update to 1.2.2 and remove unneeded dependencies. (forwarded request 135387 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/135430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebOb?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2012-09-23 19:10:19 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21f3a2ecea66129b20ba757fafa087af8ba85e413c77972accdeb56a50f1eff6
size 196816

3
WebOb-1.2.2.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:356b7277941fb263bfef9d3c4279fb1058ff9ea91b5f8a886a9579d614c79787
size 219653

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Sep 22 18:48:34 UTC 2012 - os-dev@jacraig.com
- Update to 1.2.2:
* Fix multiple calls to ``cache_expires()`` not fully overriding the
previously set headers.
* Fix parsing of form submissions where fields have different encodings.
- Many changes between versions 1.1.1 and 1.2.1. Please see docs/news.txt
for full details. Major changes include support for only Python 3.2, 2.7,
2.6.
- Removed dependency on python-Tempita and python-wsgiproxy: these are only
used in example code in the documentation and not actual runtime reqs.
- Removed dependency on python-nose: it is only needed to run tests.
- Removed dependency on python-WebTest: it was removed as a testing
requirement in 1.2a1.
-------------------------------------------------------------------
Mon Nov 28 15:23:37 UTC 2011 - prusnak@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-WebOb
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@@ -11,25 +11,22 @@
# 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.1.1
Version: 1.2.2
Release: 0
License: MIT
Summary: WSGI request and response object
Url: http://webob.org/
License: MIT
Group: Development/Languages/Python
Url: http://webob.org/
Source: http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.zip
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: unzip
Requires: python-Tempita
Requires: python-WebTest
Requires: python-nose
Requires: python-wsgiproxy
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}
%py_requires