14
0
Files
python-wsgi_intercept/python-wsgi_intercept.changes
Alberto Planas Dominguez 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

102 lines
3.3 KiB
Plaintext

-------------------------------------------------------------------
Fri Sep 2 07:28:41 UTC 2016 - tbechtold@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
-------------------------------------------------------------------
Mon Feb 1 13:59:28 UTC 2016 - dmueller@suse.com
- update to 1.1.2:
* no changelog available
-------------------------------------------------------------------
Mon Feb 1 13:53:40 UTC 2016 - dmueller@suse.com
- update to 0.10.3:
* bugfixes, no changelog available
-------------------------------------------------------------------
Thu May 14 14:50:24 UTC 2015 - benoit.monin@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
-------------------------------------------------------------------
Wed Feb 5 11:02:07 UTC 2014 - speilicke@suse.com
- Use py.test rather than nosetests, testsuite uses py.test specific features
-------------------------------------------------------------------
Thu Jan 30 16:44:30 UTC 2014 - speilicke@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 - speilicke@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 - speilicke@suse.com
- Added 0001-Depend-on-requests-2.0.1.patch: Require requests>=2.0.1.
Really a requirement
-------------------------------------------------------------------
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
- remove excessive buildrequires that are not used due to
tests being commented out
-------------------------------------------------------------------
Fri Nov 15 19:59:53 UTC 2013 - p.drouand@gmail.com
- Update to version 0.6.0
-------------------------------------------------------------------
Thu Oct 24 11:17:23 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Fri Mar 15 13:31:06 UTC 2013 - speilicke@suse.com
- Initial version