diff --git a/http-parser-0.7.12.tar.gz b/http-parser-0.7.12.tar.gz new file mode 100644 index 0000000..a9a40b8 --- /dev/null +++ b/http-parser-0.7.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc590df48e5a11dda20b9dd682ce3f4cbd7ae7a6f2eada0564fc0562e3f83b53 +size 139542 diff --git a/http-parser-0.7.8.tar.gz b/http-parser-0.7.8.tar.gz deleted file mode 100644 index 5ee0a1b..0000000 --- a/http-parser-0.7.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18e19052fcdbf243cc7258f9cfa77cc7f69b4950ccbcc2579bcd195c15e61502 -size 70007 diff --git a/python-http-parser.changes b/python-http-parser.changes index a141d77..4a6ba82 100644 --- a/python-http-parser.changes +++ b/python-http-parser.changes @@ -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 diff --git a/python-http-parser.spec b/python-http-parser.spec index e091c0b..30539c0 100644 --- a/python-http-parser.spec +++ b/python-http-parser.spec @@ -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/*