SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-pluggy-0.6.0-13.2.noarch.rpm :
Thu Dec 21 13:00:00 2017 jmatejekAATTsuse.com
- run tests conditionally (fixes bsc#1073845)

Sun Nov 26 13:00:00 2017 arunAATTgmx.de
- update to version 0.6.0

* Add CI testing for the features, release, and master branches of
pytest (PR #79).

* Document public API for _Result objects passed to wrappers (PR
[#85]).

* Document and test hook LIFO ordering (PR #85).

* Turn warnings into errors in test suite (PR #89).

* Deprecate _Result.result (PR #88).

* Convert _Multicall to a simple function distinguishing it from the
legacy version (PR #90).

* Resolve E741 errors (PR #96).

* Test and bug fix for unmarked hook collection (PRs #97 and #102).

* Drop support for EOL Python 2.6 and 3.3 (PR #103).

* Fix inspect based arg introspection on py3.6 (PR #94).

Thu Nov 9 13:00:00 2017 arunAATTgmx.de
- specfile:

* changed from zip to tar.gz

* removed CHANGELOG fomr %doc (not in tar-ball anymore)
- update to version 0.5.2:

* fix bug where firstresult wrappers were being sent an incorrectly
configured _Result (a list was set instead of a single value). Add
tests to check for this as well as _Result.force_result()
behaviour. Thanks to AATTtgoodlet for the PR #72.

* fix incorrect getattr of DeprecationWarning from the warnings
module. Thanks to AATTnicoddemus for the PR #77.
hide pytest tracebacks in certain core routines. Thanks to AATTnicoddemus for the PR #80.
- changes from version 0.5.1:

* fix a bug and add tests for case where firstresult hooks return
None results. Thanks to AATTRonnyPfannschmidt and AATTtgoodlet for the
issue (#68) and PR (#69) respectively.
- changes from version 0.5.0:

* fix bug where callbacks for historic hooks would not be called for
already registered plugins. Thanks AATTvodik for the PR and AATThpk42
for further fixes.

* fix #17 by considering only actual functions for hooks this
removes the ability to register arbitrary callable objects which
at first glance is a reasonable simplification, thanks
AATTRonnyPfannschmidt for report and pr.

* fix #19: allow registering hookspecs from instances. The PR from
AATTtgoodlet also modernized the varnames implementation.

* resolve #32: split up the test set into multiple modules. Thanks
to AATTRonnyPfannschmidt for the PR and AATTtgoodlet for the initial
request.

* resolve #14: add full sphinx docs. Thanks to AATTtgoodlet for PR #39.

* add hook call mismatch warnings. Thanks to AATTtgoodlet for the PR
[#42].

* resolve #44: move to new-style classes. Thanks to AATTMichalTHEDUDE
for PR #46.

* add baseline benchmarking/speed tests using pytest-benchmark in PR
[#54]. Thanks to AATTtgoodlet.

* update the README to showcase the API. Thanks to AATTtgoodlet for the
issue and PR #55.

* deprecate __multicall__ and add a faster call loop
implementation. Thanks to AATTtgoodlet for PR #58.

* raise a comprehensible error when a hookimpl is called with
positional args. Thanks to AATTRonnyPfannschmidt for the issue and
AATTtgoodlet for PR #60.

* fix the firstresult test making it more complete and remove a
duplicate of that test. Thanks to AATTtgoodlet for PR #62.

Fri Apr 7 14:00:00 2017 jmatejekAATTsuse.com
- update for singlespec
- add project URL
- enable test
- update to 0.4.0

* add has_plugin(name) method to pluginmanager. thanks Bruno Oliveira.

* fix issue11: make plugin parsing more resilient against exceptions
from __getattr__ functions. Thanks Bruno Oliveira.

* fix issue #4: specific HookCallError exception for when a hook call
provides not enough arguments.

* better error message when loading setuptools entrypoints fails
due to a VersionConflict. Thanks Daniel Hahler.

Wed Sep 16 14:00:00 2015 tbechtoldAATTsuse.com
- Initial packagin (version 0.3.0)


 
ICM