Source-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.5.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/26abb69fcdae
branches: trunk
changeset: 433352:26abb69fcdae
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jun 01 15:37:40 2020 +0000
description:
py-aiofiles: updated to 0.5.0
0.5.0:
Python 3.8 support. Code base modernization (using async/await instead of asyncio.coroutine/yield from).
Added aiofiles.os.remove, aiofiles.os.rename, aiofiles.os.mkdir, aiofiles.os.rmdir.
diffstat:
devel/py-aiofiles/Makefile | 8 ++++----
devel/py-aiofiles/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (39 lines):
diff -r 584f2b1b5a3d -r 26abb69fcdae devel/py-aiofiles/Makefile
--- a/devel/py-aiofiles/Makefile Mon Jun 01 15:36:21 2020 +0000
+++ b/devel/py-aiofiles/Makefile Mon Jun 01 15:37:40 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/04/26 13:13:50 maya Exp $
+# $NetBSD: Makefile,v 1.5 2020/06/01 15:37:40 adam Exp $
-DISTNAME= aiofiles-0.4.0
+DISTNAME= aiofiles-0.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiofiles/}
@@ -10,9 +10,9 @@
COMMENT= File support for asyncio
LICENSE= apache-2.0
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+USE_LANGUAGES= # none
-USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 584f2b1b5a3d -r 26abb69fcdae devel/py-aiofiles/distinfo
--- a/devel/py-aiofiles/distinfo Mon Jun 01 15:36:21 2020 +0000
+++ b/devel/py-aiofiles/distinfo Mon Jun 01 15:37:40 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/08/19 11:16:25 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/06/01 15:37:40 adam Exp $
-SHA1 (aiofiles-0.4.0.tar.gz) = 521a64c5b41977a41582ca7bbd73cd4ae57c1789
-RMD160 (aiofiles-0.4.0.tar.gz) = 7eb2965af6560bf6babd9a538139db26f8c5aed6
-SHA512 (aiofiles-0.4.0.tar.gz) = ad41aed2151fc2adf01ddbaec7fcc772c2ee8e33609dff881d00e255412c2142b0594e70eca32e73accd120d13e1f112b20a627fae2fa343b96d18f59371c9da
-Size (aiofiles-0.4.0.tar.gz) = 9270 bytes
+SHA1 (aiofiles-0.5.0.tar.gz) = b598b209987a978760aeafb22889b5762ddf8f51
+RMD160 (aiofiles-0.5.0.tar.gz) = 9f71a47d9e6af23a3e665a2aafc578b9f47316e5
+SHA512 (aiofiles-0.5.0.tar.gz) = 92a706f74fbfcd36773fbfd7a73cda2d18d8e673f1084f360e78924ae9c00e729fdf30e21f2b0a48c67f057220d64ee0ec80767992c76fcce40b4473a7043aeb
+Size (aiofiles-0.5.0.tar.gz) = 9543 bytes
Home |
Main Index |
Thread Index |
Old Index