pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-aioresponses py-aioresponses: updated to 0.7.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91398ed561ec
branches:  trunk
changeset: 372195:91398ed561ec
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 21 11:36:24 2022 +0000

description:
py-aioresponses: updated to 0.7.3

0.7.3
-----
* Support binary bodies in responses
* fix flake8
* move RequestInfo to compat
* drop \`.travis.yml\`
* basic CI using github actions add codecov and add flake8
* basic CI using github actions
* basic CI using github actions
* basic CI using github actions
* basic CI using github actions
* basic CI using github actions
* (feat) add unit tests
* (feat) allow for callbacks to be called before raising of exception
* add \`py.typed\` (PEP 561)
* Fix setuptools warnings by replacing dashes in keys with underscores

diffstat:

 net/py-aioresponses/Makefile |  5 ++---
 net/py-aioresponses/PLIST    |  4 ++--
 net/py-aioresponses/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r ac4ec758301f -r 91398ed561ec net/py-aioresponses/Makefile
--- a/net/py-aioresponses/Makefile      Fri Jan 21 11:32:59 2022 +0000
+++ b/net/py-aioresponses/Makefile      Fri Jan 21 11:36:24 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:24 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/21 11:36:24 adam Exp $
 
-DISTNAME=      aioresponses-0.7.2
+DISTNAME=      aioresponses-0.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aioresponses/}
 
diff -r ac4ec758301f -r 91398ed561ec net/py-aioresponses/PLIST
--- a/net/py-aioresponses/PLIST Fri Jan 21 11:32:59 2022 +0000
+++ b/net/py-aioresponses/PLIST Fri Jan 21 11:36:24 2022 +0000
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2020/12/04 16:31:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/21 11:36:24 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/aioresponses/__init__.py
@@ -15,3 +14,4 @@
 ${PYSITELIB}/aioresponses/core.py
 ${PYSITELIB}/aioresponses/core.pyc
 ${PYSITELIB}/aioresponses/core.pyo
+${PYSITELIB}/aioresponses/py.typed
diff -r ac4ec758301f -r 91398ed561ec net/py-aioresponses/distinfo
--- a/net/py-aioresponses/distinfo      Fri Jan 21 11:32:59 2022 +0000
+++ b/net/py-aioresponses/distinfo      Fri Jan 21 11:36:24 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:06:33 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/01/21 11:36:24 adam Exp $
 
-BLAKE2s (aioresponses-0.7.2.tar.gz) = 2a3ae091904c393bf3f5819c9ad5ad7ae941832dfd5fb547c2847ae605617abd
-SHA512 (aioresponses-0.7.2.tar.gz) = 847c687990c38733c714cfd7b4f268406392aeea6764f084dae25f43246b7b5731f149067fb921864b1b22c9e7b2ca66254ff311d726333d0b23a5566ab18029
-Size (aioresponses-0.7.2.tar.gz) = 28135 bytes
+BLAKE2s (aioresponses-0.7.3.tar.gz) = a4b9be0cbc79701fc7b259b5af197ed7a2dda29c3e9f8ea1230978373296e7fe
+SHA512 (aioresponses-0.7.3.tar.gz) = 9e2bdbf4fe5089928de9a7ddd54931d70ea137fbaba2bd22b32d248c9282f70d551a3aa2de270342bdf0c1acd0973b377f503d1194156aa545109ef3458278b5
+Size (aioresponses-0.7.3.tar.gz) = 28895 bytes



Home | Main Index | Thread Index | Old Index