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:           Sun Feb 24 20:33:49 UTC 2019

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

Log Message:
py-pluggy: updated to 0.9.0

pluggy 0.9.0

Features
- PluginManager.load_setuptools_entrypoints now accepts a name parameter that when given will
  load only entry points with that name.

  PluginManager.load_setuptools_entrypoints also now returns the number of plugins loaded by the
  call, as opposed to the number of all plugins loaded by all calls to this method.

Bug Fixes
- Fix internal varnames function for PyPy3.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-pluggy/Makefile
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/devel/py-pluggy/Makefile:1.10
--- pkgsrc/devel/py-pluggy/Makefile:1.9 Tue Jan 15 21:41:08 2019
+++ pkgsrc/devel/py-pluggy/Makefile     Sun Feb 24 20:33:49 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/01/15 21:41:08 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/02/24 20:33:49 adam Exp $
 
-DISTNAME=      pluggy-0.8.1
+DISTNAME=      pluggy-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pluggy/}

Index: pkgsrc/devel/py-pluggy/distinfo
diff -u pkgsrc/devel/py-pluggy/distinfo:1.8 pkgsrc/devel/py-pluggy/distinfo:1.9
--- pkgsrc/devel/py-pluggy/distinfo:1.8 Tue Jan 15 21:41:08 2019
+++ pkgsrc/devel/py-pluggy/distinfo     Sun Feb 24 20:33:49 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/01/15 21:41:08 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/02/24 20:33:49 adam Exp $
 
-SHA1 (pluggy-0.8.1.tar.gz) = df6006d30b9b9a5d67583905913bcbf3c6c1cfd0
-RMD160 (pluggy-0.8.1.tar.gz) = bd7aa9a1c74bd4ae9ed61dc794092eb861d8e78f
-SHA512 (pluggy-0.8.1.tar.gz) = ee7a83f7c62e4366bc7c3c2ad822c788e5cae7ac900c3d41d84ef8b8d9c4cab7c4327df86c134c19f2faaa86a049913984550dd06db9b465ad58a83566cda150
-Size (pluggy-0.8.1.tar.gz) = 53375 bytes
+SHA1 (pluggy-0.9.0.tar.gz) = 6bdadc9a082d2d83b780bea66ec55517454bb2d0
+RMD160 (pluggy-0.9.0.tar.gz) = 306e29737afb7fe9ee02f50eef88a0136ade3cdd
+SHA512 (pluggy-0.9.0.tar.gz) = 377d201393b11afbbe7dcce6053a4200782e4d2017252a4dee3859a5cf3eb21534ebd6ac7c9fd518b5eff441009b1b5791c8fc86e59385b7eddfc9dbc103eb33
+Size (pluggy-0.9.0.tar.gz) = 54035 bytes



Home | Main Index | Thread Index | Old Index