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.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0e69b74380f
branches:  trunk
changeset: 770301:f0e69b74380f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 28 20:10:04 2021 +0000

description:
py-aiofiles: updated to 0.8.0

0.8.0

aiofiles is now tested on Python 3.10.
Added aiofiles.os.replace.
Added aiofiles.os.{makedirs, removedirs}.
Added aiofiles.os.path.{exists, isfile, isdir, getsize, getatime, getctime, samefile, sameopenfile}.
Added suffix, prefix, dir args to aiofiles.tempfile.TemporaryDirectory.

diffstat:

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

diffs (44 lines):

diff -r f10df29c1c4e -r f0e69b74380f devel/py-aiofiles/Makefile
--- a/devel/py-aiofiles/Makefile        Sun Nov 28 20:08:24 2021 +0000
+++ b/devel/py-aiofiles/Makefile        Sun Nov 28 20:10:04 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/05/17 07:59:52 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/11/28 20:10:04 adam Exp $
 
-DISTNAME=      aiofiles-0.7.0
+DISTNAME=      aiofiles-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiofiles/}
diff -r f10df29c1c4e -r f0e69b74380f devel/py-aiofiles/PLIST
--- a/devel/py-aiofiles/PLIST   Sun Nov 28 20:08:24 2021 +0000
+++ b/devel/py-aiofiles/PLIST   Sun Nov 28 20:10:04 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/05/17 07:59:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/11/28 20:10:04 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -12,6 +12,9 @@
 ${PYSITELIB}/aiofiles/os.py
 ${PYSITELIB}/aiofiles/os.pyc
 ${PYSITELIB}/aiofiles/os.pyo
+${PYSITELIB}/aiofiles/ospath.py
+${PYSITELIB}/aiofiles/ospath.pyc
+${PYSITELIB}/aiofiles/ospath.pyo
 ${PYSITELIB}/aiofiles/tempfile/__init__.py
 ${PYSITELIB}/aiofiles/tempfile/__init__.pyc
 ${PYSITELIB}/aiofiles/tempfile/__init__.pyo
diff -r f10df29c1c4e -r f0e69b74380f devel/py-aiofiles/distinfo
--- a/devel/py-aiofiles/distinfo        Sun Nov 28 20:08:24 2021 +0000
+++ b/devel/py-aiofiles/distinfo        Sun Nov 28 20:10:04 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:18:09 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/11/28 20:10:04 adam Exp $
 
-BLAKE2s (aiofiles-0.7.0.tar.gz) = 791493386b50314e1af3a44ffbbaa39e4ab4054dba74cb26cbf405aea538939d
-SHA512 (aiofiles-0.7.0.tar.gz) = 5085f3c2b80ec64f19577f2af726cb78298b948863c9bdf5747fe82078cfba67952bbf0a94b092e904f6d2e68af7db82c41cdd17d4d43f2c9011af37798f4e88
-Size (aiofiles-0.7.0.tar.gz) = 13557 bytes
+BLAKE2s (aiofiles-0.8.0.tar.gz) = 62cc23a717d180e236f599b18ee2e3d7d8152ba0b5298b27d9104d08701f2c3a
+SHA512 (aiofiles-0.8.0.tar.gz) = 89473300af4c6ea7d055bb9f1e45dc2f815ae0efbedd61271a7bffcc02c9c6e5456a7e19d09b1f300a6faf7a90b54700350103e48c322161ed989eb3357fa08f
+Size (aiofiles-0.8.0.tar.gz) = 14082 bytes



Home | Main Index | Thread Index | Old Index