From 56b30c0c43819aca639ddf671b1c7fcb12edc5cf348367b6b46b0994b07e3299 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Tue, 28 Feb 2012 18:10:55 +0000 Subject: [PATCH 1/3] - Update to version 0.7.5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=8 --- http-parser-0.7.5.tar.gz | 3 +++ python-http-parser.changes | 5 +++++ python-http-parser.spec | 6 +++--- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 http-parser-0.7.5.tar.gz diff --git a/http-parser-0.7.5.tar.gz b/http-parser-0.7.5.tar.gz new file mode 100644 index 0000000..5bba440 --- /dev/null +++ b/http-parser-0.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282b5e4d61bb3b97416afb5f92328a51da7c39a9ff35e3757f287c66ec0a95da +size 131576 diff --git a/python-http-parser.changes b/python-http-parser.changes index 70f3280..204fe97 100644 --- a/python-http-parser.changes +++ b/python-http-parser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 28 18:09:50 UTC 2012 - jfunk@funktronics.ca + +- Update to version 0.7.5 + ------------------------------------------------------------------- Tue Jan 31 13:40:40 UTC 2012 - saschpe@suse.de diff --git a/python-http-parser.spec b/python-http-parser.spec index 019360f..de97f18 100644 --- a/python-http-parser.spec +++ b/python-http-parser.spec @@ -1,7 +1,7 @@ # # spec file for package python-http-parser # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,14 +11,14 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python-http-parser -Version: 0.7.4 +Version: 0.7.5 Release: 0 Url: https://github.com/benoitc/http-parser/ Summary: HTTP Request/Response Parser for Python in C From f6a3bc8d05031e648cabf8dc36284c76300448ae82be331d63ecd054023cc018 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Tue, 13 Mar 2012 20:49:11 +0000 Subject: [PATCH 2/3] Remove old tarball OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=9 --- http-parser-0.7.4.tar.gz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 http-parser-0.7.4.tar.gz diff --git a/http-parser-0.7.4.tar.gz b/http-parser-0.7.4.tar.gz deleted file mode 100644 index 48285f5..0000000 --- a/http-parser-0.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f03f3f4477e8de224f23676e75a5aafefe7ba8191d69931c6743abdfa798cb22 -size 131554 From 7b86c1446e8adac00b5ba9403c05595c36eee26af03d123251b1c6e9312496d1 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Tue, 20 Mar 2012 19:11:20 +0000 Subject: [PATCH 3/3] - Update to version 0.7.5: * fix whitespaces * multiple headers values should be separated by a ", " not "," * regenerate the C code OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=10 --- python-http-parser.changes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-http-parser.changes b/python-http-parser.changes index 204fe97..73b44e3 100644 --- a/python-http-parser.changes +++ b/python-http-parser.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- Tue Feb 28 18:09:50 UTC 2012 - jfunk@funktronics.ca -- Update to version 0.7.5 +- Update to version 0.7.5: + * fix whitespaces + * multiple headers values should be separated by a ", " not "," + * regenerate the C code ------------------------------------------------------------------- Tue Jan 31 13:40:40 UTC 2012 - saschpe@suse.de