commit python-wsgi_intercept for openSUSE:Factory

2020-03-16 Thread root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2020-03-16 10:17:50

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


Package is "python-wsgi_intercept"

Mon Mar 16 10:17:50 2020 rev:25 rq:784840 version:1.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2020-02-07 15:54:35.759516826 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.3160/python-wsgi_intercept.changes
2020-03-16 10:18:21.983587922 +0100
@@ -1,0 +2,5 @@
+Sat Mar 14 08:33:34 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.65ef8v/_old  2020-03-16 10:18:22.507588135 +0100
+++ /var/tmp/diff_new_pack.65ef8v/_new  2020-03-16 10:18:22.511588137 +0100
@@ -34,12 +34,8 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-six
-BuildArch:  noarch
-%if 0%{?_no_weakdeps}
-Requires:   python-requests >= 2.0.1
-%else
 Recommends: python-requests >= 2.0.1
-%endif
+BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -57,7 +53,7 @@
 
 %install
 %python_install
-rm -r %{buildroot}%{python_sitelib}/wsgi_intercept/tests
+%python_expand rm -r %{buildroot}%{$python_sitelib}/wsgi_intercept/tests
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -65,7 +61,9 @@
 %pytest
 
 %files %{python_files}
-%{python_sitelib}/wsgi_intercept-%{version}-py%{py_ver}.egg-info
+%doc README
+%license LICENSE
+%{python_sitelib}/wsgi_intercept-%{version}-*.egg-info
 %{python_sitelib}/wsgi_intercept
 
 %changelog




commit python-wsgi_intercept for openSUSE:Factory

2020-02-07 Thread root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2020-02-07 15:53:44

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


Package is "python-wsgi_intercept"

Fri Feb  7 15:53:44 2020 rev:24 rq:770570 version:1.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2019-11-12 16:11:15.399741864 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.26092/python-wsgi_intercept.changes
   2020-02-07 15:54:35.759516826 +0100
@@ -1,0 +2,9 @@
+Thu Feb  6 12:42:53 UTC 2020 - Marketa Calabkova 
+
+- update to 1.9.2
+  * Don't send headers until we've read some results
+  * Update testing to include python 3.7 and 3.8
+  * Adding skipnetwork decorator to external resource
+  * Enable support for verify=False set in requests library.
+
+---

Old:

  wsgi_intercept-1.9.0.tar.gz

New:

  wsgi_intercept-1.9.2.tar.gz



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.ADbPEP/_old  2020-02-07 15:54:37.735517906 +0100
+++ /var/tmp/diff_new_pack.ADbPEP/_new  2020-02-07 15:54:37.735517906 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wsgi_intercept
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-wsgi_intercept
-Version:1.9.0
+Version:1.9.2
 Release:0
 Summary:Library for installing a WSGI application in place of a real 
URI for testing
 License:MIT

++ wsgi_intercept-1.9.0.tar.gz -> wsgi_intercept-1.9.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.9.0/PKG-INFO 
new/wsgi_intercept-1.9.2/PKG-INFO
--- old/wsgi_intercept-1.9.0/PKG-INFO   2019-10-15 13:44:12.0 +0200
+++ new/wsgi_intercept-1.9.2/PKG-INFO   2020-02-05 12:15:55.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: wsgi_intercept
-Version: 1.9.0
+Version: 1.9.2
 Summary: wsgi_intercept installs a WSGI application in place of a real URI for 
testing.
 Home-page: http://pypi.python.org/pypi/wsgi_intercept
 Author: Titus Brown, Kumar McMillan, Chris Dent, Sasha Hart
@@ -22,7 +22,7 @@
 ==
 
 ``wsgi_intercept`` works with a variety of HTTP clients in Python 2.7,
-3.4 and beyond, and in pypy.
+3.5 and beyond, and in pypy.
 
 * urllib2
 * urllib.request
@@ -123,8 +123,8 @@
 The Python 2 version of wsgi-intercept was the result. Kumar McMillan
 later took over maintenance.
 
-The current version is tested with Python 2.7, 3.4, 3.5, 3.6, and pypy
-and was assembled by `Chris Dent`_. Testing and documentation 
improvements
+The current version is tested with Python 2.7, 3.5-3.8, and pypy and 
pypy3.
+It was assembled by `Chris Dent`_. Testing and documentation 
improvements
 from `Sasha Hart`_.
 
 .. _"best Web testing framework":
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.9.0/README 
new/wsgi_intercept-1.9.2/README
--- old/wsgi_intercept-1.9.0/README 2019-10-15 13:44:07.0 +0200
+++ new/wsgi_intercept-1.9.2/README 2020-02-05 12:15:50.0 +0100
@@ -14,7 +14,7 @@
 ==
 
 ``wsgi_intercept`` works with a variety of HTTP clients in Python 2.7,
-3.4 and beyond, and in pypy.
+3.5 and beyond, and in pypy.
 
 * urllib2
 * urllib.request
@@ -115,8 +115,8 @@
 The Python 2 version of wsgi-intercept was the result. Kumar McMillan
 later took over maintenance.
 
-The current version is tested with Python 2.7, 3.4, 3.5, 3.6, and pypy
-and was assembled by `Chris Dent`_. Testing and documentation improvements
+The current version is tested with Python 2.7, 3.5-3.8, and pypy and pypy3.
+It was assembled by `Chris Dent`_. Testing and documentation improvements
 from `Sasha Hart`_.
 
 .. _"best Web testing framework":
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.9.0/setup.py 
new/wsgi_intercept-1.9.2/setup.py
--- old/wsgi_intercept-1.9.0/setup.py   2019-10-15 13:19:21.0 +0200
+++ new/wsgi_intercept-1.9.2/setup.py   2020-02-05 

commit python-wsgi_intercept for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2019-11-12 16:11:11

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


Package is "python-wsgi_intercept"

Tue Nov 12 16:11:11 2019 rev:23 rq:745987 version:1.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2019-10-16 09:18:26.134980425 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.2990/python-wsgi_intercept.changes
2019-11-12 16:11:15.399741864 +0100
@@ -1,0 +2,7 @@
+Wed Nov  6 12:22:52 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.9.0:
+  * Fix with new httplib2 included upstream
+- Remove patch httplib2.patch
+
+---

Old:

  httplib2.patch
  wsgi_intercept-1.8.1.tar.gz

New:

  wsgi_intercept-1.9.0.tar.gz



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.Mn2o8U/_old  2019-11-12 16:11:16.123742642 +0100
+++ /var/tmp/diff_new_pack.Mn2o8U/_new  2019-11-12 16:11:16.123742642 +0100
@@ -18,13 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-wsgi_intercept
-Version:1.8.1
+Version:1.9.0
 Release:0
 Summary:Library for installing a WSGI application in place of a real 
URI for testing
 License:MIT
 URL:https://github.com/cdent/python3-wsgi-intercept
 Source: 
https://files.pythonhosted.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
-Patch0: httplib2.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module httplib2}
 BuildRequires:  %{python_module pytest >= 2.4}
@@ -52,7 +51,6 @@
 
 %prep
 %setup -q -n wsgi_intercept-%{version}
-%patch0 -p1
 
 %build
 %python_build

++ wsgi_intercept-1.8.1.tar.gz -> wsgi_intercept-1.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.8.1/Makefile 
new/wsgi_intercept-1.9.0/Makefile
--- old/wsgi_intercept-1.8.1/Makefile   2018-07-06 13:21:51.0 +0200
+++ new/wsgi_intercept-1.9.0/Makefile   2019-10-15 13:20:41.0 +0200
@@ -36,7 +36,8 @@
git push origin master --tags
 
 pypi:
-   python setup.py sdist bdist_wheel upload --sign
+   python3 setup.py sdist bdist_wheel
+   twine upload -s dist/*
 
 docs:
tox -edocs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.8.1/PKG-INFO 
new/wsgi_intercept-1.9.0/PKG-INFO
--- old/wsgi_intercept-1.8.1/PKG-INFO   2019-05-23 12:57:28.0 +0200
+++ new/wsgi_intercept-1.9.0/PKG-INFO   2019-10-15 13:44:12.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: wsgi_intercept
-Version: 1.8.1
+Version: 1.9.0
 Summary: wsgi_intercept installs a WSGI application in place of a real URI for 
testing.
 Home-page: http://pypi.python.org/pypi/wsgi_intercept
 Author: Titus Brown, Kumar McMillan, Chris Dent, Sasha Hart
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.8.1/setup.py 
new/wsgi_intercept-1.9.0/setup.py
--- old/wsgi_intercept-1.8.1/setup.py   2019-05-23 12:33:23.0 +0200
+++ new/wsgi_intercept-1.9.0/setup.py   2019-10-15 13:19:21.0 +0200
@@ -1,7 +1,7 @@
 
 from setuptools import setup, find_packages
 
-VERSION = '1.8.1'
+VERSION = '1.9.0'
 
 CLASSIFIERS = """
 Environment :: Web Environment
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wsgi_intercept-1.8.1/wsgi_intercept/httplib2_intercept.py 
new/wsgi_intercept-1.9.0/wsgi_intercept/httplib2_intercept.py
--- old/wsgi_intercept-1.8.1/wsgi_intercept/httplib2_intercept.py   
2017-09-26 00:14:59.0 +0200
+++ new/wsgi_intercept-1.9.0/wsgi_intercept/httplib2_intercept.py   
2019-10-15 13:17:48.0 +0200
@@ -32,8 +32,7 @@
 HTTPSConnectionWithTimeout):
 def __init__(self, host, port=None, strict=None, timeout=None,
 proxy_info=None, ca_certs=None, source_address=None,
-disable_ssl_certificate_validation=False,
-ssl_version=None):
+**kwargs):
 
 # ignore proxy_info and ca_certs
 # In Python3 strict is deprecated
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wsgi_intercept-1.8.1/wsgi_intercept/tests/test_httplib2.py 
new/wsgi_intercept-1.9.0/wsgi_intercept/tests/test_httplib2.py
--- old/wsgi_intercept-1.8.1/wsgi_intercept/tests/test_httplib2.py  

commit python-wsgi_intercept for openSUSE:Factory

2019-10-16 Thread root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2019-10-16 09:18:08

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


Package is "python-wsgi_intercept"

Wed Oct 16 09:18:08 2019 rev:22 rq:738595 version:1.8.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2019-06-01 09:46:41.779381712 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.2352/python-wsgi_intercept.changes
2019-10-16 09:18:26.134980425 +0200
@@ -1,0 +2,6 @@
+Tue Oct 15 11:19:10 UTC 2019 - Tomáš Chvátal 
+
+- Add patch to build with latest httplib2 releases:
+  * httplib2.patch
+
+---

New:

  httplib2.patch



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.yJhgkY/_old  2019-10-16 09:18:26.534979395 +0200
+++ /var/tmp/diff_new_pack.yJhgkY/_new  2019-10-16 09:18:26.538979384 +0200
@@ -22,9 +22,9 @@
 Release:0
 Summary:Library for installing a WSGI application in place of a real 
URI for testing
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/cdent/python3-wsgi-intercept
 Source: 
https://files.pythonhosted.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
+Patch0: httplib2.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module httplib2}
 BuildRequires:  %{python_module pytest >= 2.4}
@@ -52,6 +52,7 @@
 
 %prep
 %setup -q -n wsgi_intercept-%{version}
+%patch0 -p1
 
 %build
 %python_build

++ httplib2.patch ++
>From c4d44f5712e85d302db7e80e16156ca9c501bb6b Mon Sep 17 00:00:00 2001
From: Chris Dent 
Date: Tue, 15 Oct 2019 12:10:10 +0100
Subject: [PATCH] Updates for dependent library changes

httplib2 added some more kwargs, so rather than continuing
to explicitly list each one (they are ignored), use **kwargs
instead.

update some tests to work correctly with modern pytest, which
no longer allows the string-as-callable to check for exceptions.
Use py.test.raises context manager instead.

remove python versions that tox no longer supports
---
 wsgi_intercept/httplib2_intercept.py  | 3 +--
 wsgi_intercept/tests/test_httplib2.py | 7 +++
 wsgi_intercept/tests/test_requests.py | 5 ++---
 wsgi_intercept/tests/test_urllib3.py  | 6 ++
 5 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/wsgi_intercept/httplib2_intercept.py 
b/wsgi_intercept/httplib2_intercept.py
index 1edbfbd..ae92a9d 100644
--- a/wsgi_intercept/httplib2_intercept.py
+++ b/wsgi_intercept/httplib2_intercept.py
@@ -32,8 +32,7 @@ class HTTPS_WSGIInterceptorWithTimeout(HTTPSInterceptorMixin,
 HTTPSConnectionWithTimeout):
 def __init__(self, host, port=None, strict=None, timeout=None,
 proxy_info=None, ca_certs=None, source_address=None,
-disable_ssl_certificate_validation=False,
-ssl_version=None):
+**kwargs):
 
 # ignore proxy_info and ca_certs
 # In Python3 strict is deprecated
diff --git a/wsgi_intercept/tests/test_httplib2.py 
b/wsgi_intercept/tests/test_httplib2.py
index 160cce4..0f1e177 100644
--- a/wsgi_intercept/tests/test_httplib2.py
+++ b/wsgi_intercept/tests/test_httplib2.py
@@ -42,10 +42,9 @@ def test_http_other_port():
 
 def test_bogus_domain():
 with InstalledApp(wsgi_app.simple_app, host=HOST, port=80):
-py.test.raises(
-gaierror,
-'httplib2_intercept.HTTP_WSGIInterceptorWithTimeout('
-'"_nonexistant_domain_").connect()')
+with py.test.raises(gaierror):
+httplib2_intercept.HTTP_WSGIInterceptorWithTimeout(
+"_nonexistant_domain_").connect()
 
 
 def test_proxy_handling():
diff --git a/wsgi_intercept/tests/test_requests.py 
b/wsgi_intercept/tests/test_requests.py
index 8c09a37..4d69ba9 100644
--- a/wsgi_intercept/tests/test_requests.py
+++ b/wsgi_intercept/tests/test_requests.py
@@ -36,9 +36,8 @@ def test_http_other_port():
 
 def test_bogus_domain():
 with InstalledApp(wsgi_app.simple_app, host=HOST, port=80):
-py.test.raises(
-ConnectionError,
-'requests.get("http://_nonexistant_domain_;)')
+with py.test.raises(ConnectionError):
+requests.get("http://_nonexistant_domain_;)
 
 
 def test_proxy_handling():
diff --git a/wsgi_intercept/tests/test_urllib3.py 
b/wsgi_intercept/tests/test_urllib3.py
index 021b614..229a309 100644
--- a/wsgi_intercept/tests/test_urllib3.py
+++ b/wsgi_intercept/tests/test_urllib3.py
@@ -38,10 +38,8 @@ def 

commit python-wsgi_intercept for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2019-06-01 09:46:41

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


Package is "python-wsgi_intercept"

Sat Jun  1 09:46:41 2019 rev:21 rq:705798 version:1.8.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2019-05-27 08:38:21.767071503 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.5148/python-wsgi_intercept.changes
2019-06-01 09:46:41.779381712 +0200
@@ -1,0 +2,5 @@
+Tue May 28 06:48:33 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in descriptions.
+
+---



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.wok6KC/_old  2019-06-01 09:46:42.211381565 +0200
+++ /var/tmp/diff_new_pack.wok6KC/_new  2019-06-01 09:46:42.215381563 +0200
@@ -20,7 +20,7 @@
 Name:   python-wsgi_intercept
 Version:1.8.1
 Release:0
-Summary:Installs a WSGI application in place of a real URI for testing
+Summary:Library for installing a WSGI application in place of a real 
URI for testing
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/cdent/python3-wsgi-intercept




commit python-wsgi_intercept for openSUSE:Factory

2019-05-27 Thread root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2019-05-27 08:38:20

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


Package is "python-wsgi_intercept"

Mon May 27 08:38:20 2019 rev:20 rq:705258 version:1.8.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2019-03-21 09:53:39.182783136 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.5148/python-wsgi_intercept.changes
2019-05-27 08:38:21.767071503 +0200
@@ -1,0 +2,6 @@
+Fri May 24 13:45:03 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.8.1:
+  * Fixes issues with latest urllib
+
+---

Old:

  wsgi_intercept-1.8.0.tar.gz

New:

  wsgi_intercept-1.8.1.tar.gz



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.P68o97/_old  2019-05-27 08:38:22.443071239 +0200
+++ /var/tmp/diff_new_pack.P68o97/_new  2019-05-27 08:38:22.443071239 +0200
@@ -18,31 +18,29 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-wsgi_intercept
-Version:1.8.0
+Version:1.8.1
 Release:0
 Summary:Installs a WSGI application in place of a real URI for testing
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/cdent/python3-wsgi-intercept
-Source: 
https://pypi.io/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  python-rpm-macros
-# Test requirements:
+URL:https://github.com/cdent/python3-wsgi-intercept
+Source: 
https://files.pythonhosted.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module httplib2}
 BuildRequires:  %{python_module pytest >= 2.4}
 BuildRequires:  %{python_module requests >= 2.0.1}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module urllib3 >= 1.11.0}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-six
+BuildArch:  noarch
 %if 0%{?_no_weakdeps}
 Requires:   python-requests >= 2.0.1
 %else
 Recommends: python-requests >= 2.0.1
 %endif
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -54,9 +52,6 @@
 
 %prep
 %setup -q -n wsgi_intercept-%{version}
-%if 0%{?suse_version} == 1230
-%patch0 -p1
-%endif
 
 %build
 %python_build
@@ -68,7 +63,7 @@
 
 %check
 export WSGI_INTERCEPT_SKIP_NETWORK=true
-%python_exec -m pytest --ignore _build.python2 --ignore _build.python3
+%pytest
 
 %files %{python_files}
 %{python_sitelib}/wsgi_intercept-%{version}-py%{py_ver}.egg-info

++ wsgi_intercept-1.8.0.tar.gz -> wsgi_intercept-1.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.8.0/PKG-INFO 
new/wsgi_intercept-1.8.1/PKG-INFO
--- old/wsgi_intercept-1.8.0/PKG-INFO   2018-07-06 13:24:09.0 +0200
+++ new/wsgi_intercept-1.8.1/PKG-INFO   2019-05-23 12:57:28.0 +0200
@@ -1,12 +1,11 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: wsgi_intercept
-Version: 1.8.0
+Version: 1.8.1
 Summary: wsgi_intercept installs a WSGI application in place of a real URI for 
testing.
 Home-page: http://pypi.python.org/pypi/wsgi_intercept
 Author: Titus Brown, Kumar McMillan, Chris Dent, Sasha Hart
 Author-email: cd...@peermore.com
 License: MIT License
-Description-Content-Type: UNKNOWN
 Description: Installs a WSGI application in place of a real host for testing.
 
 Introduction
@@ -158,5 +157,8 @@
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
 Classifier: Topic :: Software Development :: Testing
+Provides-Extra: testing
+Provides-Extra: docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.8.0/setup.py 
new/wsgi_intercept-1.8.1/setup.py
--- old/wsgi_intercept-1.8.0/setup.py   2018-07-06 13:21:51.0 +0200
+++ new/wsgi_intercept-1.8.1/setup.py   2019-05-23 12:33:23.0 +0200
@@ -1,7 +1,7 @@
 
 from setuptools import setup, find_packages
 
-VERSION = '1.8.0'
+VERSION = '1.8.1'
 
 CLASSIFIERS = """
 Environment :: Web Environment
@@ -14,6 +14,7 @@
 Programming Language :: Python :: 3.4
 Programming 

commit python-wsgi_intercept for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2019-03-21 09:53:36

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


Package is "python-wsgi_intercept"

Thu Mar 21 09:53:36 2019 rev:19 rq:687077 version:1.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2019-03-11 11:15:22.165340271 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.28833/python-wsgi_intercept.changes
   2019-03-21 09:53:39.182783136 +0100
@@ -1,0 +2,7 @@
+Thu Mar 21 05:51:06 UTC 2019 - Thomas Bechtold 
+
+- Add back devel dependency to be able to build on SLE12SP4. Without
+  it, the build fails with:
+  ImportError: cannot import name HTTPSConnection
+
+---



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.EmZGMt/_old  2019-03-21 09:53:39.830782961 +0100
+++ /var/tmp/diff_new_pack.EmZGMt/_new  2019-03-21 09:53:39.834782960 +0100
@@ -28,6 +28,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 # Test requirements:
+BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module httplib2}
 BuildRequires:  %{python_module pytest >= 2.4}
 BuildRequires:  %{python_module requests >= 2.0.1}




commit python-wsgi_intercept for openSUSE:Factory

2019-03-11 Thread root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2019-03-11 11:15:13

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


Package is "python-wsgi_intercept"

Mon Mar 11 11:15:13 2019 rev:18 rq:682995 version:1.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2019-01-15 09:17:40.906162499 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.28833/python-wsgi_intercept.changes
   2019-03-11 11:15:22.165340271 +0100
@@ -1,0 +2,18 @@
+Sat Mar  9 09:12:17 UTC 2019 - John Vandenberg 
+
+- Fix removal of tests from runtime package
+- Run tests on both Python 2 and 3
+- Use documented method of disabling network unit tests
+- Remove no longer needed wsgi_intercept-disable-testbogusdomain.patch
+- Add fdupes
+- Update to v1.8.0
+  * Add wheel support
+- from v1.7.0
+  * Allow nested interceptor context managers
+- from v1.6.0
+  * set wsgi.errors to sys.stderr
+- from v1.5.1
+  * Use fewer dependencies when building docs
+  * Ignore `socket_options` for urllib3
+
+---

Old:

  wsgi_intercept-1.5.0.tar.gz
  wsgi_intercept-disable-testbogusdomain.patch

New:

  wsgi_intercept-1.8.0.tar.gz



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.pOin31/_old  2019-03-11 11:15:22.981339978 +0100
+++ /var/tmp/diff_new_pack.pOin31/_new  2019-03-11 11:15:22.981339978 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wsgi_intercept
 #
-# 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
@@ -18,15 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-wsgi_intercept
-Version:1.5.0
+Version:1.8.0
 Release:0
 Summary:Installs a WSGI application in place of a real URI for testing
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/cdent/python3-wsgi-intercept
 Source: 
https://pypi.io/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE speili...@suse.com -- Patching fails
-Patch0: wsgi_intercept-disable-testbogusdomain.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 # Test requirements:
@@ -35,13 +33,13 @@
 BuildRequires:  %{python_module requests >= 2.0.1}
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module urllib3 >= 1.11.0}
+BuildRequires:  fdupes
 Requires:   python-six
 %if 0%{?_no_weakdeps}
 Requires:   python-requests >= 2.0.1
 %else
 Recommends: python-requests >= 2.0.1
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %python_subpackages
@@ -64,14 +62,14 @@
 
 %install
 %python_install
-rm -rf %{buildroot}%{python_sitelib}/test
+rm -r %{buildroot}%{python_sitelib}/wsgi_intercept/tests
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# skip tests trying to access google.com
-py.test -k "not not_intercepted" build/
+export WSGI_INTERCEPT_SKIP_NETWORK=true
+%python_exec -m pytest --ignore _build.python2 --ignore _build.python3
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %{python_sitelib}/wsgi_intercept-%{version}-py%{py_ver}.egg-info
 %{python_sitelib}/wsgi_intercept
 

++ wsgi_intercept-1.5.0.tar.gz -> wsgi_intercept-1.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.5.0/Makefile 
new/wsgi_intercept-1.8.0/Makefile
--- old/wsgi_intercept-1.5.0/Makefile   2016-09-23 13:57:20.0 +0200
+++ new/wsgi_intercept-1.8.0/Makefile   2018-07-06 13:21:51.0 +0200
@@ -36,7 +36,7 @@
git push origin master --tags
 
 pypi:
-   python setup.py sdist upload
+   python setup.py sdist bdist_wheel upload --sign
 
 docs:
tox -edocs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.5.0/PKG-INFO 
new/wsgi_intercept-1.8.0/PKG-INFO
--- old/wsgi_intercept-1.5.0/PKG-INFO   2017-03-06 18:49:49.0 +0100
+++ new/wsgi_intercept-1.8.0/PKG-INFO   2018-07-06 13:24:09.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: wsgi_intercept
-Version: 1.5.0
+Version: 1.8.0
 Summary: wsgi_intercept installs a WSGI application in place of a real URI for 
testing.
 

commit python-wsgi_intercept for openSUSE:Factory

2019-01-15 Thread root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2019-01-15 09:17:15

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


Package is "python-wsgi_intercept"

Tue Jan 15 09:17:15 2019 rev:17 rq:664988 version:1.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2018-12-13 19:45:05.940961450 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.28833/python-wsgi_intercept.changes
   2019-01-15 09:17:40.906162499 +0100
@@ -1,0 +2,5 @@
+Thu Jan 10 22:45:48 UTC 2019 - Jonathan Brownell 
+
+- Support older OS targets by adding a fallback for Recommends:
+
+---



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.kGyhiM/_old  2019-01-15 09:17:41.482161961 +0100
+++ /var/tmp/diff_new_pack.kGyhiM/_new  2019-01-15 09:17:41.486161957 +0100
@@ -36,7 +36,11 @@
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module urllib3 >= 1.11.0}
 Requires:   python-six
+%if 0%{?_no_weakdeps}
+Requires:   python-requests >= 2.0.1
+%else
 Recommends: python-requests >= 2.0.1
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 




commit python-wsgi_intercept for openSUSE:Factory

2018-12-13 Thread root
Hello community,

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

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


Package is "python-wsgi_intercept"

Thu Dec 13 19:45:05 2018 rev:16 rq:654068 version:1.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2017-07-11 08:25:09.961196807 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.28833/python-wsgi_intercept.changes
   2018-12-13 19:45:05.940961450 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:56:08 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.ZHJxaV/_old  2018-12-13 19:45:06.512960705 +0100
+++ /var/tmp/diff_new_pack.ZHJxaV/_new  2018-12-13 19:45:06.516960700 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wsgi_intercept
 #
-# 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
@@ -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/
 #
 
 
@@ -27,7 +27,6 @@
 Source: 
https://pypi.io/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE speili...@suse.com -- Patching fails
 Patch0: wsgi_intercept-disable-testbogusdomain.patch
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 # Test requirements:




commit python-wsgi_intercept for openSUSE:Factory

2017-07-11 Thread root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2017-07-11 08:25:08

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


Package is "python-wsgi_intercept"

Tue Jul 11 08:25:08 2017 rev:15 rq:508332 version:1.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2017-07-04 13:40:51.423395372 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new/python-wsgi_intercept.changes
 2017-07-11 08:25:09.961196807 +0200
@@ -1,0 +2,5 @@
+Wed Jul  5 08:34:43 UTC 2017 - tbecht...@suse.com
+
+- convert to singlespec
+
+---



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.jZBH3A/_old  2017-07-11 08:25:10.833073834 +0200
+++ /var/tmp/diff_new_pack.jZBH3A/_new  2017-07-11 08:25:10.837073270 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-wsgi_intercept
 Version:1.5.0
 Release:0
@@ -26,22 +27,21 @@
 Source: 
https://pypi.io/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE speili...@suse.com -- Patching fails
 Patch0: wsgi_intercept-disable-testbogusdomain.patch
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 # Test requirements:
-BuildRequires:  python-httplib2
-BuildRequires:  python-pytest >= 2.4
-BuildRequires:  python-requests >= 2.0.1
-BuildRequires:  python-six
-BuildRequires:  python-urllib3 >= 1.11.0
+BuildRequires:  %{python_module httplib2}
+BuildRequires:  %{python_module pytest >= 2.4}
+BuildRequires:  %{python_module requests >= 2.0.1}
+BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module urllib3 >= 1.11.0}
 Requires:   python-six
 Recommends: python-requests >= 2.0.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%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
+
+%python_subpackages
 
 %description
 Testing a WSGI application normally involves starting a server at a local host
@@ -57,17 +57,17 @@
 %endif
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 rm -rf %{buildroot}%{python_sitelib}/test
 
 %check
 # skip tests trying to access google.com
 py.test -k "not not_intercepted" build/
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %{python_sitelib}/wsgi_intercept-%{version}-py%{py_ver}.egg-info
 %{python_sitelib}/wsgi_intercept




commit python-wsgi_intercept for openSUSE:Factory

2017-07-04 Thread root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2017-07-04 13:40:50

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


Package is "python-wsgi_intercept"

Tue Jul  4 13:40:50 2017 rev:14 rq:495323 version:1.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2016-09-30 15:33:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new/python-wsgi_intercept.changes
 2017-07-04 13:40:51.423395372 +0200
@@ -1,0 +2,6 @@
+Tue May 16 12:41:43 UTC 2017 - dmuel...@suse.com
+
+- update to 1.5.0:
+  * compatibility fixes
+
+---

Old:

  wsgi_intercept-1.4.1.tar.gz

New:

  wsgi_intercept-1.5.0.tar.gz



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.mUCqyN/_old  2017-07-04 13:40:52.287273729 +0200
+++ /var/tmp/diff_new_pack.mUCqyN/_new  2017-07-04 13:40:52.287273729 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wsgi_intercept
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   python-wsgi_intercept
-Version:1.4.1
+Version:1.5.0
 Release:0
 Summary:Installs a WSGI application in place of a real URI for testing
 License:MIT

++ wsgi_intercept-1.4.1.tar.gz -> wsgi_intercept-1.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.4.1/PKG-INFO 
new/wsgi_intercept-1.5.0/PKG-INFO
--- old/wsgi_intercept-1.4.1/PKG-INFO   2016-09-27 11:58:12.0 +0200
+++ new/wsgi_intercept-1.5.0/PKG-INFO   2017-03-06 18:49:49.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: wsgi_intercept
-Version: 1.4.1
+Version: 1.5.0
 Summary: wsgi_intercept installs a WSGI application in place of a real URI for 
testing.
 Home-page: http://pypi.python.org/pypi/wsgi_intercept
 Author: Titus Brown, Kumar McMillan, Chris Dent, Sasha Hart
@@ -123,7 +123,7 @@
 The Python 2 version of wsgi-intercept was the result. Kumar McMillan
 later took over maintenance.
 
-The current version is tested with Python 2.7, 3.3, 3.4, 3.5 and pypy
+The current version is tested with Python 2.7, 3.3, 3.4, 3.5, 3.6, and 
pypy
 and was assembled by `Chris Dent`_. Testing and documentation 
improvements
 from `Sasha Hart`_.
 
@@ -157,5 +157,6 @@
 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: Topic :: Internet :: WWW/HTTP :: WSGI
 Classifier: Topic :: Software Development :: Testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.4.1/README 
new/wsgi_intercept-1.5.0/README
--- old/wsgi_intercept-1.4.1/README 2016-09-27 11:58:06.0 +0200
+++ new/wsgi_intercept-1.5.0/README 2017-03-06 18:49:42.0 +0100
@@ -115,7 +115,7 @@
 The Python 2 version of wsgi-intercept was the result. Kumar McMillan
 later took over maintenance.
 
-The current version is tested with Python 2.7, 3.3, 3.4, 3.5 and pypy
+The current version is tested with Python 2.7, 3.3, 3.4, 3.5, 3.6, and pypy
 and was assembled by `Chris Dent`_. Testing and documentation improvements
 from `Sasha Hart`_.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.4.1/docs/httplib2.rst 
new/wsgi_intercept-1.5.0/docs/httplib2.rst
--- old/wsgi_intercept-1.4.1/docs/httplib2.rst  2015-12-28 13:23:56.0 
+0100
+++ new/wsgi_intercept-1.5.0/docs/httplib2.rst  2017-03-05 15:07:23.0 
+0100
@@ -3,6 +3,11 @@
 
 .. automodule:: wsgi_intercept.httplib2_intercept
 
+.. note:: No effort is made to pass SSL certificate or version
+  information to the the underlying ``HTTPSConnection``. The
+  assumption is that wsgi-intercept is testing the behavior
+  of the application, not the connection.
+
 Example:
 
 .. testcode:: 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.4.1/setup.py 
new/wsgi_intercept-1.5.0/setup.py
--- old/wsgi_intercept-1.4.1/setup.py   2016-09-27 11:54:40.0 +0200
+++ 

commit python-wsgi_intercept for openSUSE:Factory

2016-09-30 Thread h_root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2016-09-30 15:33:45

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


Package is "python-wsgi_intercept"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2016-09-28 15:04:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new/python-wsgi_intercept.changes
 2016-09-30 15:33:47.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 28 04:53:44 UTC 2016 - tbecht...@suse.com
+
+- Add missing BuildRequires for pyrthon-six
+
+---



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.qID4Ps/_old  2016-09-30 15:33:49.0 +0200
+++ /var/tmp/diff_new_pack.qID4Ps/_new  2016-09-30 15:33:49.0 +0200
@@ -32,6 +32,7 @@
 BuildRequires:  python-httplib2
 BuildRequires:  python-pytest >= 2.4
 BuildRequires:  python-requests >= 2.0.1
+BuildRequires:  python-six
 BuildRequires:  python-urllib3 >= 1.11.0
 Requires:   python-six
 Recommends: python-requests >= 2.0.1




commit python-wsgi_intercept for openSUSE:Factory

2016-09-28 Thread h_root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2016-09-28 15:04:53

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


Package is "python-wsgi_intercept"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2016-09-23 11:31:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new/python-wsgi_intercept.changes
 2016-09-28 15:04:55.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 27 21:31:45 UTC 2016 - dmuel...@suse.com
+
+- update to 1.4.1
+  * Correct the bytes v str problem 
+  * Fix pep8 errors in doc string 
+  * Move tests from the test dir into wsgi_intercept/tests
+
+---

Old:

  wsgi_intercept-1.3.1.tar.gz

New:

  wsgi_intercept-1.4.1.tar.gz



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.lDtKix/_old  2016-09-28 15:04:56.0 +0200
+++ /var/tmp/diff_new_pack.lDtKix/_new  2016-09-28 15:04:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-wsgi_intercept
-Version:1.3.1
+Version:1.4.1
 Release:0
 Summary:Installs a WSGI application in place of a real URI for testing
 License:MIT

++ wsgi_intercept-1.3.1.tar.gz -> wsgi_intercept-1.4.1.tar.gz ++
 2892 lines of diff (skipped)




commit python-wsgi_intercept for openSUSE:Factory

2016-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2016-09-23 11:31:04

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


Package is "python-wsgi_intercept"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2016-02-03 10:19:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new/python-wsgi_intercept.changes
 2016-09-23 11:31:11.0 +0200
@@ -1,0 +2,24 @@
+Fri Sep  2 07:28:41 UTC 2016 - tbecht...@suse.com
+
+update to version v1.3.1
+  * Dedupe the urllib3 monkey patching code
+  * Fix for python3 in use of urllib3.Response.data
+  * add urllib3 to testing requires
+  * update readme
+  * Skip the network tests if WSGI_INTERCEPT_SKIP_NETWORK
+  * Release 1.2.1
+  * Force urllib3 to raise errors immediately
+  * Release 1.3.0
+  * Release 1.3.1
+  * Small fix in docstring
+  * Add urllib3 to the docs
+  * make urllib3 min requirement explicit
+  * Add support for intercepting urllib3
+  * Don't use six when testing httplib
+  * Release 1.2.0
+  * Ensure header values are native str
+  * fix typo in test/README
+  * Release 1.1.3
+- Use pypi.io (https) as Source url
+
+---

Old:

  wsgi_intercept-1.1.2.tar.gz

New:

  wsgi_intercept-1.3.1.tar.gz



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.rPQPqq/_old  2016-09-23 11:31:13.0 +0200
+++ /var/tmp/diff_new_pack.rPQPqq/_new  2016-09-23 11:31:13.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-wsgi_intercept
-Version:1.1.2
+Version:1.3.1
 Release:0
 Summary:Installs a WSGI application in place of a real URI for testing
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/cdent/python3-wsgi-intercept
-Source: 
http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE speili...@suse.com -- Patching fails
 Patch0: wsgi_intercept-disable-testbogusdomain.patch
 BuildRequires:  python-devel
@@ -32,6 +32,8 @@
 BuildRequires:  python-httplib2
 BuildRequires:  python-pytest >= 2.4
 BuildRequires:  python-requests >= 2.0.1
+BuildRequires:  python-urllib3 >= 1.11.0
+Requires:   python-six
 Recommends: python-requests >= 2.0.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110

++ wsgi_intercept-1.1.2.tar.gz -> wsgi_intercept-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.1.2/PKG-INFO 
new/wsgi_intercept-1.3.1/PKG-INFO
--- old/wsgi_intercept-1.1.2/PKG-INFO   2016-01-27 10:16:53.0 +0100
+++ new/wsgi_intercept-1.3.1/PKG-INFO   2016-07-04 05:33:40.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: wsgi_intercept
-Version: 1.1.2
+Version: 1.3.1
 Summary: wsgi_intercept installs a WSGI application in place of a real URI for 
testing.
 Home-page: http://pypi.python.org/pypi/wsgi_intercept
 Author: Titus Brown, Kumar McMillan, Chris Dent, Sasha Hart
@@ -33,7 +33,7 @@
 the subclass. For example::
 
 import httplib2
-from wsgi_intercept.intercept import Httplib2Interceptor
+from wsgi_intercept.interceptor import Httplib2Interceptor
 from mywsgiapp import app
 
 def load_app():
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-1.1.2/README 
new/wsgi_intercept-1.3.1/README
--- old/wsgi_intercept-1.1.2/README 2015-12-29 12:19:21.0 +0100
+++ new/wsgi_intercept-1.3.1/README 2016-09-23 11:31:13.0 +0200
@@ -1,42 +1 @@
-python3-wsgi-intercept
-==
-
-[![travis](https://secure.travis-ci.org/cdent/python3-wsgi-intercept.png)](https://secure.travis-ci.org/cdent/python3-wsgi-intercept)
-
-Python3 port of the important bits of wsgi-intercept, now working for
-2.7, 3.3, 3.4 and 3.5.
-
-Documentation is available on [Read The
-Docs](http://wsgi-intercept.readthedocs.org/en/latest/).
-
-What is it?
-===
-
-wsgi_intercept installs a WSGI application in place of a real host for
-testing while still preserving HTTP semantics. See the
-[PyPI page](http://pypi.python.org/pypi/wsgi_intercept) page for more details.
-
-Modern Version

-
-For the 2 and 3 version only some intercept 

commit python-wsgi_intercept for openSUSE:Factory

2015-05-19 Thread h_root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2015-05-19 23:43:40

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


Package is python-wsgi_intercept

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2014-02-06 06:55:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new/python-wsgi_intercept.changes
 2015-05-19 23:43:41.0 +0200
@@ -1,0 +2,9 @@
+Thu May 14 14:50:24 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.10.0:
+  * no changelog available
+- refresh wsgi_intercept-disable-testbogusdomain.patch
+- update project URL
+- skip tests trying to access google.com with command line option
+
+---

Old:

  wsgi_intercept-0.6.1.tar.gz

New:

  wsgi_intercept-0.10.0.tar.gz



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.z4YeOL/_old  2015-05-19 23:43:42.0 +0200
+++ /var/tmp/diff_new_pack.z4YeOL/_new  2015-05-19 23:43:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wsgi_intercept
 #
-# 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,12 +17,12 @@
 
 
 Name:   python-wsgi_intercept
-Version:0.6.1
+Version:0.10.0
 Release:0
 Summary:Installs a WSGI application in place of a real URI for testing
 License:MIT
 Group:  Development/Languages/Python
-Url:http://code.google.com/p/wsgi-intercept/
+Url:https://github.com/cdent/python3-wsgi-intercept
 Source: 
http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE speili...@suse.com -- Patching fails
 Patch0: wsgi_intercept-disable-testbogusdomain.patch
@@ -61,7 +61,8 @@
 rm -rf %{buildroot}%{python_sitelib}/test
 
 %check
-py.test build/
+# skip tests trying to access google.com
+py.test -k not not_intercepted build/
 
 %files
 %defattr(-,root,root,-)

++ wsgi_intercept-0.6.1.tar.gz - wsgi_intercept-0.10.0.tar.gz ++
 2118 lines of diff (skipped)

++ wsgi_intercept-disable-testbogusdomain.patch ++
--- /var/tmp/diff_new_pack.z4YeOL/_old  2015-05-19 23:43:42.0 +0200
+++ /var/tmp/diff_new_pack.z4YeOL/_new  2015-05-19 23:43:42.0 +0200
@@ -1,16 +1,16 @@
-diff -ruN a/test/test_httplib2.py b/test/test_httplib2.py
 a/test/test_httplib2.py2013-11-05 21:55:09.0 +0100
-+++ b/test/test_httplib2.py2014-01-30 17:27:27.499618248 +0100
-@@ -28,12 +28,6 @@
- uninstall()
+--- wsgi_intercept-0.10.0.orig/test/test_httplib2.py
 wsgi_intercept-0.10.0/test/test_httplib2.py
+@@ -40,13 +40,6 @@ def test_http_other_port():
+ assert environ['wsgi.url_scheme'] == 'http'
  
  
 -def test_bogus_domain():
--install()
--py.test.raises(gaierror,
+-with InstalledApp(wsgi_app.simple_app, host=HOST, port=80):
+-py.test.raises(
+-gaierror,
 -
'httplib2_intercept.HTTP_WSGIInterceptorWithTimeout(_nonexistant_domain_).connect()')
--uninstall()
 -
- 
- def test_https_success():
- install(443)
+-
+ def test_https():
+ with InstalledApp(wsgi_app.simple_app, host=HOST, port=443) as app:
+ http = httplib2.Http()




commit python-wsgi_intercept for openSUSE:Factory

2014-02-05 Thread h_root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2014-02-06 06:55:15

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


Package is python-wsgi_intercept

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2014-02-02 07:39:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new/python-wsgi_intercept.changes
 2014-02-06 06:55:16.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  5 11:02:07 UTC 2014 - speili...@suse.com
+
+- Use py.test rather than nosetests, testsuite uses py.test specific features
+
+---



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.jr5KzX/_old  2014-02-06 06:55:17.0 +0100
+++ /var/tmp/diff_new_pack.jr5KzX/_new  2014-02-06 06:55:17.0 +0100
@@ -30,7 +30,6 @@
 BuildRequires:  python-setuptools
 # Test requirements:
 BuildRequires:  python-httplib2
-BuildRequires:  python-nose
 BuildRequires:  python-pytest = 2.4
 BuildRequires:  python-requests = 2.0.1
 Recommends: python-requests = 2.0.1
@@ -62,7 +61,7 @@
 rm -rf %{buildroot}%{python_sitelib}/test
 
 %check
-nosetests
+py.test build/
 
 %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-wsgi_intercept for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2014-02-02 07:39:08

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


Package is python-wsgi_intercept

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2014-01-23 15:54:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new/python-wsgi_intercept.changes
 2014-02-02 07:39:09.0 +0100
@@ -1,0 +2,20 @@
+Thu Jan 30 16:44:30 UTC 2014 - speili...@suse.com
+
+- Added wsgi_intercept-disable-testbogusdomain.patch: Disable some tests
+  on 12.3 where patching fails
+
+---
+Thu Jan 30 15:22:14 UTC 2014 - speili...@suse.com
+
+- Update to version 0.6.1:
+  + Better testing dependency structure
+- Dropped patches:
+  + 0001-Depend-on-requests-2.0.1.patch (merged upstream)
+
+---
+Thu Jan 30 14:01:10 UTC 2014 - speili...@suse.com
+
+- Added 0001-Depend-on-requests-2.0.1.patch: Require requests=2.0.1.
+  Really a requirement
+
+---

Old:

  wsgi_intercept-0.6.0.tar.gz

New:

  wsgi_intercept-0.6.1.tar.gz
  wsgi_intercept-disable-testbogusdomain.patch



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.TpjsA8/_old  2014-02-02 07:39:09.0 +0100
+++ /var/tmp/diff_new_pack.TpjsA8/_new  2014-02-02 07:39:09.0 +0100
@@ -17,21 +17,23 @@
 
 
 Name:   python-wsgi_intercept
-Version:0.6.0
+Version:0.6.1
 Release:0
 Summary:Installs a WSGI application in place of a real URI for testing
 License:MIT
 Group:  Development/Languages/Python
 Url:http://code.google.com/p/wsgi-intercept/
 Source: 
http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE speili...@suse.com -- Patching fails
+Patch0: wsgi_intercept-disable-testbogusdomain.patch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # Test requirements:
 BuildRequires:  python-httplib2
 BuildRequires:  python-nose
 BuildRequires:  python-pytest = 2.4
-BuildRequires:  python-requests
-Recommends: python-requests
+BuildRequires:  python-requests = 2.0.1
+Recommends: python-requests = 2.0.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %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())}
@@ -48,6 +50,9 @@
 
 %prep
 %setup -q -n wsgi_intercept-%{version}
+%if 0%{?suse_version} == 1230
+%patch0 -p1
+%endif
 
 %build
 python setup.py build

++ wsgi_intercept-0.6.0.tar.gz - wsgi_intercept-0.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-0.6.0/PKG-INFO 
new/wsgi_intercept-0.6.1/PKG-INFO
--- old/wsgi_intercept-0.6.0/PKG-INFO   2013-11-05 22:15:44.0 +0100
+++ new/wsgi_intercept-0.6.1/PKG-INFO   2014-01-30 15:46:01.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
 Name: wsgi_intercept
-Version: 0.6.0
+Version: 0.6.1
 Summary: wsgi_intercept installs a WSGI application in place of a real URI for 
testing.
 Home-page: http://pypi.python.org/pypi/wsgi_intercept
 Author: Titus Brown, Kumar McMillan, Chris Dent
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-0.6.0/setup.cfg 
new/wsgi_intercept-0.6.1/setup.cfg
--- old/wsgi_intercept-0.6.0/setup.cfg  2013-11-05 22:15:44.0 +0100
+++ new/wsgi_intercept-0.6.1/setup.cfg  2014-01-30 15:46:01.0 +0100
@@ -5,7 +5,7 @@
 ignore = E128,E127,E126
 
 [egg_info]
+tag_build = 
 tag_date = 0
 tag_svn_revision = 0
-tag_build = 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-0.6.0/setup.py 
new/wsgi_intercept-0.6.1/setup.py
--- old/wsgi_intercept-0.6.0/setup.py   2013-11-02 01:24:42.0 +0100
+++ new/wsgi_intercept-0.6.1/setup.py   2014-01-30 15:37:07.0 +0100
@@ -32,7 +32,7 @@
 'testing': [
 'pytest=2.4',
 'httplib2',
-'requests'
+'requests=2.0.1'
 ],
 },
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-0.6.0/test/__init__.py 
new/wsgi_intercept-0.6.1/test/__init__.py
--- 

commit python-wsgi_intercept for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2014-01-20 07:55:50

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


Package is python-wsgi_intercept

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2013-11-17 20:20:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new/python-wsgi_intercept.changes
 2014-01-23 15:54:58.0 +0100
@@ -1,0 +2,16 @@
+Fri Jan 17 15:47:55 UTC 2014 - speili...@suse.com
+
+- Don't install testsuite globally
+- Run testsuite
+- Fix requirement list
+- Recommend python-requests for the requests-based backend
+  (don't recommend httplib2, it isn't any better than the stdlib
+   module 'httplib' due to it's SSL insufficencies)
+
+---
+Fri Jan 17 10:09:12 UTC 2014 - dmuel...@suse.com
+
+- remove excessive buildrequires that are not used due to
+  tests being commented out
+
+---



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.gOWJcy/_old  2014-01-23 15:54:58.0 +0100
+++ /var/tmp/diff_new_pack.gOWJcy/_new  2014-01-23 15:54:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wsgi_intercept
 #
-# 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
@@ -27,14 +27,11 @@
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # Test requirements:
-BuildRequires:  python-Paste
-BuildRequires:  python-WebTest
 BuildRequires:  python-httplib2
-BuildRequires:  python-mechanize
-BuildRequires:  python-mechanoid
 BuildRequires:  python-nose
-BuildRequires:  python-webunit
-BuildRequires:  python-zope.testbrowser
+BuildRequires:  python-pytest = 2.4
+BuildRequires:  python-requests
+Recommends: python-requests
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %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())}
@@ -57,13 +54,14 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+rm -rf %{buildroot}%{python_sitelib}/test
 
-#NOTE(saschpe): Fix broken tests
-#%%check
-#python setup.py test
+%check
+nosetests
 
 %files
 %defattr(-,root,root,-)
-%{python_sitelib}/*
+%{python_sitelib}/wsgi_intercept-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/wsgi_intercept
 
 %changelog

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



commit python-wsgi_intercept for openSUSE:Factory

2013-11-17 Thread h_root
Hello community,

here is the log from the commit of package python-wsgi_intercept for 
openSUSE:Factory checked in at 2013-11-17 20:20:39

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


Package is python-wsgi_intercept

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2013-10-25 11:36:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new/python-wsgi_intercept.changes
 2013-11-17 20:20:40.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 15 19:59:53 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.6.0
+
+---

Old:

  wsgi_intercept-0.5.1.tar.gz

New:

  wsgi_intercept-0.6.0.tar.gz



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.wnEijo/_old  2013-11-17 20:20:41.0 +0100
+++ /var/tmp/diff_new_pack.wnEijo/_new  2013-11-17 20:20:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-wsgi_intercept
-Version:0.5.1
+Version:0.6.0
 Release:0
 Summary:Installs a WSGI application in place of a real URI for testing
 License:MIT
@@ -64,7 +64,6 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.txt
 %{python_sitelib}/*
 
 %changelog

++ wsgi_intercept-0.5.1.tar.gz - wsgi_intercept-0.6.0.tar.gz ++
 5722 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-wsgi_intercept for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

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

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


Package is python-wsgi_intercept

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2013-03-23 07:41:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new/python-wsgi_intercept.changes
 2013-10-25 11:36:24.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:17:23 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.mfWrw0/_old  2013-10-25 11:36:24.0 +0200
+++ /var/tmp/diff_new_pack.mfWrw0/_new  2013-10-25 11:36:24.0 +0200
@@ -13,27 +13,28 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-wsgi_intercept
 Version:0.5.1
 Release:0
-License:MIT
 Summary:Installs a WSGI application in place of a real URI for testing
-Url:http://code.google.com/p/wsgi-intercept/
+License:MIT
 Group:  Development/Languages/Python
+Url:http://code.google.com/p/wsgi-intercept/
 Source: 
http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test requirements:
-BuildRequires:  python-nose
 BuildRequires:  python-Paste
+BuildRequires:  python-WebTest
 BuildRequires:  python-httplib2
 BuildRequires:  python-mechanize
 BuildRequires:  python-mechanoid
-BuildRequires:  python-WebTest
-BuildRequires:  python-zope.testbrowser
+BuildRequires:  python-nose
 BuildRequires:  python-webunit
+BuildRequires:  python-zope.testbrowser
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %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())}

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