pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-sanic-routing



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 13 18:20:23 UTC 2022

Modified Files:
        pkgsrc/www/py-sanic-routing: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-sanic-routing/Makefile \
    pkgsrc/www/py-sanic-routing/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-sanic-routing/Makefile
diff -u pkgsrc/www/py-sanic-routing/Makefile:1.3 pkgsrc/www/py-sanic-routing/Makefile:1.4
--- pkgsrc/www/py-sanic-routing/Makefile:1.3    Tue Jan  4 20:55:35 2022
+++ pkgsrc/www/py-sanic-routing/Makefile        Thu Jan 13 18:20:23 2022
@@ -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"
Index: pkgsrc/www/py-sanic-routing/distinfo
diff -u pkgsrc/www/py-sanic-routing/distinfo:1.3 pkgsrc/www/py-sanic-routing/distinfo:1.4
--- pkgsrc/www/py-sanic-routing/distinfo:1.3    Tue Oct 26 11:30:47 2021
+++ pkgsrc/www/py-sanic-routing/distinfo        Thu Jan 13 18:20:23 2022
@@ -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