14
0

- 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
This commit is contained in:
Sascha Peilicke
2014-01-17 15:49:16 +00:00
committed by Git OBS Bridge
parent 1ecb786cc5
commit f7cc06f990
2 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jan 17 15:47:55 UTC 2014 - speilicke@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 - dmueller@suse.com