pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-aiofiles py-aiofiles: updated to 0.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e68c51f0d5b
branches:  trunk
changeset: 452825:4e68c51f0d5b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 17 07:59:52 2021 +0000

description:
py-aiofiles: updated to 0.7.0

0.7.0
Added the aiofiles.tempfile module for async temporary files.
Switched to Poetry and GitHub actions.
Dropped 3.5 support.

diffstat:

 devel/py-aiofiles/Makefile |   4 ++--
 devel/py-aiofiles/PLIST    |   8 +++++++-
 devel/py-aiofiles/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r 58570c393f1d -r 4e68c51f0d5b devel/py-aiofiles/Makefile
--- a/devel/py-aiofiles/Makefile        Mon May 17 07:48:54 2021 +0000
+++ b/devel/py-aiofiles/Makefile        Mon May 17 07:59:52 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/10/27 22:48:38 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/05/17 07:59:52 adam Exp $
 
-DISTNAME=      aiofiles-0.6.0
+DISTNAME=      aiofiles-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiofiles/}
diff -r 58570c393f1d -r 4e68c51f0d5b devel/py-aiofiles/PLIST
--- a/devel/py-aiofiles/PLIST   Mon May 17 07:48:54 2021 +0000
+++ b/devel/py-aiofiles/PLIST   Mon May 17 07:59:52 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/08/19 11:16:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/05/17 07:59:52 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -12,6 +12,12 @@
 ${PYSITELIB}/aiofiles/os.py
 ${PYSITELIB}/aiofiles/os.pyc
 ${PYSITELIB}/aiofiles/os.pyo
+${PYSITELIB}/aiofiles/tempfile/__init__.py
+${PYSITELIB}/aiofiles/tempfile/__init__.pyc
+${PYSITELIB}/aiofiles/tempfile/__init__.pyo
+${PYSITELIB}/aiofiles/tempfile/temptypes.py
+${PYSITELIB}/aiofiles/tempfile/temptypes.pyc
+${PYSITELIB}/aiofiles/tempfile/temptypes.pyo
 ${PYSITELIB}/aiofiles/threadpool/__init__.py
 ${PYSITELIB}/aiofiles/threadpool/__init__.pyc
 ${PYSITELIB}/aiofiles/threadpool/__init__.pyo
diff -r 58570c393f1d -r 4e68c51f0d5b devel/py-aiofiles/distinfo
--- a/devel/py-aiofiles/distinfo        Mon May 17 07:48:54 2021 +0000
+++ b/devel/py-aiofiles/distinfo        Mon May 17 07:59:52 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/10/27 22:48:38 adam Exp $
+$NetBSD: distinfo,v 1.6 2021/05/17 07:59:52 adam Exp $
 
-SHA1 (aiofiles-0.6.0.tar.gz) = 3f75a50a0acb3551d5cd8cc5f995000e0a6ad228
-RMD160 (aiofiles-0.6.0.tar.gz) = 852d3ae36105cb08d4b2ed3009f07b40e035c0e5
-SHA512 (aiofiles-0.6.0.tar.gz) = f9aa6c45dbabd29b713327ec295614ef3988f543b9d2d5bad5de2310c3954f2631ac2b884ed7a181e93191a20b05b48ca69bc00ffbd1c08f63b0ba67b90cd6f7
-Size (aiofiles-0.6.0.tar.gz) = 11841 bytes
+SHA1 (aiofiles-0.7.0.tar.gz) = 843ae069d2aa9531da7ca1335ee666bf3faa6574
+RMD160 (aiofiles-0.7.0.tar.gz) = 25120dd1848a6b24c98cf376b3a26225561f4844
+SHA512 (aiofiles-0.7.0.tar.gz) = 5085f3c2b80ec64f19577f2af726cb78298b948863c9bdf5747fe82078cfba67952bbf0a94b092e904f6d2e68af7db82c41cdd17d4d43f2c9011af37798f4e88
+Size (aiofiles-0.7.0.tar.gz) = 13557 bytes



Home | Main Index | Thread Index | Old Index