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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes       
2016-09-28 11:30:00.000000000 +0200
@@ -1,0 +2,18 @@
+Thu Sep  1 10:15:53 UTC 2016 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.eC7D25/_new  2016-09-28 11:30:01.000000000 +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


Reply via email to