pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-decorator



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr  4 09:51:01 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-decorator/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-decorator/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-decorator/Makefile
diff -u pkgsrc/devel/py-decorator/Makefile:1.16 pkgsrc/devel/py-decorator/Makefile:1.17
--- pkgsrc/devel/py-decorator/Makefile:1.16     Thu Feb 14 09:04:21 2019
+++ pkgsrc/devel/py-decorator/Makefile  Thu Apr  4 09:51:01 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/02/14 09:04:21 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/04/04 09:51:01 adam Exp $
 
-DISTNAME=      decorator-4.3.2
+DISTNAME=      decorator-4.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/decorator/}

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



Home | Main Index | Thread Index | Old Index