From 334f02156ff44b43d65cb217667182a21318379f7e78767e08cbded84b90ee76 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 17 Jun 2020 04:49:08 +0000 Subject: [PATCH] - Update to 0.9.0: + No changelog available OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=33 --- http-parser-0.8.3.tar.gz | 3 --- http-parser-0.9.0.tar.gz | 3 +++ python-http-parser.changes | 6 ++++++ python-http-parser.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 http-parser-0.8.3.tar.gz create mode 100644 http-parser-0.9.0.tar.gz diff --git a/http-parser-0.8.3.tar.gz b/http-parser-0.8.3.tar.gz deleted file mode 100644 index c451ea9..0000000 --- a/http-parser-0.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2aff90a60def3e476bd71694d8757c0f95ebf2fedf0a8ae34ee306e0b20db83 -size 83040 diff --git a/http-parser-0.9.0.tar.gz b/http-parser-0.9.0.tar.gz new file mode 100644 index 0000000..ea94bc6 --- /dev/null +++ b/http-parser-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441d3a57c6227230f98aa97539da006fda0f8f4880bc4c5cd895ff2138a52621 +size 167091 diff --git a/python-http-parser.changes b/python-http-parser.changes index 29be1fd..93d0803 100644 --- a/python-http-parser.changes +++ b/python-http-parser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 17 04:47:07 UTC 2020 - Steve Kowalik + +- Update to 0.9.0: + + No changelog available + ------------------------------------------------------------------- Wed Jan 2 12:42:31 UTC 2019 - Tomáš Chvátal diff --git a/python-http-parser.spec b/python-http-parser.spec index 04b893b..a614717 100644 --- a/python-http-parser.spec +++ b/python-http-parser.spec @@ -1,7 +1,7 @@ # # spec file for package python-http-parser # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-http-parser -Version: 0.8.3 +Version: 0.9.0 Release: 0 Summary: HTTP Request/Response Parser for Python in C License: MIT