Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-pluggy-1.3.0-1.5 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-pluggy Distribution: openSUSE Tumbleweed
Version: 1.3.0 Vendor: openSUSE
Release: 1.5 Build date: Tue Nov 7 21:23:11 2023
Group: Unspecified Build host: reproducible
Size: 207009 Source RPM: python-pluggy-1.3.0-1.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pytest-dev/pluggy
Summary: A minimalist production ready plugin system
This is the core framework used by the pytest, tox, and devpi projects.

Provides

Requires

License

MIT

Changelog

* Tue Nov 07 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.3.0:
    * Python 3.7 is no longer supported.
    * Pluggy now exposes its typings to static type checkers.
    * 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.
      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.
    * The new-style hook wrappers, added in the yanked 1.1.0
      release, now require an explicit ``wrapper=True`` designation
      in the ``@hookimpl()`` decorator.
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Sun Oct 17 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 1.0.0
    Deprecations and Removals
    * #116: Remove deprecated implprefix support. Decorate hook
      implementations using an instance of HookimplMarker instead.
      The deprecation was announced in release 0.7.0.
    * #120: Remove the deprecated proc argument to call_historic. Use
      result_callback instead, which has the same behavior. The
      deprecation was announced in release 0.7.0.
    * #265: Remove the _Result.result property. Use
      _Result.get_result() instead. Note that unlike result,
      get_result() raises the exception if the hook raised. The
      deprecation was announced in release 0.6.0.
    * #267: Remove official support for Python 3.4.
    * #272: Dropped support for Python 2. Continue to use pluggy
      0.13.x for Python 2 support.
    * #308: Remove official support for Python 3.5.
    * #313: The internal pluggy.callers, pluggy.manager and
      pluggy.hooks are now explicitly marked private by a _ prefix
      (e.g. pluggy._callers). Only API exported by the top-level
      pluggy module is considered public.
    * #59: Remove legacy __multicall__ recursive hook calling system.
      The deprecation was announced in release 0.5.0.
    Features
    * #282: When registering a hookimpl which is declared as
      hookwrapper=True but whose function is not a generator
      function, a PluggyValidationError exception is now raised.
    * #309: Add official support for Python 3.9.
    * #251: Add specname option to @hookimpl. If specname is
      provided, it will be used instead of the function name when
      matching this hook implementation to a hook specification
      during registration (allowing a plugin to register a hook
      implementation that was not named the same thing as the
      corresponding @hookspec).
* Mon Jan 06 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.13.1:
    * Improved documentation, especially with regard to references.
* Fri Dec 13 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - importlib-metadata is only a runtime requirement (in accordance
    with setup.py), remove it from BuildRequires.
* Fri Sep 13 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.13.0:
    * support python 3.8
* Mon Jun 03 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.12.0:
    * #215: Switch from pkg_resources to importlib-metadata for entrypoint
      detection for improved performance and import time. This time with .egg support.
* Mon May 20 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.11.0:
    * Small bugfixes only
* Tue Feb 26 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.9.0:
    * #189: 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.

Files

/usr/lib/python3.12/site-packages/pluggy
/usr/lib/python3.12/site-packages/pluggy-1.3.0-py3.12.egg-info
/usr/lib/python3.12/site-packages/pluggy-1.3.0-py3.12.egg-info/PKG-INFO
/usr/lib/python3.12/site-packages/pluggy-1.3.0-py3.12.egg-info/SOURCES.txt
/usr/lib/python3.12/site-packages/pluggy-1.3.0-py3.12.egg-info/dependency_links.txt
/usr/lib/python3.12/site-packages/pluggy-1.3.0-py3.12.egg-info/requires.txt
/usr/lib/python3.12/site-packages/pluggy-1.3.0-py3.12.egg-info/top_level.txt
/usr/lib/python3.12/site-packages/pluggy/__init__.py
/usr/lib/python3.12/site-packages/pluggy/__pycache__
/usr/lib/python3.12/site-packages/pluggy/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pluggy/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/pluggy/__pycache__/_callers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pluggy/__pycache__/_callers.cpython-312.pyc
/usr/lib/python3.12/site-packages/pluggy/__pycache__/_hooks.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pluggy/__pycache__/_hooks.cpython-312.pyc
/usr/lib/python3.12/site-packages/pluggy/__pycache__/_manager.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pluggy/__pycache__/_manager.cpython-312.pyc
/usr/lib/python3.12/site-packages/pluggy/__pycache__/_result.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pluggy/__pycache__/_result.cpython-312.pyc
/usr/lib/python3.12/site-packages/pluggy/__pycache__/_tracing.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pluggy/__pycache__/_tracing.cpython-312.pyc
/usr/lib/python3.12/site-packages/pluggy/__pycache__/_version.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pluggy/__pycache__/_version.cpython-312.pyc
/usr/lib/python3.12/site-packages/pluggy/_callers.py
/usr/lib/python3.12/site-packages/pluggy/_hooks.py
/usr/lib/python3.12/site-packages/pluggy/_manager.py
/usr/lib/python3.12/site-packages/pluggy/_result.py
/usr/lib/python3.12/site-packages/pluggy/_tracing.py
/usr/lib/python3.12/site-packages/pluggy/_version.py
/usr/lib/python3.12/site-packages/pluggy/py.typed
/usr/share/doc/packages/python312-pluggy
/usr/share/doc/packages/python312-pluggy/CHANGELOG.rst
/usr/share/doc/packages/python312-pluggy/README.rst
/usr/share/licenses/python312-pluggy
/usr/share/licenses/python312-pluggy/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024