diff --git a/programming/language/python3/python3-httptools/actions.py b/programming/language/python3/python3-httptools/actions.py
index 4b16823196..24c214f484 100644
--- a/programming/language/python3/python3-httptools/actions.py
+++ b/programming/language/python3/python3-httptools/actions.py
@@ -9,7 +9,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
def build():
- # suppress warnings
+ # suppress compiler warnings
pisitools.cflags.add("-Wno-deprecated-declarations")
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
diff --git a/programming/language/python3/python3-httptools/pspec.xml b/programming/language/python3/python3-httptools/pspec.xml
index 15d51e3f70..392f548c87 100644
--- a/programming/language/python3/python3-httptools/pspec.xml
+++ b/programming/language/python3/python3-httptools/pspec.xml
@@ -8,15 +8,15 @@
Blue Devil
bluedevil@sctzine.com
- MIT
programming.language.python3
+ MIT
library
A collection of framework independent HTTP protocol utils.
httptools is a Python binding for nodejs HTTP parser. It's still in a very early development stage, expect APIs to break.
- https://files.pythonhosted.org/packages/1b/03/215969db11abe8741e9c266a4cbe803a372bd86dd35fa0084c4df6d4bd00/httptools-0.0.13.tar.gz
+ https://files.pythonhosted.org/packages/a9/d9/63f5738b400dd8c2f7196608fdb6acb981353625b61d43221bf0353c74a4/httptools-0.1.0.tar.gz
- python3-devel
python3-setuptools
+ python3-devel
@@ -27,13 +27,20 @@
python3
- /usr/lib
- /usr/share/man
/usr/share/doc/python3-httptools
+ /usr/share/man
+ /usr/lib
+
+ 2020-02-06
+ 0.1.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-01-15
0.0.13