14
0

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
This commit is contained in:
Tomáš Chvátal
2019-03-09 09:48:53 +00:00
committed by Git OBS Bridge
parent 2fa36fb5ae
commit 0415fe20e4
5 changed files with 28 additions and 28 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Mar 9 09:12:17 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- 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
-------------------------------------------------------------------
Thu Jan 10 22:45:48 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>