diff --git a/programming/language/python3/python3-httptools/actions.py b/programming/language/python3/python3-httptools/actions.py
index 8a67dee07b..ee7a4c89f0 100644
--- a/programming/language/python3/python3-httptools/actions.py
+++ b/programming/language/python3/python3-httptools/actions.py
@@ -15,7 +15,7 @@ def setup():
# install process needs some header files from
# http-parser github repo. so we add that repo
# and copy the header files to the corresponding path
- for files in ["../http-parser-2.9.3/*"]:
+ for files in ["../http-parser-2.9.4/*"]:
shelltools.copy("%s" % files,"vendor/http-parser")
def build():
@@ -24,4 +24,4 @@ def build():
pythonmodules.compile(pyVer="3")
def install():
- pythonmodules.install(pyVer="3")
\ No newline at end of file
+ pythonmodules.install(pyVer="3")
diff --git a/programming/language/python3/python3-httptools/pspec.xml b/programming/language/python3/python3-httptools/pspec.xml
index 12867a3586..d9b9566876 100644
--- a/programming/language/python3/python3-httptools/pspec.xml
+++ b/programming/language/python3/python3-httptools/pspec.xml
@@ -13,8 +13,8 @@
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://github.com/MagicStack/httptools/archive/v0.1.1.tar.gz
- https://github.com/nodejs/http-parser/archive/v2.9.3.tar.gz
+ https://files.pythonhosted.org/packages/67/1d/d77686502fced061b3ead1c35a2d70f6b281b5f723c4eff7a2277c04e4a2/httptools-0.6.1.tar.gz
+ https://github.com/nodejs/http-parser/archive/refs/tags/v2.9.4.tar.gz
pip3
python3-wheel
@@ -38,9 +38,9 @@
- 2023-10-17
- 0.1.1
- Rebuild
+ 2023-10-19
+ 0.6.1
+ Version bump.
Mustafa Cinasal
muscnsl@gmail.com