diff --git a/WebOb-1.1.1.zip b/WebOb-1.1.1.zip deleted file mode 100644 index 15623a8..0000000 --- a/WebOb-1.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21f3a2ecea66129b20ba757fafa087af8ba85e413c77972accdeb56a50f1eff6 -size 196816 diff --git a/WebOb-1.2.2.zip b/WebOb-1.2.2.zip new file mode 100644 index 0000000..d5c4bdd --- /dev/null +++ b/WebOb-1.2.2.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356b7277941fb263bfef9d3c4279fb1058ff9ea91b5f8a886a9579d614c79787 +size 219653 diff --git a/python-WebOb.changes b/python-WebOb.changes index 8c3c552..40a132f 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -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 diff --git a/python-WebOb.spec b/python-WebOb.spec index 94a30cf..6b9e645 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -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