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