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 Aug 27 02:55:26 UTC 2023

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

Log Message:
py-pluggy: updated to 1.3.0

pluggy 1.3.0 (2023-08-26)
=========================

Deprecations and Removals
-------------------------

- Python 3.7 is no longer supported.

Features
--------

- Pluggy now exposes its typings to static type checkers.

  As part of this, the following changes are made:

  - Renamed ``_Result`` to ``Result``, and exported as :class:`pluggy.Result`.
  - Renamed ``_HookRelay`` to ``HookRelay``, and exported as :class:`pluggy.HookRelay`.
  - Renamed ``_HookCaller`` to ``HookCaller``, and exported as :class:`pluggy.HookCaller`.
  - Exported ``HookImpl`` as :class:`pluggy.HookImpl`.
  - Renamed ``_HookImplOpts`` to ``HookimplOpts``, and exported as :class:`pluggy.HookimplOpts`.
  - Renamed ``_HookSpecOpts`` to ``HookspecOpts``, and exported as :class:`pluggy.HookspecOpts`.
  - Some fields and classes are marked ``Final`` and ``@final``.
  - The :ref:`api-reference` is updated to clearly delineate pluggy's public API.

  Compatibility aliases are put in place for the renamed types.
  We do not plan to remove the aliases, but we strongly recommend to only import from ``pluggy.*`` to ensure future compatibility.

  Please note that pluggy is currently unable to provide strong typing for hook calls, e.g. ``pm.hook.my_hook(...)``,
  nor to statically check that a hook implementation matches the hook specification's type.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-pluggy/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pluggy/PLIST
cvs rdiff -u -r1.17 -r1.18 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.24 pkgsrc/devel/py-pluggy/Makefile:1.25
--- pkgsrc/devel/py-pluggy/Makefile:1.24        Sun Jul 30 15:32:48 2023
+++ pkgsrc/devel/py-pluggy/Makefile     Sun Aug 27 02:55:26 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/07/30 15:32:48 adam Exp $
+# $NetBSD: Makefile,v 1.25 2023/08/27 02:55:26 adam Exp $
 
-DISTNAME=      pluggy-1.2.0
+DISTNAME=      pluggy-1.3.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.6 pkgsrc/devel/py-pluggy/PLIST:1.7
--- pkgsrc/devel/py-pluggy/PLIST:1.6    Tue Oct 11 13:14:15 2022
+++ pkgsrc/devel/py-pluggy/PLIST        Sun Aug 27 02:55:26 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/10/11 13:14:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2023/08/27 02:55:26 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -25,3 +25,4 @@ ${PYSITELIB}/pluggy/_tracing.pyo
 ${PYSITELIB}/pluggy/_version.py
 ${PYSITELIB}/pluggy/_version.pyc
 ${PYSITELIB}/pluggy/_version.pyo
+${PYSITELIB}/pluggy/py.typed

Index: pkgsrc/devel/py-pluggy/distinfo
diff -u pkgsrc/devel/py-pluggy/distinfo:1.17 pkgsrc/devel/py-pluggy/distinfo:1.18
--- pkgsrc/devel/py-pluggy/distinfo:1.17        Wed Jun 28 08:55:29 2023
+++ pkgsrc/devel/py-pluggy/distinfo     Sun Aug 27 02:55:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2023/06/28 08:55:29 wiz Exp $
+$NetBSD: distinfo,v 1.18 2023/08/27 02:55:26 adam Exp $
 
-BLAKE2s (pluggy-1.2.0.tar.gz) = c368b747fc330bb48761a78ad5e84e7f5ceca73e91f52743992642db5210c2f1
-SHA512 (pluggy-1.2.0.tar.gz) = b2b6a80737c06e1507eb12513ed7f5ce508fd4a139c559a3a15d9f173f4455ef3847783efb91c32eca6e26cbe37b0336467d50c5db0563d8dbd17bd825cd7407
-Size (pluggy-1.2.0.tar.gz) = 61613 bytes
+BLAKE2s (pluggy-1.3.0.tar.gz) = 2f7398e96425f43bb32502a2e7053a514f1d1b940b31ef02e110757fa405e4a6
+SHA512 (pluggy-1.3.0.tar.gz) = d4dbb449f533649da161d7e49f82da5800dabdace4f7aa239c412290470612a45a3ba3c50cafd7bd9ed26cb3aa14648bfa3ed3f41fc0db9ae9399fd7f5933d5f
+Size (pluggy-1.3.0.tar.gz) = 63670 bytes



Home | Main Index | Thread Index | Old Index