python3-sanic: version bump
This commit is contained in:
@@ -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():
|
||||
|
||||
@@ -8,13 +8,13 @@
|
||||
<Name>Ismet Sezer Simsek</Name>
|
||||
<Email>ismetsezer1996@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A web server and web framework that's written to go fast. Build fast. Run fast.</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="f50a7b73e6accbc8d340d5e744fb978f4bee53de" type="targz">https://github.com/huge-success/sanic/archive/v19.12.2.tar.gz</Archive>
|
||||
<Archive sha1sum="49df8693be6b7501d44ba4040ad8c7fb6ae1ad57" type="targz">https://github.com/huge-success/sanic/archive/v20.3.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -41,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-05-18</Date>
|
||||
<Version>20.3.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>19.12.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user