15
0

Accepting request 111815 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/111815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-http-parser?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2012-03-29 12:05:09 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f03f3f4477e8de224f23676e75a5aafefe7ba8191d69931c6743abdfa798cb22
size 131554

3
http-parser-0.7.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:282b5e4d61bb3b97416afb5f92328a51da7c39a9ff35e3757f287c66ec0a95da
size 131576

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 28 18:09:50 UTC 2012 - jfunk@funktronics.ca
- 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

View File

@@ -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