17
0

Accepting request 209888 from home:posophe:branches:devel:languages:python

- Update to version 0.8.3
  + No changelog availalbe
- Remove pre_checkin.sh; python3 packages moved to d:l:p3

OBS-URL: https://build.opensuse.org/request/show/209888
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=26
This commit is contained in:
Denisart Benjamin
2013-12-08 22:06:07 +00:00
committed by Git OBS Bridge
parent 7e7c024b98
commit 4e0660be1d
5 changed files with 11 additions and 8 deletions

View File

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

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

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

View File

@@ -1,4 +0,0 @@
#!/bin/sh
sed 's,^\(Name: *\)python-,\1python3-,;s,^\(Requires: *\)python-,\1python3-,;s,^\(BuildRequires: *\)python-,\1python3-,;s,python setup.py,python3 setup.py,;s,python_sitelib,python3_sitelib,;s,python_sitearch,python3_sitearch,' python-http-parser.spec > python3-http-parser.spec
cp python-http-parser.changes python3-http-parser.changes

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Dec 8 21:56:00 UTC 2013 - p.drouand@gmail.com
- Update to version 0.8.3
+ No changelog availalbe
- Remove pre_checkin.sh; python3 packages moved to d:l:p3
-------------------------------------------------------------------
Thu Oct 24 11:06:40 UTC 2013 - speilicke@suse.com

View File

@@ -17,7 +17,7 @@
Name: python-http-parser
Version: 0.8.1
Version: 0.8.3
Release: 0
Url: https://github.com/benoitc/http-parser/
Summary: HTTP Request/Response Parser for Python in C