15
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 691ca913c6
commit 5faa4ad6ca
4 changed files with 23 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc590df48e5a11dda20b9dd682ce3f4cbd7ae7a6f2eada0564fc0562e3f83b53
size 139542

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18e19052fcdbf243cc7258f9cfa77cc7f69b4950ccbcc2579bcd195c15e61502
size 70007

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

View File

@@ -17,7 +17,7 @@
Name: python-http-parser
Version: 0.7.8
Version: 0.7.12
Release: 0
Url: https://github.com/benoitc/http-parser/
Summary: HTTP Request/Response Parser for Python in C
@@ -43,7 +43,6 @@ CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm -rf %{buildroot}%{python_sitelib}/http_parser/{LICENSE,MANIFEST.in,NOTICE,README.rst,THANKS} # Remove junk
# Remove exec bits from example scripts
chmod a-x examples/*