14
0
Commit Graph

37 Commits

Author SHA256 Message Date
f87d0dbba0 Accepting request 682995 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/682995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=18
2019-03-11 10:15:13 +00:00
Tomáš Chvátal
0415fe20e4 Accepting request 682992 from home:jayvdb:py-check-failures
- 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

OBS-URL: https://build.opensuse.org/request/show/682992
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=36
2019-03-09 09:48:53 +00:00
48314f6fb4 Accepting request 664988 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/664988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=17
2019-01-15 08:17:15 +00:00
2fa36fb5ae Accepting request 664950 from home:jbrownell:branches:devel:languages:python
- Support older OS targets by adding a fallback for Recommends:

OBS-URL: https://build.opensuse.org/request/show/664950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=34
2019-01-12 15:41:52 +00:00
627f0abbff Accepting request 654068 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/654068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=16
2018-12-13 18:45:05 +00:00
7db03e73c7 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=32
2018-12-04 14:14:42 +00:00
61ffba94ba Accepting request 508332 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/508332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=15
2017-07-11 06:25:08 +00:00
26268a273b Accepting request 508268 from home:tbechtold:branches:devel:languages:python
- convert to singlespec

OBS-URL: https://build.opensuse.org/request/show/508268
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=30
2017-07-05 11:38:40 +00:00
d277473dd1 Accepting request 495323 from devel:languages:python
- update to 1.5.0:
  * compatibility fixes

OBS-URL: https://build.opensuse.org/request/show/495323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=14
2017-07-04 11:40:50 +00:00
901d939218 - update to 1.5.0:
* compatibility fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=28
2017-05-16 12:42:02 +00:00
4ece6e0dfe Accepting request 431136 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/431136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=13
2016-09-30 13:33:45 +00:00
d6826800be Accepting request 430665 from Cloud:OpenStack:Master
- Add missing BuildRequires for pyrthon-six

OBS-URL: https://build.opensuse.org/request/show/430665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=26
2016-09-28 16:31:45 +00:00
4e09d106d3 Accepting request 430641 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/430641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=12
2016-09-28 13:04:53 +00:00
a0fdbb6910 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=24
2016-09-27 21:34:24 +00:00
e33b00720d Accepting request 424399 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/424399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=11
2016-09-23 09:31:04 +00:00
52d7a66599 Accepting request 424391 from home:tbechtold:branches:devel:languages:python
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

OBS-URL: https://build.opensuse.org/request/show/424391
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=22
2016-09-02 07:58:37 +00:00
ba2c42e033 Accepting request 357157 from devel:languages:python
- update to 1.1.2:
  * no changelog available

- update to 0.10.3:
  * bugfixes, no changelog available

OBS-URL: https://build.opensuse.org/request/show/357157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=10
2016-02-03 09:19:48 +00:00
8f09cac87c - update to 1.1.2:
* no changelog available

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=20
2016-02-01 14:00:39 +00:00
3786d44c7e - update to 0.10.3:
* bugfixes, no changelog available

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=19
2016-02-01 13:55:54 +00:00
38be2261c8 Accepting request 307815 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/307815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=9
2015-05-19 21:43:40 +00:00
Jan Matejek
97192bfc42 Accepting request 307136 from home:benoit_monin:branches:devel:languages:python
- update to version 0.10.0
- refresh wsgi_intercept-disable-testbogusdomain.patch
- update project URL
- skip tests trying to access google.com with command line option

OBS-URL: https://build.opensuse.org/request/show/307136
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=17
2015-05-18 13:37:34 +00:00
Stephan Kulow
8ff7bca2d5 Accepting request 220966 from devel:languages:python
- Use py.test rather than nosetests, testsuite uses py.test specific features

OBS-URL: https://build.opensuse.org/request/show/220966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=7
2014-02-06 05:55:15 +00:00
Sascha Peilicke
1f8576e361 - Use py.test rather than nosetests, testsuite uses py.test specific features
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=15
2014-02-05 11:05:45 +00:00
Stephan Kulow
df4677ac99 Accepting request 220400 from devel:languages:python
- Added wsgi_intercept-disable-testbogusdomain.patch: Disable some tests
  on 12.3 where patching fails

- Update to version 0.6.1:
  + Better testing dependency structure
- Dropped patches:
  + 0001-Depend-on-requests-2.0.1.patch (merged upstream)

- Added 0001-Depend-on-requests-2.0.1.patch: Require requests>=2.0.1.
  Really a requirement

OBS-URL: https://build.opensuse.org/request/show/220400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=6
2014-02-02 06:39:08 +00:00
Sascha Peilicke
9504d16be1 - Added wsgi_intercept-disable-testbogusdomain.patch: Disable some tests
on 12.3 where patching fails

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=13
2014-01-30 16:44:55 +00:00
Sascha Peilicke
0bb3a993a4 - Update to version 0.6.1:
+ Better testing dependency structure
- Dropped patches:
  + 0001-Depend-on-requests-2.0.1.patch (merged upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=12
2014-01-30 15:24:51 +00:00
Sascha Peilicke
b80d498037 - Added 0001-Depend-on-requests-2.0.1.patch: Require requests>=2.0.1.
Really a requirement

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=11
2014-01-30 14:01:53 +00:00
Stephan Kulow
f9a357db47 Accepting request 214252 from devel:languages:python
- 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)

- remove excessive buildrequires that are not used due to
  tests being commented out

OBS-URL: https://build.opensuse.org/request/show/214252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=5
2014-01-20 06:55:50 +00:00
Sascha Peilicke
ad017e31e6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=9 2014-01-17 15:51:41 +00:00
Sascha Peilicke
f7cc06f990 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=8
2014-01-17 15:49:16 +00:00
Sascha Peilicke
1ecb786cc5 Accepting request 214157 from Cloud:OpenStack:Master
- remove excessive buildrequires that are not used due to
  tests being commented out

OBS-URL: https://build.opensuse.org/request/show/214157
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=7
2014-01-17 10:34:46 +00:00
Stephan Kulow
c709783bda Accepting request 207077 from devel:languages:python
update (forwarded request 207076 from posophe)

OBS-URL: https://build.opensuse.org/request/show/207077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=4
2013-11-17 19:20:39 +00:00
Denisart Benjamin
9212f03f6d Accepting request 207076 from home:posophe:branches:devel:languages:python
update

OBS-URL: https://build.opensuse.org/request/show/207076
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=5
2013-11-15 20:17:47 +00:00
Tomáš Chvátal
1929c141e7 Accepting request 204688 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=3
2013-10-25 09:36:23 +00:00
Sascha Peilicke
e16a9e36be - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=3
2013-10-24 11:17:24 +00:00
Stephan Kulow
eef58a49f4 Accepting request 159561 from devel:languages:python
Dependency of python-launchpadlib

OBS-URL: https://build.opensuse.org/request/show/159561
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=1
2013-03-23 06:41:03 +00:00
Sascha Peilicke
27d935f489 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=1
2013-03-15 14:26:10 +00:00