From 691ca913c63ae7ae0ac2bf531df8f0bcdabdb9cdb1e89c39777adcf26a1ac841 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Sun, 9 Sep 2012 18:34:04 +0000 Subject: [PATCH] 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 --- http-parser-0.7.5.tar.gz | 3 --- http-parser-0.7.8.tar.gz | 3 +++ python-http-parser.changes | 23 +++++++++++++++++++++++ python-http-parser.spec | 5 +++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 http-parser-0.7.5.tar.gz create mode 100644 http-parser-0.7.8.tar.gz diff --git a/http-parser-0.7.5.tar.gz b/http-parser-0.7.5.tar.gz deleted file mode 100644 index 5bba440..0000000 --- a/http-parser-0.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:282b5e4d61bb3b97416afb5f92328a51da7c39a9ff35e3757f287c66ec0a95da -size 131576 diff --git a/http-parser-0.7.8.tar.gz b/http-parser-0.7.8.tar.gz new file mode 100644 index 0000000..5ee0a1b --- /dev/null +++ b/http-parser-0.7.8.tar.gz @@ -0,0 +1,3 @@ +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 73b44e3..a141d77 100644 --- a/python-http-parser.changes +++ b/python-http-parser.changes @@ -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 diff --git a/python-http-parser.spec b/python-http-parser.spec index de97f18..e091c0b 100644 --- a/python-http-parser.spec +++ b/python-http-parser.spec @@ -16,9 +16,8 @@ # - Name: python-http-parser -Version: 0.7.5 +Version: 0.7.8 Release: 0 Url: https://github.com/benoitc/http-parser/ Summary: HTTP Request/Response Parser for Python in C @@ -45,6 +44,8 @@ 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/* %files %defattr(-,root,root)