pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eea5d8cad588
branches:  trunk
changeset: 441169:eea5d8cad588
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 27 23:07:42 2020 +0000

description:
py-sanic: updated to 20.9.1

Version 20.9.1

Bugfixes
Fix static route registration on blueprints
Removes duplicate headers in ASGI streaming body

diffstat:

 www/py-sanic/Makefile               |   6 +++---
 www/py-sanic/distinfo               |  12 ++++++------
 www/py-sanic/patches/patch-setup.py |  10 ++++++----
 3 files changed, 15 insertions(+), 13 deletions(-)

diffs (62 lines):

diff -r ddef5512f0ab -r eea5d8cad588 www/py-sanic/Makefile
--- a/www/py-sanic/Makefile     Tue Oct 27 23:07:00 2020 +0000
+++ b/www/py-sanic/Makefile     Tue Oct 27 23:07:42 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/10/01 06:53:12 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/10/27 23:07:42 adam Exp $
 
-DISTNAME=      sanic-20.9.0
+DISTNAME=      sanic-20.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sanic/}
@@ -13,7 +13,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-aiofiles>=0.3.0:../../devel/py-aiofiles
 DEPENDS+=      ${PYPKGPREFIX}-httptools>=0.0.10:../../www/py-httptools
 DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.15.4:../../www/py-httpx
-DEPENDS+=      ${PYPKGPREFIX}-multidict>=4.0:../../databases/py-multidict
+DEPENDS+=      ${PYPKGPREFIX}-multidict>=5.0.0:../../databases/py-multidict
 DEPENDS+=      ${PYPKGPREFIX}-ujson>=1.35:../../textproc/py-ujson
 DEPENDS+=      ${PYPKGPREFIX}-uvloop>=0.5.3:../../devel/py-uvloop
 DEPENDS+=      ${PYPKGPREFIX}-websockets>=8.1:../../www/py-websockets
diff -r ddef5512f0ab -r eea5d8cad588 www/py-sanic/distinfo
--- a/www/py-sanic/distinfo     Tue Oct 27 23:07:00 2020 +0000
+++ b/www/py-sanic/distinfo     Tue Oct 27 23:07:42 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2020/10/01 06:53:12 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/10/27 23:07:42 adam Exp $
 
-SHA1 (sanic-20.9.0.tar.gz) = 34065045f83e4a451b2606cf82a3e23ad4306d8f
-RMD160 (sanic-20.9.0.tar.gz) = 63ffe38b0b2006bdfba6e46ecf42eecd06822ffb
-SHA512 (sanic-20.9.0.tar.gz) = 4f5ea058f65fa6c5f4ffa00af9f48108801dcfa19d750a0fafd688517eaeca9264d0aa82d6ceb7668abcaf9ba2b1dbeb7ce7339837619597ede322b1d600a588
-Size (sanic-20.9.0.tar.gz) = 146608 bytes
-SHA1 (patch-setup.py) = 8c749c3f50c63a37fd588ea1107b55eeaef34851
+SHA1 (sanic-20.9.1.tar.gz) = 5ef6504b4ceebedbe6fd86b82eb498765420476d
+RMD160 (sanic-20.9.1.tar.gz) = 9e300d42d4d7806e331d5ab43ae17b0ab9e0fbcb
+SHA512 (sanic-20.9.1.tar.gz) = 3e4ee0fbce0f5369038bfdd83abd9d3d485a915ae3ef91364e03c8e6a46dce2b7e5eba48c0680490bb175873f77454ed6ce584836b60192480cfd29e03ab4a48
+Size (sanic-20.9.1.tar.gz) = 147581 bytes
+SHA1 (patch-setup.py) = 18d343962a7b0d3a312518fd10181f5dd5653524
diff -r ddef5512f0ab -r eea5d8cad588 www/py-sanic/patches/patch-setup.py
--- a/www/py-sanic/patches/patch-setup.py       Tue Oct 27 23:07:00 2020 +0000
+++ b/www/py-sanic/patches/patch-setup.py       Tue Oct 27 23:07:42 2020 +0000
@@ -1,14 +1,16 @@
-$NetBSD: patch-setup.py,v 1.7 2020/10/01 06:53:12 adam Exp $
+$NetBSD: patch-setup.py,v 1.8 2020/10/27 23:07:42 adam Exp $
 
 Allow newer versions.
 
---- setup.py.orig      2020-09-30 14:40:18.000000000 +0000
+--- setup.py.orig      2020-10-25 13:09:05.000000000 +0000
 +++ setup.py
-@@ -81,7 +81,7 @@ requirements = [
+@@ -80,8 +80,8 @@ requirements = [
+     ujson,
      "aiofiles>=0.3.0",
      "websockets>=8.1,<9.0",
-     "multidict>=4.0,<5.0",
+-    "multidict==5.0.0",
 -    "httpx==0.15.4",
++    "multidict>=5.0.0",
 +    "httpx>=0.15.4",
  ]
  



Home | Main Index | Thread Index | Old Index