diff --git a/programming/language/python3/python3-sanic/actions.py b/programming/language/python3/python3-sanic/actions.py index 6fab6b28bf..cbcb8f4043 100644 --- a/programming/language/python3/python3-sanic/actions.py +++ b/programming/language/python3/python3-sanic/actions.py @@ -5,11 +5,8 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import pisitools def build(): - # fix AttributeError - pisitools.dosed("sanic/testing.py", "httpx.dispatch.ASGIDispatch", "httpx.ASGIDispatch") pythonmodules.compile(pyVer="3") def install(): diff --git a/programming/language/python3/python3-sanic/pspec.xml b/programming/language/python3/python3-sanic/pspec.xml index 80674aeb5f..b10909c951 100644 --- a/programming/language/python3/python3-sanic/pspec.xml +++ b/programming/language/python3/python3-sanic/pspec.xml @@ -8,13 +8,13 @@ Ismet Sezer Simsek ismetsezer1996@gmail.com - MIT programming.language.python3 + MIT library app:console A web server and web framework that's written to go fast. Build fast. Run fast. Sanic is a Python 3.6+ web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy. - https://github.com/huge-success/sanic/archive/v19.12.2.tar.gz + https://github.com/huge-success/sanic/archive/v20.3.0.tar.gz python3-devel python3-setuptools @@ -41,6 +41,13 @@ + + 2020-05-18 + 20.3.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-14 19.12.2