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.
This commit is contained in:
parent
3406cb1dc0
commit
aab82150e1
3 changed files with 9 additions and 8 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue