Hello community,
here is the log from the commit of package python-http-parser for
openSUSE:Factory checked in at 2012-09-11 09:15:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-http-parser (Old)
and /work/SRC/openSUSE:Factory/.python-http-parser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-http-parser", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-http-parser/python-http-parser.changes
2012-03-29 14:05:11.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-http-parser.new/python-http-parser.changes
2012-09-11 09:15:57.000000000 +0200
@@ -1,0 +2,23 @@
+Sun Sep 9 16:10:02 UTC 2012 - [email protected]
+
+- 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).
+
+-------------------------------------------------------------------
Old:
----
http-parser-0.7.5.tar.gz
New:
----
http-parser-0.7.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-http-parser.spec ++++++
--- /var/tmp/diff_new_pack.rvgYqM/_old 2012-09-11 09:16:02.000000000 +0200
+++ /var/tmp/diff_new_pack.rvgYqM/_new 2012-09-11 09:16:02.000000000 +0200
@@ -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 @@
%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)
++++++ http-parser-0.7.5.tar.gz -> http-parser-0.7.8.tar.gz ++++++
++++ 8868 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]