From 56b30c0c43819aca639ddf671b1c7fcb12edc5cf348367b6b46b0994b07e3299 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Tue, 28 Feb 2012 18:10:55 +0000 Subject: [PATCH] - 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