Tue Oct 27 22:48:38 2020 UTC ()
py-aiofiles: updated to 0.6.0

0.6.0:
aiofiles is now tested on ppc64le.
Added name and mode properties to async file objects.
Fixed a DeprecationWarning internally.
Python 3.9 support and tests.


(adam)
diff -r1.5 -r1.6 pkgsrc/devel/py-aiofiles/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/py-aiofiles/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/devel/py-aiofiles/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-aiofiles/Makefile 2020/06/01 15:37:40 1.5
+++ pkgsrc/devel/py-aiofiles/Makefile 2020/10/27 22:48:38 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2020/06/01 15:37:40 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2020/10/27 22:48:38 adam Exp $
2 2
3DISTNAME= aiofiles-0.5.0 3DISTNAME= aiofiles-0.6.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiofiles/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiofiles/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/Tinche/aiofiles 9HOMEPAGE= https://github.com/Tinche/aiofiles
10COMMENT= File support for asyncio 10COMMENT= File support for asyncio
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15PYTHON_VERSIONS_INCOMPATIBLE= 27 15PYTHON_VERSIONS_INCOMPATIBLE= 27
16 16

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-aiofiles/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-aiofiles/distinfo 2020/06/01 15:37:40 1.4
+++ pkgsrc/devel/py-aiofiles/distinfo 2020/10/27 22:48:38 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2020/06/01 15:37:40 adam Exp $ 1$NetBSD: distinfo,v 1.5 2020/10/27 22:48:38 adam Exp $
2 2
3SHA1 (aiofiles-0.5.0.tar.gz) = b598b209987a978760aeafb22889b5762ddf8f51 3SHA1 (aiofiles-0.6.0.tar.gz) = 3f75a50a0acb3551d5cd8cc5f995000e0a6ad228
4RMD160 (aiofiles-0.5.0.tar.gz) = 9f71a47d9e6af23a3e665a2aafc578b9f47316e5 4RMD160 (aiofiles-0.6.0.tar.gz) = 852d3ae36105cb08d4b2ed3009f07b40e035c0e5
5SHA512 (aiofiles-0.5.0.tar.gz) = 92a706f74fbfcd36773fbfd7a73cda2d18d8e673f1084f360e78924ae9c00e729fdf30e21f2b0a48c67f057220d64ee0ec80767992c76fcce40b4473a7043aeb 5SHA512 (aiofiles-0.6.0.tar.gz) = f9aa6c45dbabd29b713327ec295614ef3988f543b9d2d5bad5de2310c3954f2631ac2b884ed7a181e93191a20b05b48ca69bc00ffbd1c08f63b0ba67b90cd6f7
6Size (aiofiles-0.5.0.tar.gz) = 9543 bytes 6Size (aiofiles-0.6.0.tar.gz) = 11841 bytes