pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pluggy
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 23 09:00:34 UTC 2018
Modified Files:
pkgsrc/devel/py-pluggy: Makefile PLIST distinfo
Log Message:
py-pluggy: updated to 0.8.0
pluggy 0.8.0:
Features
- Add get_hookimpls() method to hook callers.
Trivial/Internal Changes
- Add changelog in long package description and documentation.
- Add a test exemplifying the opt-in nature of spec defined args.
- Encapsulate hook specifications in a type for easier introspection.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-pluggy/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pluggy/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pluggy/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-pluggy/Makefile
diff -u pkgsrc/devel/py-pluggy/Makefile:1.7 pkgsrc/devel/py-pluggy/Makefile:1.8
--- pkgsrc/devel/py-pluggy/Makefile:1.7 Tue Aug 28 16:11:00 2018
+++ pkgsrc/devel/py-pluggy/Makefile Tue Oct 23 09:00:34 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/08/28 16:11:00 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2018/10/23 09:00:34 adam Exp $
-DISTNAME= pluggy-0.7.1
+DISTNAME= pluggy-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pluggy/}
Index: pkgsrc/devel/py-pluggy/PLIST
diff -u pkgsrc/devel/py-pluggy/PLIST:1.4 pkgsrc/devel/py-pluggy/PLIST:1.5
--- pkgsrc/devel/py-pluggy/PLIST:1.4 Sun Aug 5 10:25:23 2018
+++ pkgsrc/devel/py-pluggy/PLIST Tue Oct 23 09:00:34 2018
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2018/08/05 10:25:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/10/23 09:00:34 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pluggy/__init__.py
${PYSITELIB}/pluggy/__init__.pyc
Index: pkgsrc/devel/py-pluggy/distinfo
diff -u pkgsrc/devel/py-pluggy/distinfo:1.6 pkgsrc/devel/py-pluggy/distinfo:1.7
--- pkgsrc/devel/py-pluggy/distinfo:1.6 Sun Aug 5 10:25:23 2018
+++ pkgsrc/devel/py-pluggy/distinfo Tue Oct 23 09:00:34 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/08/05 10:25:23 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/10/23 09:00:34 adam Exp $
-SHA1 (pluggy-0.7.1.tar.gz) = a07fa8187288cc4099b91dd59b0df18ba3dc19b1
-RMD160 (pluggy-0.7.1.tar.gz) = 75c196d15a34fe64fa0c86846645256a0d5de1db
-SHA512 (pluggy-0.7.1.tar.gz) = e19f6c1b3f2e711df1c8b075a2b802751afd218f1b692f08b2434c01d71c402331ff8c937550fbdfece2098f6d6856422d485f193e188916b365ded2e4087697
-Size (pluggy-0.7.1.tar.gz) = 47784 bytes
+SHA1 (pluggy-0.8.0.tar.gz) = 99a150d98beec301d82a17e8dd78f1fb7f39113a
+RMD160 (pluggy-0.8.0.tar.gz) = de415ba98b96592a6a92f6423d31bb42e387b064
+SHA512 (pluggy-0.8.0.tar.gz) = 4b2e489a1ebafe894e41bfb04a1958eec3239528b6cee4cb19d634f7658588d3cd6ec09d7f23c9c24d9c3425a4e733e97605a1efaa46d12bc8b7ec3add722d4f
+Size (pluggy-0.8.0.tar.gz) = 53259 bytes
Home |
Main Index |
Thread Index |
Old Index