From e3f7a3473128ef4493216817a8b7cc9a2601cb14b4d003d48a3ea045d57c8065 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Sun, 27 Nov 2011 06:06:57 +0000 Subject: [PATCH] - Update to version 0.7.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=4 --- http-parser-0.7.0.tar.gz | 3 --- http-parser-0.7.1.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.0.tar.gz create mode 100644 http-parser-0.7.1.tar.gz diff --git a/http-parser-0.7.0.tar.gz b/http-parser-0.7.0.tar.gz deleted file mode 100644 index 82d8866..0000000 --- a/http-parser-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f45c06019045afd5267930431284690e42ffb039ac2a433ff346a3bf92e9471f -size 135346 diff --git a/http-parser-0.7.1.tar.gz b/http-parser-0.7.1.tar.gz new file mode 100644 index 0000000..8c215a2 --- /dev/null +++ b/http-parser-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dda3c0191d963bf21ae4c45fd25464949b57f354816c8d8892e953517969d21 +size 130583 diff --git a/python-http-parser.changes b/python-http-parser.changes index 5a46f2f..7932f6e 100644 --- a/python-http-parser.changes +++ b/python-http-parser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 27 05:59:08 UTC 2011 - jfunk@funktronics.ca + +- Update to version 0.7.1 + ------------------------------------------------------------------- Fri Sep 23 12:00:22 UTC 2011 - saschpe@suse.de diff --git a/python-http-parser.spec b/python-http-parser.spec index b5f4c13..176aff3 100644 --- a/python-http-parser.spec +++ b/python-http-parser.spec @@ -18,7 +18,7 @@ Name: python-http-parser -Version: 0.7.0 +Version: 0.7.1 Release: 0 Url: https://github.com/benoitc/http-parser/ Summary: HTTP Request/Response Parser for Python in C