17
0

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

Update to 0.7.12, remove unnecessary rm from %install.

OBS-URL: https://build.opensuse.org/request/show/137334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=14
This commit is contained in:
Sascha Peilicke
2012-10-08 09:26:21 +00:00
committed by Git OBS Bridge
parent 0043d5ff6c
commit 6b8ec49061
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Oct 6 22:05:50 UTC 2012 - os-dev@jacraig.com
- Update to 0.7.12:
* fix __eq__
* fix environ update
- Changes from 0.7.11:
* api should be consistent
- Changes from 0.7.10:
* Fixed pyparser.py to work on Python 3
* Bugfix: match against upper-cased header names
* Bugfix: looking for popped HTTP_SCRIPT_NAME
- Changes from 0.7.9:
* Regenerated parser.c from Cython 0.17
* Updated HTTP parser C code
* use SocketIO object on python3
* fix data type, fix iteration
- Remove unnecessary rm from %install, those files no longer exist.
-------------------------------------------------------------------
Sun Sep 9 16:10:02 UTC 2012 - os-dev@jacraig.com