Thu Apr 4 09:51:01 2019 UTC ()
py-decorator: updated to 4.4.0

4.4.0:
Fixed a regression with decorator factories breaking the case with no
arguments by going back to the syntax used in version 4.2.
Accepted a small fix from Eric Larson (https://github.com/larsoner) affecting
isgeneratorfunction for old Python versions.
Moved the documentation from ReadTheDocs to GitHub to simplify the
release process and replaced ReStructuredText with Markdown: it is
an inferior solution, but it works better with GitHub and it is good enough.


(adam)
diff -r1.16 -r1.17 pkgsrc/devel/py-decorator/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/py-decorator/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/py-decorator/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-decorator/Makefile 2019/02/14 09:04:21 1.16
+++ pkgsrc/devel/py-decorator/Makefile 2019/04/04 09:51:01 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2019/02/14 09:04:21 adam Exp $ 1# $NetBSD: Makefile,v 1.17 2019/04/04 09:51:01 adam Exp $
2 2
3DISTNAME= decorator-4.3.2 3DISTNAME= decorator-4.4.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/decorator/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/decorator/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/micheles/decorator 9HOMEPAGE= https://github.com/micheles/decorator
10COMMENT= Generic Python decorator utilities 10COMMENT= Generic Python decorator utilities
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/devel/py-decorator/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-decorator/distinfo 2019/02/14 09:04:21 1.13
+++ pkgsrc/devel/py-decorator/distinfo 2019/04/04 09:51:01 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2019/02/14 09:04:21 adam Exp $ 1$NetBSD: distinfo,v 1.14 2019/04/04 09:51:01 adam Exp $
2 2
3SHA1 (decorator-4.3.2.tar.gz) = c9dfc08dba7f579235aeb03e831656665dff3b9e 3SHA1 (decorator-4.4.0.tar.gz) = de59d002bcf83b16421e6ea6fe40256b5fccedad
4RMD160 (decorator-4.3.2.tar.gz) = afbebd4187598113ba3f54b047325c44fecac71d 4RMD160 (decorator-4.4.0.tar.gz) = 92f783db41a586cbdffcc8e07851f098bf24da29
5SHA512 (decorator-4.3.2.tar.gz) = 87102e1b314086d008c48bf53f1061b28fdbd3ccd3d301773102fd43e3a4ce8b5ffeb9107fb5d5f47b7bd45c26e5b3b2913ea20745ffc9b274e2c0b24a69ef70 5SHA512 (decorator-4.4.0.tar.gz) = 32c35c80581cb7fd0b2461d21c7eb14190294b2ccc9f92749b6bc74449f7d02a26281e9a2817f6f16871a6cddb7b02b8fae8119c22256fe43a6aaa31a7599dd5
6Size (decorator-4.3.2.tar.gz) = 34892 bytes 6Size (decorator-4.4.0.tar.gz) = 34559 bytes