From a4cae80b2cb5f8c867602a89b992b9dc4f6e41bcad8f7ebff3e92990caccf71b Mon Sep 17 00:00:00 2001 From: James Oakley Date: Wed, 25 Jan 2012 19:25:03 +0000 Subject: [PATCH] - Update to 0.7.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=5 --- http-parser-0.7.1.tar.gz | 3 --- http-parser-0.7.2.tar.gz | 3 +++ python-http-parser.changes | 5 +++++ python-http-parser.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 http-parser-0.7.1.tar.gz create mode 100644 http-parser-0.7.2.tar.gz diff --git a/http-parser-0.7.1.tar.gz b/http-parser-0.7.1.tar.gz deleted file mode 100644 index 8c215a2..0000000 --- a/http-parser-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dda3c0191d963bf21ae4c45fd25464949b57f354816c8d8892e953517969d21 -size 130583 diff --git a/http-parser-0.7.2.tar.gz b/http-parser-0.7.2.tar.gz new file mode 100644 index 0000000..e7d220f --- /dev/null +++ b/http-parser-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749930265c2c5f58e1b0a9d44ac460a7c08685f3851fb87dec4e183156b0b72f +size 131230 diff --git a/python-http-parser.changes b/python-http-parser.changes index 7932f6e..838ecbd 100644 --- a/python-http-parser.changes +++ b/python-http-parser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 25 19:24:07 UTC 2012 - jfunk@funktronics.ca + +- Update to 0.7.2 + ------------------------------------------------------------------- Sun Nov 27 05:59:08 UTC 2011 - jfunk@funktronics.ca diff --git a/python-http-parser.spec b/python-http-parser.spec index 176aff3..6bf4b1d 100644 --- a/python-http-parser.spec +++ b/python-http-parser.spec @@ -18,7 +18,7 @@ Name: python-http-parser -Version: 0.7.1 +Version: 0.7.2 Release: 0 Url: https://github.com/benoitc/http-parser/ Summary: HTTP Request/Response Parser for Python in C