From 4e4fcb6b767601876599668ce1a7535027ad1d80be9f93b1830604d0345b51ad Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sun, 8 Dec 2013 22:06:07 +0000 Subject: [PATCH] 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 --- http-parser-0.8.1.tar.gz | 3 --- http-parser-0.8.3.tar.gz | 3 +++ pre_checkin.sh | 4 ---- python-http-parser.changes | 7 +++++++ python-http-parser.spec | 2 +- 5 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 http-parser-0.8.1.tar.gz create mode 100644 http-parser-0.8.3.tar.gz delete mode 100644 pre_checkin.sh diff --git a/http-parser-0.8.1.tar.gz b/http-parser-0.8.1.tar.gz deleted file mode 100644 index 0f5e68d..0000000 --- a/http-parser-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0584869b735f7a39a3d3a1699d1307f43143a032a8f21b48d2c2e815da0afde -size 150213 diff --git a/http-parser-0.8.3.tar.gz b/http-parser-0.8.3.tar.gz new file mode 100644 index 0000000..c451ea9 --- /dev/null +++ b/http-parser-0.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2aff90a60def3e476bd71694d8757c0f95ebf2fedf0a8ae34ee306e0b20db83 +size 83040 diff --git a/pre_checkin.sh b/pre_checkin.sh deleted file mode 100644 index 709a3cc..0000000 --- a/pre_checkin.sh +++ /dev/null @@ -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 diff --git a/python-http-parser.changes b/python-http-parser.changes index f992eb7..5e493ad 100644 --- a/python-http-parser.changes +++ b/python-http-parser.changes @@ -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 diff --git a/python-http-parser.spec b/python-http-parser.spec index 53dd5ac..726ef9b 100644 --- a/python-http-parser.spec +++ b/python-http-parser.spec @@ -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