pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-sanic-routing py-sanic-routing: updated to 21.12.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54369b32b6ba
branches:  trunk
changeset: 371747:54369b32b6ba
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 13 18:20:23 2022 +0000

description:
py-sanic-routing: updated to 21.12.0

Version 21.12.0

Update python version testing
Add return type to parse_date


Version 0.7.2

Resolve bug where multiple nested path endpoints where one of the definitions contains multiple methods resulted in 404

diffstat:

 www/py-sanic-routing/Makefile |  15 ++++-----------
 www/py-sanic-routing/distinfo |   8 ++++----
 2 files changed, 8 insertions(+), 15 deletions(-)

diffs (46 lines):

diff -r 76d6946b6992 -r 54369b32b6ba www/py-sanic-routing/Makefile
--- a/www/py-sanic-routing/Makefile     Thu Jan 13 16:13:02 2022 +0000
+++ b/www/py-sanic-routing/Makefile     Thu Jan 13 18:20:23 2022 +0000
@@ -1,25 +1,18 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:35 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/13 18:20:23 adam Exp $
 
-DISTNAME=      sanic-routing-0.7.1
+DISTNAME=      sanic-routing-21.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sanic-routing/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/sanic-org/sanic-routing/
+HOMEPAGE=      https://github.com/sanic-org/sanic-routing
 COMMENT=       Core routing component for Sanic
 LICENSE=       mit
 
-#DEPENDS+=     ${PYPKGPREFIX}-aiohttp-[0-9]*:../../www/py-aiohttp
-
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 36
-
-# tests are not included
-do-test:
-       ${DO_NADA}
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 76d6946b6992 -r 54369b32b6ba www/py-sanic-routing/distinfo
--- a/www/py-sanic-routing/distinfo     Thu Jan 13 16:13:02 2022 +0000
+++ b/www/py-sanic-routing/distinfo     Thu Jan 13 18:20:23 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:30:47 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/01/13 18:20:23 adam Exp $
 
-BLAKE2s (sanic-routing-0.7.1.tar.gz) = 4ddd43c52c11a1517b435171742d77944d279d9a5162a0bda29404f2db15c61a
-SHA512 (sanic-routing-0.7.1.tar.gz) = 353e24884b99d51622564642a9242e4931f5af8f1bb5d7352cef58584fe7b24d0ccaab0619f2063305573ae3d0388194ccdf91807c6e9f23ac307466bbf64b18
-Size (sanic-routing-0.7.1.tar.gz) = 22597 bytes
+BLAKE2s (sanic-routing-21.12.0.tar.gz) = b3710b18d5a61ab16dff3f7f26d51ac578d25ebb82ea24baf35ea0f7de822307
+SHA512 (sanic-routing-21.12.0.tar.gz) = 5997cebc8adbcacb65d9c1f7a7f829a76e9582d04d68e1e0c6811828bd14fb93ff3d26d1d643d014c910c31c22ad8e0f31efe638e4c7c63c5b5cd0cacf95d3e7
+Size (sanic-routing-21.12.0.tar.gz) = 22004 bytes



Home | Main Index | Thread Index | Old Index