15
0

Accepting request 133402 from home:poorboywilly:branches:devel:languages:python

Update to 0.7.8, remove exec bits on example scripts.

OBS-URL: https://build.opensuse.org/request/show/133402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=12
This commit is contained in:
2012-09-09 18:34:04 +00:00
committed by Git OBS Bridge
parent 7b86c1446e
commit 691ca913c6
4 changed files with 29 additions and 5 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Sep 9 16:10:02 UTC 2012 - os-dev@jacraig.com
- Update to 0.7.8:
* fix python 3 compatibility
* fix categories
* fix requirements in the readme, add TODO
- Changes from 0.7.7:
* fix setup
* add an example: parse a response text file on windows
* fix issue 14
- Changes from 0.7.6:
* fix setup.py and rebuild the extension
* remove support of py25
* use setuptools to install http_parser
* chech if self.environ exists before update it
* add an example for parse windows response file
* add PURGE method
* rebuild code
* sync http-parser C code from joyent
* only create WSGI environ on demand
- Remove executable bits from example scripts (RPMLINT warning).
-------------------------------------------------------------------
Tue Feb 28 18:09:50 UTC 2012 - jfunk@funktronics.ca