pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-decorator 4.1.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/da7384028781
branches: trunk
changeset: 365408:da7384028781
user: adam <adam%pkgsrc.org@localhost>
date: Sun Jul 16 09:25:34 2017 +0000
description:
4.1.1:
Changed the documentation build system to sphinx and uploaded the docs on readthedocs.org.
4.1.0:
Support for Python 3.5 coroutines defined with async def, thanks to Victor-Nicolae Savu who raised the issue of iscoroutinefunction not giving the right answer for coroutines decorated with the
decorator module.
diffstat:
devel/py-decorator/Makefile | 4 ++--
devel/py-decorator/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 8fe0918345f6 -r da7384028781 devel/py-decorator/Makefile
--- a/devel/py-decorator/Makefile Sun Jul 16 09:06:44 2017 +0000
+++ b/devel/py-decorator/Makefile Sun Jul 16 09:25:34 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/01/16 08:04:48 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/07/16 09:25:34 adam Exp $
-DISTNAME= decorator-4.0.11
+DISTNAME= decorator-4.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/decorator/}
diff -r 8fe0918345f6 -r da7384028781 devel/py-decorator/distinfo
--- a/devel/py-decorator/distinfo Sun Jul 16 09:06:44 2017 +0000
+++ b/devel/py-decorator/distinfo Sun Jul 16 09:25:34 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/01/16 08:04:48 wiz Exp $
+$NetBSD: distinfo,v 1.9 2017/07/16 09:25:34 adam Exp $
-SHA1 (decorator-4.0.11.tar.gz) = f2ddc2de311b8d2afae7bba8efec6131a7f4b986
-RMD160 (decorator-4.0.11.tar.gz) = 19db7e44fe288a296f2bd4adbab6d390a6f65554
-SHA512 (decorator-4.0.11.tar.gz) = acce545d26c05ad03e4a3889214c3e94d1d47a9ccba42318ff8acb4d9384e676839fdcdb8d501a808f9332f532e4087a60398c273a58e07dfbc02f04f04af69c
-Size (decorator-4.0.11.tar.gz) = 70616 bytes
+SHA1 (decorator-4.1.1.tar.gz) = af44c1f55841b8a7909eeeacb9445b965de24c5a
+RMD160 (decorator-4.1.1.tar.gz) = ed59302d9287bad12ae2461344949ec8ac6ad2af
+SHA512 (decorator-4.1.1.tar.gz) = a072173cf20ff9a97df93da217e33d9671b90c32d3536e95f99d0783169ce0d41a3c7c601004b1b2717e503cf27fb8ab110156f641d6fc7a2b6adb46c9eb33f1
+Size (decorator-4.1.1.tar.gz) = 31979 bytes
Home |
Main Index |
Thread Index |
Old Index