commit python-WebTest for openSUSE:Factory

2020-05-28 Thread root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2020-05-28 09:04:47

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new.3606 (New)


Package is "python-WebTest"

Thu May 28 09:04:47 2020 rev:28 rq:802878 version:2.0.35

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2020-03-27 00:24:12.668223789 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new.3606/python-WebTest.changes  
2020-05-28 09:04:48.767262322 +0200
@@ -1,0 +2,7 @@
+Tue May 12 08:48:01 UTC 2020 - Dirk Mueller 
+
+- update to 2.0.35:
+  - python3.8 compat
+  - Remove use of deprecated splittype and splithost
+
+---

Old:

  WebTest-2.0.34.tar.gz

New:

  WebTest-2.0.35.tar.gz



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.aOIruj/_old  2020-05-28 09:04:49.935264961 +0200
+++ /var/tmp/diff_new_pack.aOIruj/_new  2020-05-28 09:04:49.939264970 +0200
@@ -20,7 +20,7 @@
 %define oldpython python
 %bcond_without tests
 Name:   python-WebTest
-Version:2.0.34
+Version:2.0.35
 Release:0
 Summary:Helper to test WSGI applications
 License:MIT

++ WebTest-2.0.34.tar.gz -> WebTest-2.0.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-2.0.34/CHANGELOG.rst 
new/WebTest-2.0.35/CHANGELOG.rst
--- old/WebTest-2.0.34/CHANGELOG.rst2020-01-29 09:48:17.0 +0100
+++ new/WebTest-2.0.35/CHANGELOG.rst2020-04-27 16:09:54.0 +0200
@@ -1,6 +1,13 @@
 News
 
 
+2.0.35 (2020-04-27)
+---
+
+- python3.8 compat
+
+- Remove use of deprecated splittype and splithost
+
 2.0.34 (2020-01-29)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-2.0.34/PKG-INFO new/WebTest-2.0.35/PKG-INFO
--- old/WebTest-2.0.34/PKG-INFO 2020-01-29 09:48:17.0 +0100
+++ new/WebTest-2.0.35/PKG-INFO 2020-04-27 16:09:54.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: WebTest
-Version: 2.0.34
+Version: 2.0.35
 Summary: Helper to test WSGI applications
 Home-page: https://docs.pylonsproject.org/projects/webtest/en/latest/
 Author: Ian Bicking
@@ -33,5 +33,6 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Provides-Extra: tests
 Provides-Extra: docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-2.0.34/WebTest.egg-info/PKG-INFO 
new/WebTest-2.0.35/WebTest.egg-info/PKG-INFO
--- old/WebTest-2.0.34/WebTest.egg-info/PKG-INFO2020-01-29 
09:48:17.0 +0100
+++ new/WebTest-2.0.35/WebTest.egg-info/PKG-INFO2020-04-27 
16:09:54.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: WebTest
-Version: 2.0.34
+Version: 2.0.35
 Summary: Helper to test WSGI applications
 Home-page: https://docs.pylonsproject.org/projects/webtest/en/latest/
 Author: Ian Bicking
@@ -33,5 +33,6 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Provides-Extra: tests
 Provides-Extra: docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-2.0.34/docs/changelog.rst 
new/WebTest-2.0.35/docs/changelog.rst
--- old/WebTest-2.0.34/docs/changelog.rst   2020-01-29 09:48:17.0 
+0100
+++ new/WebTest-2.0.35/docs/changelog.rst   2020-04-27 16:09:54.0 
+0200
@@ -1,6 +1,13 @@
 News
 
 
+2.0.35 (2020-04-27)
+---
+
+- python3.8 compat
+
+- Remove use of deprecated splittype and splithost
+
 2.0.34 (2020-01-29)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-2.0.34/setup.py new/WebTest-2.0.35/setup.py
--- old/WebTest-2.0.34/setup.py 2020-01-29 09:48:17.0 +0100
+++ new/WebTest-2.0.35/setup.py 2020-04-27 16:09:54.0 +0200
@@ -3,7 +3,7 @@
 from setuptools import setup
 from setuptools import find_packages
 
-version = '2.0.34'
+version = '2.0.35'
 
 install_requires = [
 'six',
@@ -40,6 +40,7 @@
   "Programming Language :: Python :: 3.5",
   "Programming Language :: Python :: 3.6",
   "Programming Language :: Python :: 3.7",
+  "Programming Language :: Python :: 3.8",
   ],
   

commit python-WebTest for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2020-03-27 00:24:08

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new.3160 (New)


Package is "python-WebTest"

Fri Mar 27 00:24:08 2020 rev:27 rq:785067 version:2.0.34

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2019-03-04 09:09:35.568715784 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new.3160/python-WebTest.changes  
2020-03-27 00:24:12.668223789 +0100
@@ -1,0 +2,8 @@
+Sat Mar 14 15:45:00 UTC 2020 - Dirk Mueller 
+
+- update to 2.0.34:
+  - Fix the test ``length == 0`` in ``check_content_type``.
+  - Treat  like .
+  - Handle query parameters for the ``head`` method.
+
+---

Old:

  WebTest-2.0.33.tar.gz

New:

  WebTest-2.0.34.tar.gz



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.DkyKOA/_old  2020-03-27 00:24:14.660224798 +0100
+++ /var/tmp/diff_new_pack.DkyKOA/_new  2020-03-27 00:24:14.664224800 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebTest
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define oldpython python
 %bcond_without tests
 Name:   python-WebTest
-Version:2.0.33
+Version:2.0.34
 Release:0
 Summary:Helper to test WSGI applications
 License:MIT

++ WebTest-2.0.33.tar.gz -> WebTest-2.0.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-2.0.33/CHANGELOG.rst 
new/WebTest-2.0.34/CHANGELOG.rst
--- old/WebTest-2.0.33/CHANGELOG.rst2019-02-09 19:18:31.0 +0100
+++ new/WebTest-2.0.34/CHANGELOG.rst2020-01-29 09:48:17.0 +0100
@@ -1,6 +1,16 @@
 News
 
 
+2.0.34 (2020-01-29)
+---
+
+- Fix the test ``length == 0`` in ``check_content_type``.
+
+- Treat  like .
+
+- Handle query parameters for the ``head`` method.
+
+
 2.0.33 (2019-02-09)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-2.0.33/PKG-INFO new/WebTest-2.0.34/PKG-INFO
--- old/WebTest-2.0.33/PKG-INFO 2019-02-09 19:18:31.0 +0100
+++ new/WebTest-2.0.34/PKG-INFO 2020-01-29 09:48:17.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: WebTest
-Version: 2.0.33
+Version: 2.0.34
 Summary: Helper to test WSGI applications
 Home-page: https://docs.pylonsproject.org/projects/webtest/en/latest/
 Author: Ian Bicking
@@ -30,10 +30,8 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
-Provides-Extra: docs
 Provides-Extra: tests
+Provides-Extra: docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-2.0.33/WebTest.egg-info/PKG-INFO 
new/WebTest-2.0.34/WebTest.egg-info/PKG-INFO
--- old/WebTest-2.0.33/WebTest.egg-info/PKG-INFO2019-02-09 
19:18:31.0 +0100
+++ new/WebTest-2.0.34/WebTest.egg-info/PKG-INFO2020-01-29 
09:48:17.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: WebTest
-Version: 2.0.33
+Version: 2.0.34
 Summary: Helper to test WSGI applications
 Home-page: https://docs.pylonsproject.org/projects/webtest/en/latest/
 Author: Ian Bicking
@@ -30,10 +30,8 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
-Provides-Extra: docs
 Provides-Extra: tests
+Provides-Extra: docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-2.0.33/docs/changelog.rst 
new/WebTest-2.0.34/docs/changelog.rst
--- old/WebTest-2.0.33/docs/changelog.rst   2019-02-09 19:18:31.0 
+0100
+++ new/WebTest-2.0.34/docs/changelog.rst   2020-01-29 09:48:17.0 
+0100
@@ -1,6 

commit python-WebTest for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2019-03-04 09:09:27

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new.28833 (New)


Package is "python-WebTest"

Mon Mar  4 09:09:27 2019 rev:26 rq:680060 version:2.0.33

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2019-02-14 14:11:04.592289572 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new.28833/python-WebTest.changes 
2019-03-04 09:09:35.568715784 +0100
@@ -1,0 +2,8 @@
+Thu Feb 28 09:24:07 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.0.33:
+  * Fixed #210. Allow to reset select multiple with field.value = []
+  * Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2
+  * Fixed #196. Fix deprecation warnings for collections to use 
collections.abc for Iterable on Python 3.
+
+---

Old:

  WebTest-2.0.32.tar.gz

New:

  WebTest-2.0.33.tar.gz



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.UYUGIp/_old  2019-03-04 09:09:36.992715545 +0100
+++ /var/tmp/diff_new_pack.UYUGIp/_new  2019-03-04 09:09:36.996715545 +0100
@@ -20,14 +20,13 @@
 %define oldpython python
 %bcond_without tests
 Name:   python-WebTest
-Version:2.0.32
+Version:2.0.33
 Release:0
-Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications
 License:MIT
 Group:  Development/Languages/Python
+URL:http://webtest.pythonpaste.org/
 Source: 
https://files.pythonhosted.org/packages/source/W/WebTest/WebTest-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module PasteDeploy}
 BuildRequires:  %{python_module WSGIProxy2}
 BuildRequires:  %{python_module WebOb >= 1.2}
@@ -38,11 +37,6 @@
 BuildRequires:  %{python_module waitress >= 0.8.5}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with tests}
-BuildRequires:  %{python_module coverage}
-BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module nose}
-%endif
 # Documentation build requirements:
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-pylons-sphinx-themes
@@ -50,11 +44,16 @@
 Requires:   python-beautifulsoup4
 Requires:   python-six
 Requires:   python-waitress >= 0.8.5
+BuildArch:  noarch
+%if %{with tests}
+BuildRequires:  %{python_module coverage}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module nose}
+%endif
 %ifpython2
 Obsoletes:  %{oldpython}-webtest < %{version}
 Provides:   %{oldpython}-webtest = %{version}
 %endif
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -91,13 +90,12 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGELOG.rst README.rst docs/license.rst
+%license license.rst
+%doc CHANGELOG.rst README.rst
 %{python_sitelib}/webtest/
 %{python_sitelib}/WebTest-%{version}-py*.egg-info
 
 %files  -n %{name}-doc
-%defattr(-,root,root,-)
 %doc build/sphinx/html
 
 %changelog

++ WebTest-2.0.32.tar.gz -> WebTest-2.0.33.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-2.0.32/.github/ISSUE_TEMPLATE/bug_report.md 
new/WebTest-2.0.33/.github/ISSUE_TEMPLATE/bug_report.md
--- old/WebTest-2.0.32/.github/ISSUE_TEMPLATE/bug_report.md 1970-01-01 
01:00:00.0 +0100
+++ new/WebTest-2.0.33/.github/ISSUE_TEMPLATE/bug_report.md 2019-02-09 
19:18:31.0 +0100
@@ -0,0 +1,31 @@
+---
+name: Bug Report
+about: Create a report to help us improve
+
+---
+
+## Get Support
+To get help or technical support, see [Get 
Support](https://pylonsproject.org/community-support.html).
+
+## Bug Report
+
+Please [search the issue tracker](https://github.com/Pylons/webtest/issues) 
for similar issues before submitting a new issue.
+
+**Describe the bug**
+A clear and concise description of the bug.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on ''
+3. Scroll down to ''
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain the issue.
+
+**Additional context**
+Add any other context about the issue here.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/WebTest-2.0.32/.github/ISSUE_TEMPLATE/documentation.md 
new/WebTest-2.0.33/.github/ISSUE_TEMPLATE/documentation.md
--- old/WebTest-2.0.32/.github/ISSUE_TEMPLATE/documentation.md  1970-01-01 
01:00:00.0 +0100
+++ 

commit python-WebTest for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2019-02-14 14:11:04

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new.28833 (New)


Package is "python-WebTest"

Thu Feb 14 14:11:04 2019 rev:25 rq:672729 version:2.0.32

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2018-12-19 13:52:54.414994896 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new.28833/python-WebTest.changes 
2019-02-14 14:11:04.592289572 +0100
@@ -1,0 +2,23 @@
+Thu Feb  7 16:14:39 UTC 2019 - Hans-Peter Jansen 
+
+- Update to 2.0.32 (2018-10-05)
+  + remove invalid email from setup.py
+
+- Update to 2.0.31 (2018-10-05)
+  + py33 is no longer supported. It may works but has been removed
+from tox config
+  + Fixed #205: Use empty string as default value for submit and
+button
+  + tests use pytest
+  + docs use the standard Pylons template on RTD
+
+- Update to 2.0.30 (2018-06-23)
+  + Add Email class for input fields with type "email".
+  + Documentation bearer token and JWT authorization
+
+- Update to 2.0.29 (2017-10-21)
+  + Bugfix: Preserve submit order for radio inputs.
+  + Fixed #186: avoid UnicodeDecodeError in linter with py2 when a
+header contain non ascii chars
+
+---

Old:

  WebTest-2.0.28.tar.gz

New:

  WebTest-2.0.32.tar.gz



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.25mdvf/_old  2019-02-14 14:11:06.092288823 +0100
+++ /var/tmp/diff_new_pack.25mdvf/_new  2019-02-14 14:11:06.092288823 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebTest
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define oldpython python
 %bcond_without tests
 Name:   python-WebTest
-Version:2.0.28
+Version:2.0.32
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications
@@ -45,6 +45,7 @@
 %endif
 # Documentation build requirements:
 BuildRequires:  python3-Sphinx
+BuildRequires:  python3-pylons-sphinx-themes
 Requires:   python-WebOb >= 1.2
 Requires:   python-beautifulsoup4
 Requires:   python-six

++ WebTest-2.0.28.tar.gz -> WebTest-2.0.32.tar.gz ++
 1691 lines of diff (skipped)




commit python-WebTest for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2018-12-19 13:52:52

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new.28833 (New)


Package is "python-WebTest"

Wed Dec 19 13:52:52 2018 rev:24 rq:659379 version:2.0.28

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2018-08-12 20:54:01.785303641 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new.28833/python-WebTest.changes 
2018-12-19 13:52:54.414994896 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:56:01 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.pY4NS4/_old  2018-12-19 13:52:55.122993919 +0100
+++ /var/tmp/diff_new_pack.pY4NS4/_new  2018-12-19 13:52:55.126993914 +0100
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -33,7 +33,6 @@
 BuildRequires:  %{python_module WebOb >= 1.2}
 BuildRequires:  %{python_module beautifulsoup4}
 BuildRequires:  %{python_module cssselect}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pyquery}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module waitress >= 0.8.5}




commit python-WebTest for openSUSE:Factory

2018-08-12 Thread root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2018-08-12 20:53:52

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is "python-WebTest"

Sun Aug 12 20:53:52 2018 rev:23 rq:628593 version:2.0.28

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2017-08-18 15:05:06.828156334 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2018-08-12 20:54:01.785303641 +0200
@@ -1,0 +2,5 @@
+Fri Aug 10 11:02:46 UTC 2018 - tchva...@suse.com
+
+- Drop not needed unittest2 dependency
+
+---



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.wadWqO/_old  2018-08-12 20:54:03.377306871 +0200
+++ /var/tmp/diff_new_pack.wadWqO/_new  2018-08-12 20:54:03.381306879 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebTest
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,22 +28,21 @@
 Group:  Development/Languages/Python
 Source: 
https://files.pythonhosted.org/packages/source/W/WebTest/WebTest-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module PasteDeploy}
-BuildRequires:  %{python_module WebOb >= 1.2}
 BuildRequires:  %{python_module WSGIProxy2}
+BuildRequires:  %{python_module WebOb >= 1.2}
 BuildRequires:  %{python_module beautifulsoup4}
 BuildRequires:  %{python_module cssselect}
+BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pyquery}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module waitress >= 0.8.5}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 %if %{with tests}
 BuildRequires:  %{python_module coverage}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
-BuildRequires:  python-unittest2
 %endif
 # Documentation build requirements:
 BuildRequires:  python3-Sphinx




commit python-WebTest for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2017-08-18 15:05:00

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is "python-WebTest"

Fri Aug 18 15:05:00 2017 rev:22 rq:517300 version:2.0.28

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2017-05-18 20:48:11.052411560 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2017-08-18 15:05:06.828156334 +0200
@@ -1,0 +2,13 @@
+Tue Aug 15 16:23:29 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 2.0.28
+  * Fixed #185: Fix strict cookie policy
+  * Fixed #146: Improve fields value checking when enctype is
+multipart
+  * Fixed #119: Assertion error should be raised when you have
+non-string response header
+  * Bugfix: Allow to set an int value to form fields when enctype
+is multipart
+  * Added py36 to tox.ini / .travis.yaml
+
+---

Old:

  WebTest-2.0.27.tar.gz

New:

  WebTest-2.0.28.tar.gz



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.naYjAy/_old  2017-08-18 15:05:07.876008752 +0200
+++ /var/tmp/diff_new_pack.naYjAy/_new  2017-08-18 15:05:07.884007626 +0200
@@ -16,12 +16,11 @@
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
+%bcond_without tests
 Name:   python-WebTest
-Version:2.0.27
+Version:2.0.28
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications
@@ -94,8 +93,9 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc README.rst docs/license.rst
-%{python_sitelib}/*
+%doc CHANGELOG.rst README.rst docs/license.rst
+%{python_sitelib}/webtest/
+%{python_sitelib}/WebTest-%{version}-py*.egg-info
 
 %files  -n %{name}-doc
 %defattr(-,root,root,-)

++ WebTest-2.0.27.tar.gz -> WebTest-2.0.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-2.0.27/CHANGELOG.rst 
new/WebTest-2.0.28/CHANGELOG.rst
--- old/WebTest-2.0.27/CHANGELOG.rst2017-03-15 09:18:07.0 +0100
+++ new/WebTest-2.0.28/CHANGELOG.rst2017-08-01 17:29:14.0 +0200
@@ -1,6 +1,21 @@
 News
 
 
+2.0.28 (2017-08-01)
+---
+
+- Fixed #185: Fix strict cookie policy
+
+- Fixed #146: Improve fields value checking when enctype is multipart
+
+- Fixed #119: Assertion error should be raised when you have non-string
+  response header
+
+- Bugfix: Allow to set an int value to form fields when enctype is multipart
+
+- Added py36 to tox.ini / .travis.yaml
+
+
 2.0.27 (2017-03-15)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-2.0.27/PKG-INFO new/WebTest-2.0.28/PKG-INFO
--- old/WebTest-2.0.27/PKG-INFO 2017-03-15 09:18:08.0 +0100
+++ new/WebTest-2.0.28/PKG-INFO 2017-08-01 17:29:15.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: WebTest
-Version: 2.0.27
+Version: 2.0.28
 Summary: Helper to test WSGI applications
 Home-page: http://webtest.pythonpaste.org/
 Author: Gael Pasgrimaud
@@ -32,3 +32,4 @@
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-2.0.27/RELEASING.rst 
new/WebTest-2.0.28/RELEASING.rst
--- old/WebTest-2.0.27/RELEASING.rst1970-01-01 01:00:00.0 +0100
+++ new/WebTest-2.0.28/RELEASING.rst2017-08-01 17:29:14.0 +0200
@@ -0,0 +1,70 @@
+Releasing WebTest
+=
+
+- For clarity, we define releases as follows.
+
+  - Alpha, beta, dev and similar statuses do not qualify whether a release is
+major or minor. The term "pre-release" means alpha, beta, or dev.
+
+  - A release is final when it is no longer pre-release.
+
+  - A *major* release is where the first number either before or after the
+first dot increases. Examples: 1.6 to 1.7a1, or 1.8 to 2.0.
+
+  - A *minor* or *bug fix* release is where the number after the second dot
+increases. Example: 1.6 to 1.6.1.
+
+
+Releasing with zest.releaser
+
+
+- First install `zest.releaser `_::
+
+$ pip install zest.releaser[recommanded]
+
+- Add this to your ``~/.pypirc``::
+
+[zest.releaser]
+no-input = true
+create-wheel = yes
+
+- 

commit python-WebTest for openSUSE:Factory

2017-05-18 Thread root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2017-05-18 20:48:10

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is "python-WebTest"

Thu May 18 20:48:10 2017 rev:21 rq:494917 version:2.0.27

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2016-09-28 11:30:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2017-05-18 20:48:11.052411560 +0200
@@ -1,0 +2,20 @@
+Wed May  3 16:31:46 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 2.0.27
+  * Bugfix: Allow to use set_cookie when HTTP_HOST is set
+  * Fix #177: resp.json now always decode body as utf8
+- Update to 2.0.26
+  * Added JWT auth support
+  * Always show response body when response status is invalid
+- Update to 2.0.25
+  * Fix #173: Do not omit file uploads without a file from post.
+- Update to 2.0.24
+  * Drop python 2.6 support. Newer versions may still work if you
+use waitress < 1.0
+  * Remove bs4 warnings
+  * Docs improvments
+  * Tets are WebOb 1.7.x compatible
+- Implement singlespec version
+- Fix source URL.
+
+---

Old:

  WebTest-2.0.23.tar.gz

New:

  WebTest-2.0.27.tar.gz



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.jPMgbG/_old  2017-05-18 20:48:11.676323510 +0200
+++ /var/tmp/diff_new_pack.jPMgbG/_new  2017-05-18 20:48:11.680322946 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebTest
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,46 +16,48 @@
 #
 
 
+%bcond_without tests
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:   python-WebTest
-Version:2.0.23
+Version:2.0.27
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications
 License:MIT
 Group:  Development/Languages/Python
-Source: 
https://pypi.io/packages/source/W/WebTest/WebTest-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/W/WebTest/WebTest-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-PasteDeploy
-BuildRequires:  python-WSGIProxy2
-BuildRequires:  python-base
-BuildRequires:  python-beautifulsoup4
-BuildRequires:  python-cssselect
-BuildRequires:  python-mock
-BuildRequires:  python-pyquery
-BuildRequires:  python-setuptools
-BuildRequires:  python-six
-BuildRequires:  python-unittest2
-BuildRequires:  python-waitress
-# Documentation build requirements:
-BuildRequires:  python-Sphinx
-# Test build requirements:
-BuildRequires:  python-WebOb
-BuildRequires:  python-coverage
-BuildRequires:  python-nose
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module PasteDeploy}
+BuildRequires:  %{python_module WebOb >= 1.2}
+BuildRequires:  %{python_module WSGIProxy2}
+BuildRequires:  %{python_module beautifulsoup4}
+BuildRequires:  %{python_module cssselect}
+BuildRequires:  %{python_module pyquery}
+BuildRequires:  %{python_module waitress >= 0.8.5}
+%if %{with tests}
+BuildRequires:  %{python_module coverage}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module nose}
 BuildRequires:  python-unittest2
 %endif
+# Documentation build requirements:
+BuildRequires:  python3-Sphinx
 Requires:   python-WebOb >= 1.2
 Requires:   python-beautifulsoup4
 Requires:   python-six
 Requires:   python-waitress >= 0.8.5
-Provides:   python-webtest = %{version}
-Obsoletes:  python-webtest < %{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
-BuildArch:  noarch
+%ifpython2
+Obsoletes:  %{oldpython}-webtest < %{version}
+Provides:   %{oldpython}-webtest = %{version}
 %endif
+BuildArch:  noarch
+%python_subpackages
 
 %description
 This wraps any WSGI application and makes it easy to send test
@@ -64,12 +66,12 @@
 This provides convenient full-stack testing of applications written
 with any WSGI-compatible framework.
 
-%package doc
+%package -n %{name}-doc
 

commit python-WebTest for openSUSE:Factory

2016-09-28 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2016-09-28 11:29:58

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is "python-WebTest"

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2016-03-26 15:24:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2016-09-28 11:30:00.0 +0200
@@ -1,0 +2,18 @@
+Thu Sep  1 10:15:53 UTC 2016 - tbecht...@suse.com
+
+- update 2.0.23:
+  - Create universal wheels.
+  -  Fix #160: Do not guess encoding if response's charset is set.
+  - PR #154 Allow Bearer auth
+  - PR #147,#148 Take care of REFERER when using form.submit(), .click() and
+  .clickbutton()
+  - PR #145 Allow to override content-type when using json methods
+  - nothing new release. just try to make wheel available on pypi
+  - fixed #131 prevent passing HTML parameters that conflict with Field kwargs
+  - fixed #135 Document that WSGIProxy2 is required for "using webtest with a 
real url"
+  - fixed #136 reset values of select multiple
+  - drop py32 support (still work but test dependencies fail)
+- Use tar.gz instead of zip archive
+- Use pypi.io as Source url
+
+---

Old:

  WebTest-2.0.18.zip

New:

  WebTest-2.0.23.tar.gz



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.eC7D25/_old  2016-09-28 11:30:01.0 +0200
+++ /var/tmp/diff_new_pack.eC7D25/_new  2016-09-28 11:30:01.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-WebTest
-Version:2.0.18
+Version:2.0.23
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications
 License:MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/W/WebTest/WebTest-%{version}.zip
+Source: 
https://pypi.io/packages/source/W/WebTest/WebTest-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-PasteDeploy
 BuildRequires:  python-WSGIProxy2
@@ -34,8 +34,8 @@
 BuildRequires:  python-pyquery
 BuildRequires:  python-setuptools
 BuildRequires:  python-six
+BuildRequires:  python-unittest2
 BuildRequires:  python-waitress
-BuildRequires:  unzip
 # Documentation build requirements:
 BuildRequires:  python-Sphinx
 # Test build requirements:
@@ -48,7 +48,7 @@
 Requires:   python-WebOb >= 1.2
 Requires:   python-beautifulsoup4
 Requires:   python-six
-Requires:   python-waitress
+Requires:   python-waitress >= 0.8.5
 Provides:   python-webtest = %{version}
 Obsoletes:  python-webtest < %{version}
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110




commit python-WebTest for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2016-03-26 15:24:41

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is "python-WebTest"

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2015-05-18 22:35:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2016-03-26 15:24:42.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 13 21:01:30 UTC 2016 - dmuel...@suse.com
+
+- adding license
+
+---



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.GybyQM/_old  2016-03-26 15:24:43.0 +0100
+++ /var/tmp/diff_new_pack.GybyQM/_new  2016-03-26 15:24:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebTest
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -91,7 +91,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.rst
+%doc README.rst docs/license.rst
 %{python_sitelib}/*
 
 %files doc





commit python-WebTest for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2015-05-18 22:35:38

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is python-WebTest

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2014-01-14 19:53:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2015-05-18 22:35:39.0 +0200
@@ -1,0 +2,45 @@
+Thu May 14 13:59:46 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.0.18:
+  * Avoid deprecation warning with py3.4
+- additional changes from version 2.0.17:
+  * Properly check for default cookiejar arguments [Julian Berman]
+  * Avoid raising encoding errors from debugapp (needed to use with
+WSGIProxy2) [Laurence Rowe]
+- additional changes from version 2.0.16:
+  * Fixed #110. Forced values for Radio inputs are no longer
+ignored by value property on get. [bayprogrammer]
+  * Added method TestApp.set_parser_features to change the
+parser_features used by BeautifulSoup. [tomasmoreyra]
+  * Added app.set_cookie [luhn]
+- additional changes from version 2.0.15:
+  * Fixed #73. Python  2.6.5 does not support unicode as keyword
+arguments names. [Stepan Kolesnik]
+  * Fixed #84 Application cookies for localhost are no longer
+ignored [gawel]
+  * Fixed #89 remove WSGIWarning: You are not supposed to send a
+body in a DELETE request because we now have a good reason for
+that. See http://bit.ly/1tb3yxW [gawel]
+  * Fixed #92 You can now override TestApp.JSONEncoder to use a
+custom encoder [gawel]
+  * Fixed #93 Support basic authentication [gawel]
+  * Fixed #103 Broken Edit me on GitHub links in documentation
+[gawel]
+  * Fixed #106 Make wrapping the app in the lint middleware
+optional [dmlayton]
+  * Fixed #107 Explicit error message when WSGIProxy2 is not
+installer [gawel]
+  * Fixed #108 cgi.parse_qsl is pending deprecation [gawel]
+- additional changes from version 2.0.14:
+  * Allow .select() on selects and select multiples. [Markus
+Bertheau]
+- additional changes from version 2.0.13:
+  * Allow selecting select options by text [Markus Bertheau]
+- additional changes from version 2.0.12:
+  * Ignore the value attribute of file inputs [Markus Bertheau]
+  * Allow selecting the form submit button by its value [Markus
+Bertheau]
+- remove version limitation for nose
+- pass -q to test to avoid spamming the build log
+
+---

Old:

  WebTest-2.0.11.zip

New:

  WebTest-2.0.18.zip



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.4Qxq89/_old  2015-05-18 22:35:40.0 +0200
+++ /var/tmp/diff_new_pack.4Qxq89/_new  2015-05-18 22:35:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebTest
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-WebTest
-Version:2.0.11
+Version:2.0.18
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications
@@ -74,6 +74,8 @@
 
 %prep
 %setup -q -n WebTest-%{version}
+# remove version limitation for nose
+sed -i 's/nose1\.3\.0/nose/' setup.py
 
 %build
 python setup.py build
@@ -84,7 +86,7 @@
 
 %if 0%{?suse_version}  1110
 %check
-python setup.py test
+python setup.py -q test
 %endif
 
 %files




commit python-WebTest for openSUSE:Factory

2014-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2014-01-14 19:53:45

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is python-WebTest

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2013-10-25 11:36:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2014-01-14 19:53:46.0 +0100
@@ -1,0 +2,8 @@
+Mon Jan 13 14:01:30 UTC 2014 - dmuel...@suse.com
+
+- update to 2.0.11:
+  * Depend on unittest2 only for Python versions lower than 2.7
+  * Add an optional parameter to TestApp, allowing the user to 
+  specify the parser used by BeautifulSoup
+
+---

Old:

  WebTest-2.0.9.zip

New:

  WebTest-2.0.11.zip



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.BIQnPH/_old  2014-01-14 19:53:46.0 +0100
+++ /var/tmp/diff_new_pack.BIQnPH/_new  2014-01-14 19:53:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebTest
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   python-WebTest
-Version:2.0.9
+Version:2.0.11
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications
@@ -42,7 +42,9 @@
 BuildRequires:  python-WebOb
 BuildRequires:  python-coverage
 BuildRequires:  python-nose
+%if 0%{?suse_version}  0%{?suse_version} = 1110
 BuildRequires:  python-unittest2
+%endif
 Requires:   python-WebOb = 1.2
 Requires:   python-beautifulsoup4
 Requires:   python-six

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-WebTest for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2013-10-25 11:36:13

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is python-WebTest

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2013-09-26 20:01:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2013-10-25 11:36:14.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:17:10 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.4zl4yh/_old  2013-10-25 11:36:15.0 +0200
+++ /var/tmp/diff_new_pack.4zl4yh/_new  2013-10-25 11:36:15.0 +0200
@@ -30,9 +30,9 @@
 BuildRequires:  python-base
 BuildRequires:  python-beautifulsoup4
 BuildRequires:  python-cssselect
-BuildRequires:  python-distribute
 BuildRequires:  python-mock
 BuildRequires:  python-pyquery
+BuildRequires:  python-setuptools
 BuildRequires:  python-six
 BuildRequires:  python-waitress
 BuildRequires:  unzip


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-WebTest for openSUSE:Factory

2013-09-26 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2013-09-26 20:01:10

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is python-WebTest

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2013-09-23 11:17:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2013-09-26 20:01:11.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 25 16:33:33 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 2.0.9
+  * Make sure Upload.content_type is not ignored
+https://github.com/Pylons/webtest/pull/88
+
+---

Old:

  WebTest-2.0.7.zip

New:

  WebTest-2.0.9.zip



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.qm4yvR/_old  2013-09-26 20:01:11.0 +0200
+++ /var/tmp/diff_new_pack.qm4yvR/_new  2013-09-26 20:01:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-WebTest
-Version:2.0.7
+Version:2.0.9
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-WebTest for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2013-09-23 10:58:35

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is python-WebTest

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2013-06-29 14:48:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2013-09-23 11:17:55.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 17 08:33:26 UTC 2013 - dmuel...@suse.com
+
+- update to 2.0.7:
+  * Detect JSON if mimetype ends with +json, such as 
application/vnd.webtest+json
+  * Fixed #72. Use WSGIServer new api even if there waitress has backward 
compat.
+  * Fixed #50. Corrected default value for the delete params argument.
+  * Be sure to decode the content if it is gziped before returning it
+
+---

Old:

  WebTest-2.0.6.zip

New:

  WebTest-2.0.7.zip



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.DiwGB1/_old  2013-09-23 11:17:55.0 +0200
+++ /var/tmp/diff_new_pack.DiwGB1/_new  2013-09-23 11:17:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-WebTest
-Version:2.0.6
+Version:2.0.7
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-WebTest for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2013-06-29 14:48:25

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is python-WebTest

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2013-05-03 07:40:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2013-06-29 14:48:27.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun 10 13:29:16 UTC 2013 - dmuel...@suse.com
+
+- update to 2.0.6:
+- fixed #64. cookiejar api has changed in python3.3 [gawel]
+- allow to use a fixed StopableWSGIServer [gawel]
+- Do not alter the BeautifulSoup object when parsing forms. [Georges
+- Remove first newline while parse textarea block, how modern browsers does.
+
+---

Old:

  WebTest-2.0.5.zip

New:

  WebTest-2.0.6.zip



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.tsGjaf/_old  2013-06-29 14:48:28.0 +0200
+++ /var/tmp/diff_new_pack.tsGjaf/_new  2013-06-29 14:48:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-WebTest
-Version:2.0.5
+Version:2.0.6
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-WebTest for openSUSE:Factory

2013-05-02 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2013-05-03 07:40:28

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is python-WebTest

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2013-03-08 09:49:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2013-05-03 07:40:30.0 +0200
@@ -1,0 +2,36 @@
+Mon Apr 29 13:01:57 UTC 2013 - dmuel...@suse.com
+
+- Update to 2.0.5:
+ * Correctly handle option elements with no value attribute
+  [Marius Gedminas]
+  * Ignore socket.error following StopableWSGIServer.shutdown. [Laurence Rowe]
+  * button without type='submit' attribute is treated as Submit
+  control [Andrey Lebedev].
+  * Support for redirects having relative Location header [Andrey Lebedev]
+  * Treat strings in the WSGI environment as native strings, compliant with
+  PEP-. [wosc]
+  * Allow TestResponse.click() to match HTML content again. [ender672]
+  * Support secure cookies [Andrey Lebedev]
+  * Added Pasword field [diarmuidbourke]
+  * re-allow to use unknow field type. Like ``type=email``. [gawel]
+  * Don't let BeautifulSoup use lxml. Fix GH-51 [kmike]
+  * added :meth:`webtest.response.TestResponse.maybe_follow` method [kmike]
+  * drop zc.buildout usage for development, now using only virtualenv
+  [Domen Kožar]
+  * Backward incompatibility : Removed the ``anchor`` argument of
+  :meth:`webtest.response.TestResponse.click` and the ``button`` argument of
+  :meth:`webtest.response.TestResponse.clickbutton`. It is for the greater 
good.
+  * Rewrote API documentation [Domen Kožar]
+  * Added `wsgiproxy` support to do HTTP request to an URL [gawel]
+  * Use BeautifulSoup4 to parse forms [gawel]
+  * Added `webtest.app.TestApp.patch_json` [gawel]
+  * Implement `webtest.app.TestApp.cookiejar` support and kindof keep
+  `webtest.app.TestApp.cookies` functionality.  `webtest.app.TestApp.cookies`
+  should be treated as read-only.
+  [Domen Kožar]
+  * Split Selenium integration into separate package webtest-selenium
+  * Split casperjs integration into separate package webtest-casperjs
+  * Test coverage improvements [harobed, cdevienne, arthru, Domen Kožar, gawel]
+  * Fully implement decoding of HTML entities
+
+---

Old:

  WebTest-1.4.2.zip

New:

  WebTest-2.0.5.zip



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.cX4opq/_old  2013-05-03 07:40:31.0 +0200
+++ /var/tmp/diff_new_pack.cX4opq/_new  2013-05-03 07:40:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-WebTest
-Version:1.4.2
+Version:2.0.5
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications
@@ -25,8 +25,16 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/W/WebTest/WebTest-%{version}.zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-PasteDeploy
+BuildRequires:  python-WSGIProxy2
 BuildRequires:  python-base
+BuildRequires:  python-beautifulsoup4
+BuildRequires:  python-cssselect
 BuildRequires:  python-distribute
+BuildRequires:  python-mock
+BuildRequires:  python-pyquery
+BuildRequires:  python-six
+BuildRequires:  python-waitress
 BuildRequires:  unzip
 # Documentation build requirements:
 BuildRequires:  python-Sphinx
@@ -35,7 +43,10 @@
 BuildRequires:  python-coverage
 BuildRequires:  python-nose
 BuildRequires:  python-unittest2
-Requires:   python-WebOb
+Requires:   python-WebOb = 1.2
+Requires:   python-beautifulsoup4
+Requires:   python-six
+Requires:   python-waitress
 Provides:   python-webtest = %{version}
 Obsoletes:  python-webtest  %{version}
 %if 0%{?suse_version}  0%{?suse_version} = 1110

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-WebTest for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2013-03-08 09:49:14

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is python-WebTest, Maintainer is radma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2012-11-28 14:35:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2013-03-08 09:49:15.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 11 11:22:19 UTC 2013 - sasc...@suse.de
+
+- Disable testsuite on SLE_11_SP2 to fix the build (unittest module
+  lacks support)
+
+---



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.FJvu7F/_old  2013-03-08 09:49:15.0 +0100
+++ /var/tmp/diff_new_pack.FJvu7F/_new  2013-03-08 09:49:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebTest
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -69,8 +69,10 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%if 0%{?suse_version}  1110
 %check
 python setup.py test
+%endif
 
 %files
 %defattr(-,root,root,-)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-WebTest for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2012-11-28 14:35:35

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is python-WebTest, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2012-09-23 21:10:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2012-11-28 14:35:37.0 +0100
@@ -1,0 +2,17 @@
+Thu Nov 22 15:13:50 UTC 2012 - sasc...@suse.de
+
+- Update to version 1.4.2:
+  + fix tests error due to CLRF in a tarball
+- Changes from version 1.4.1:
+  + add travis-ci
+  + migrate repository to https://github.com/Pylons/webtest
+  + Fix a typo in apps.py: selectedIndicies
+  + Preserve field order during parsing (support for deform and such)
+  + Allow equals sign in the cookie by spliting name-value-string pairs on the
+first ‘=’ sign as per http://tools.ietf.org/html/rfc6265#section-5.2
+  + fix an error when you use AssertionError(response) with unicode chars in 
response
+- Build HTML documentaton
+- Run testsuite
+- Split of doc package
+
+---

Old:

  WebTest-1.4.0.tar.gz

New:

  WebTest-1.4.2.zip



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.AKK2gD/_old  2012-11-28 14:35:38.0 +0100
+++ /var/tmp/diff_new_pack.AKK2gD/_new  2012-11-28 14:35:38.0 +0100
@@ -17,21 +17,29 @@
 
 
 Name:   python-WebTest
-Version:1.4.0
+Version:1.4.2
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications
 License:MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/W/WebTest/WebTest-%{version}.tar.gz
+Source: 
http://pypi.python.org/packages/source/W/WebTest/WebTest-%{version}.zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
+BuildRequires:  python-base
 BuildRequires:  python-distribute
+BuildRequires:  unzip
+# Documentation build requirements:
+BuildRequires:  python-Sphinx
+# Test build requirements:
+BuildRequires:  python-WebOb
+BuildRequires:  python-coverage
+BuildRequires:  python-nose
+BuildRequires:  python-unittest2
 Requires:   python-WebOb
 Provides:   python-webtest = %{version}
 Obsoletes:  python-webtest  %{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())}
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else
 BuildArch:  noarch
 %endif
@@ -43,19 +51,34 @@
 This provides convenient full-stack testing of applications written
 with any WSGI-compatible framework.
 
+%package doc
+Summary:Helper to test WSGI applications - Documentation
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
+
+%description doc
+This package contains documentation files for %{name}.
+
 %prep
 %setup -q -n WebTest-%{version}
-mv docs/_build docs/html
 
 %build
 python setup.py build
+python setup.py build_sphinx  rm build/sphinx/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+python setup.py test
+
 %files
 %defattr(-,root,root,-)
-%doc docs/html
+%doc README.rst
 %{python_sitelib}/*
 
+%files doc
+%defattr(-,root,root,-)
+%doc build/sphinx/html
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-WebTest for openSUSE:Factory

2012-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2012-09-23 21:10:30

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is python-WebTest, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2012-06-10 21:52:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2012-09-23 21:10:32.0 +0200
@@ -1,0 +2,15 @@
+Sat Sep 22 18:38:46 UTC 2012 - os-...@jacraig.com
+
+- Update to 1.4.0:
+  * added webtest.ext - allow to use casperjs
+- Changes from 1.3.6:
+  * fix #42: Check uppercase method.
+  * fix #36: Radio can use forced value.
+  * fix #24: Include test fixtures.
+  * fix bug when trying to print a response which contain some unicode chars
+- Changes from 1.3.5:
+  * fix #39: Add PATCH to acceptable methods.
+- Removed dependency on python-nose and python-dtopt: these are only needed to
+  run tests.
+
+---

Old:

  WebTest-1.3.4.tar.gz

New:

  WebTest-1.4.0.tar.gz



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.jf4FkE/_old  2012-09-23 21:10:32.0 +0200
+++ /var/tmp/diff_new_pack.jf4FkE/_new  2012-09-23 21:10:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-WebTest
-Version:1.3.4
+Version:1.4.0
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications
@@ -28,8 +28,6 @@
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 Requires:   python-WebOb
-Requires:   python-dtopt
-Requires:   python-nose
 Provides:   python-webtest = %{version}
 Obsoletes:  python-webtest  %{version}
 %if 0%{?suse_version}  0%{?suse_version} = 1110

++ WebTest-1.3.4.tar.gz - WebTest-1.4.0.tar.gz ++
 3149 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-WebTest for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2012-06-10 20:19:17

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is python-WebTest, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2012-02-01 10:00:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2012-06-10 21:52:21.0 +0200
@@ -1,0 +2,16 @@
+Wed Jun  6 21:17:27 UTC 2012 - os-...@jacraig.com
+
+- Update to 1.3.4:
+  * fix `#33 https://bitbucket.org/ianb/webtest/issue/33`_ Remove
+CaptureStdout. Do nothing and break pdb
+  * use OrderedDict to store fields in form. See
+`#31 https://bitbucket.org/ianb/webtest/issue/31`_
+  * fix `#38 https://bitbucket.org/ianb/webtest/issue/38`_ Allow to post
+falsey values.
+  * fix `#37 https://bitbucket.org/ianb/webtest/issue/37`_ Allow
+Content-Length: 0 without Content-Type
+  * `fix #30 https://bitbucket.org/ianb/webtest/issue/30`_ bad link to
+pyquery documentation
+  * Never catch NameError during iteration
+
+---

Old:

  WebTest-1.3.3.tar.gz

New:

  WebTest-1.3.4.tar.gz



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.v7SdVm/_old  2012-06-10 21:52:22.0 +0200
+++ /var/tmp/diff_new_pack.v7SdVm/_new  2012-06-10 21:52:22.0 +0200
@@ -14,8 +14,10 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   python-WebTest
-Version:1.3.3
+Version:1.3.4
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications

++ WebTest-1.3.3.tar.gz - WebTest-1.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-1.3.3/PKG-INFO new/WebTest-1.3.4/PKG-INFO
--- old/WebTest-1.3.3/PKG-INFO  2011-11-21 15:02:55.0 +0100
+++ new/WebTest-1.3.4/PKG-INFO  2012-05-04 18:10:30.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: WebTest
-Version: 1.3.3
+Version: 1.3.4
 Summary: Helper to test WSGI applications
 Home-page: http://webtest.pythonpaste.org/
 Author: Gael Pasgrimaud
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-1.3.3/WebTest.egg-info/PKG-INFO 
new/WebTest-1.3.4/WebTest.egg-info/PKG-INFO
--- old/WebTest-1.3.3/WebTest.egg-info/PKG-INFO 2011-11-21 15:02:50.0 
+0100
+++ new/WebTest-1.3.4/WebTest.egg-info/PKG-INFO 2012-05-04 18:10:28.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: WebTest
-Version: 1.3.3
+Version: 1.3.4
 Summary: Helper to test WSGI applications
 Home-page: http://webtest.pythonpaste.org/
 Author: Gael Pasgrimaud
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-1.3.3/docs/index.txt 
new/WebTest-1.3.4/docs/index.txt
--- old/WebTest-1.3.3/docs/index.txt2011-10-30 00:51:23.0 +0200
+++ new/WebTest-1.3.4/docs/index.txt2012-01-25 09:49:29.0 +0100
@@ -257,7 +257,7 @@
  print(form.method)
 POST
  # dict of fields
- fields.values() #doctest: +SKIP
+ form.fields.values() #doctest: +SKIP
 [(u'name', [Text name=name]), (u'submit', [Submit name=submit])]
  form['name'] = 'Bob'
  # When names don't point to a single field:
@@ -304,7 +304,7 @@
 response body.
 
 ``response.pyquery``:
-Return an `PyQuery http://pyquery.org/`_ version of the
+Return an `PyQuery http://pypi.python.org/pypi/pyquery`_ version of the
 response body.
 
 ``response.json``:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-1.3.3/docs/news.txt 
new/WebTest-1.3.4/docs/news.txt
--- old/WebTest-1.3.3/docs/news.txt 2011-10-30 00:38:58.0 +0200
+++ new/WebTest-1.3.4/docs/news.txt 2012-05-04 18:09:14.0 +0200
@@ -1,6 +1,27 @@
 News
 
 
+1.3.4
+-
+
+
+* fix `#33 https://bitbucket.org/ianb/webtest/issue/33`_ Remove
+  CaptureStdout. Do nothing and break pdb
+
+* use OrderedDict to store fields in form. See
+  `#31 https://bitbucket.org/ianb/webtest/issue/31`_
+
+* fix `#38 https://bitbucket.org/ianb/webtest/issue/38`_ Allow to post falsey
+  values.
+
+* fix `#37 https://bitbucket.org/ianb/webtest/issue/37`_ Allow
+  Content-Length: 0 without Content-Type
+
+* `fix #30 https://bitbucket.org/ianb/webtest/issue/30`_ bad link to pyquery
+  documentation
+
+* Never catch NameError during iteration
+
 1.3.3
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit python-WebTest for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2012-02-01 10:00:17

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is python-WebTest, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2011-11-28 18:27:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2012-02-01 10:00:18.0 +0100
@@ -1,0 +2,15 @@
+Tue Jan 31 13:49:10 UTC 2012 - sasc...@suse.de
+
+- Simplified macro usage
+- Run testsuite
+- Update to version 1.3.3:
+  * added post_json, put_json, delete_json
+  * fix #25 params dictionary of webtest.AppTest.post() does not support 
unicode values
+- Changes from version 1.3.2:
+  * improve showbrowser.
+  * print_stderr fail with unicode string on python2
+- Changes from version 1.3.1:
+  * Added .option()
+  * Full python3 compat
+
+---

Old:

  WebTest-1.3.tar.gz

New:

  WebTest-1.3.3.tar.gz



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.OoLVE2/_old  2012-02-01 10:00:19.0 +0100
+++ /var/tmp/diff_new_pack.OoLVE2/_new  2012-02-01 10:00:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebTest
 #
-# 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,12 +11,11 @@
 # 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-WebTest
-Version:1.3
+Version:1.3.3
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications
@@ -29,15 +28,13 @@
 Requires:   python-WebOb
 Requires:   python-dtopt
 Requires:  python-nose
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
-BuildArch:  noarch
-%endif
-%endif
 Provides:   python-webtest = %{version}
 Obsoletes:  python-webtest  %{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
+BuildArch:  noarch
+%endif
 
 %description
 This wraps any WSGI application and makes it easy to send test

++ WebTest-1.3.tar.gz - WebTest-1.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-1.3/PKG-INFO new/WebTest-1.3.3/PKG-INFO
--- old/WebTest-1.3/PKG-INFO2011-08-28 16:22:13.0 +0200
+++ new/WebTest-1.3.3/PKG-INFO  2011-11-21 15:02:55.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: WebTest
-Version: 1.3
+Version: 1.3.3
 Summary: Helper to test WSGI applications
 Home-page: http://webtest.pythonpaste.org/
 Author: Gael Pasgrimaud
@@ -25,3 +25,4 @@
 Classifier: Programming Language :: Python :: 2.5
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-1.3/WebTest.egg-info/PKG-INFO 
new/WebTest-1.3.3/WebTest.egg-info/PKG-INFO
--- old/WebTest-1.3/WebTest.egg-info/PKG-INFO   2011-08-28 16:22:12.0 
+0200
+++ new/WebTest-1.3.3/WebTest.egg-info/PKG-INFO 2011-11-21 15:02:50.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: WebTest
-Version: 1.3
+Version: 1.3.3
 Summary: Helper to test WSGI applications
 Home-page: http://webtest.pythonpaste.org/
 Author: Gael Pasgrimaud
@@ -25,3 +25,4 @@
 Classifier: Programming Language :: Python :: 2.5
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-1.3/docs/conf.py 
new/WebTest-1.3.3/docs/conf.py
--- old/WebTest-1.3/docs/conf.py2011-08-28 16:19:27.0 +0200
+++ new/WebTest-1.3.3/docs/conf.py  2011-10-19 12:25:05.0 +0200
@@ -39,10 +39,8 @@
 # The default replacements for |version| and |release|, also used in various
 # other places throughout the built documents.
 #
-# The short X.Y