pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-aiofiles



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 27 22:48:38 UTC 2020

Modified Files:
        pkgsrc/devel/py-aiofiles: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-aiofiles/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-aiofiles/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-aiofiles/Makefile
diff -u pkgsrc/devel/py-aiofiles/Makefile:1.5 pkgsrc/devel/py-aiofiles/Makefile:1.6
--- pkgsrc/devel/py-aiofiles/Makefile:1.5       Mon Jun  1 15:37:40 2020
+++ pkgsrc/devel/py-aiofiles/Makefile   Tue Oct 27 22:48:38 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/06/01 15:37:40 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/10/27 22:48:38 adam Exp $
 
-DISTNAME=      aiofiles-0.5.0
+DISTNAME=      aiofiles-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiofiles/}

Index: pkgsrc/devel/py-aiofiles/distinfo
diff -u pkgsrc/devel/py-aiofiles/distinfo:1.4 pkgsrc/devel/py-aiofiles/distinfo:1.5
--- pkgsrc/devel/py-aiofiles/distinfo:1.4       Mon Jun  1 15:37:40 2020
+++ pkgsrc/devel/py-aiofiles/distinfo   Tue Oct 27 22:48:38 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/06/01 15:37:40 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/10/27 22:48:38 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index