Next | Query returned 25 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-04-12 11:52:42 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-test-cov: updated to 5.0.0

5.0.0 (2024-03-24)

* Removed support for xdist rsync (now deprecated).
* Switched docs theme to Furo.
* Various legacy Python cleanup and CI improvements.
* Added a ``pyproject.toml`` example in the docs.
* Modernized project's pre-commit hooks to use ruff. Initial POC contributed by
   2023-05-26 21:51:10 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-cov: updated to 4.1.0

4.1.0 (2023-05-24)
------------------
* Updated CI with new Pythons and dependencies.
* Removed rsyncdir support. This makes pytest-cov compatible with xdist 3.0.
* Optimized summary generation to not be performed if no reporting is active \ 
(for example,
  when ``--cov-report=''`` is used without ``--cov-fail-under``).
* Added support for JSON reporting.
* Refactored code to use f-strings.
* Fixed a skip in the test suite for some old xdist.
   2022-11-08 14:50:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-cov: updated to 4.0.0

4.0.0 (2022-09-28)
------------------

**Note that this release drops support for multiprocessing.**

* `--cov-fail-under` no longer causes `pytest --collect-only` to fail
* Dropped support for multiprocessing (mostly because `issue 82408 \ 
<https://github.com/python/cpython/issues/82408>`_). This feature was
  mostly working but very broken in certain scenarios and made the test suite \ 
very flaky and slow.

  There is builtin multiprocessing support in coverage and you can migrate to \ 
that. All you need is this in your
  ``.coveragerc``::

    [run]
    concurrency = multiprocessing
    parallel = true
    sigterm = true
* Fixed deprecation in ``setup.py`` by trying to import setuptools before distutils.
* Removed undesirable new lines that were displayed while reporting was disabled.
* Documentation fixes.
* Added support for LCOV output format via `--cov-report=lcov`. Only works with \ 
coverage 6.3+.
* Modernized pytest hook implementation.
   2022-08-24 12:08:54 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-test-cov: update to 3.0.0.

3.0.0 (2021-10-04)
-------------------

**Note that this release drops support for Python 2.7 and Python 3.5.**

* Added support for Python 3.10 and updated various test dependencies.
  Contributed by Hugo van Kemenade in
  `#500 <https://github.com/pytest-dev/pytest-cov/pull/500>`_.
* Switched from Travis CI to GitHub Actions. Contributed by Hugo van Kemenade in
  `#494 <https://github.com/pytest-dev/pytest-cov/pull/494>`_ and
  `#495 <https://github.com/pytest-dev/pytest-cov/pull/495>`_.
* Add a ``--cov-reset`` CLI option.
  Contributed by Danilo Šegan in
  `#459 <https://github.com/pytest-dev/pytest-cov/pull/459>`_.
* Improved validation of ``--cov-fail-under`` CLI option.
  Contributed by ... Ronny Pfannschmidt's desire for skark in
  `#480 <https://github.com/pytest-dev/pytest-cov/pull/480>`_.
* Dropped Python 2.7 support.
  Contributed by Thomas Grainger in
  `#488 <https://github.com/pytest-dev/pytest-cov/pull/488>`_.
* Updated trove classifiers. Contributed by Michał Bielawski in
  `#481 <https://github.com/pytest-dev/pytest-cov/pull/481>`_.

2.13.0 (2021-06-01)
-------------------

* Changed the `toml` requirement to be always be directly required (instead of \ 
being required through a coverage extra).
  This fixes issues with pip-compile (`pip-tools#1300 \ 
<https://github.com/jazzband/pip-tools/issues/1300>`_).
  Contributed by Sorin Sbarnea in `#472 \ 
<https://github.com/pytest-dev/pytest-cov/pull/472>`_.
* Documented ``show_contexts``.
  Contributed by Brian Rutledge in `#473 \ 
<https://github.com/pytest-dev/pytest-cov/pull/473>`_.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-07-09 22:00:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-cov: updated to 2.12.1

2.12.1 (2021-06-01)
-------------------
* Changed the `toml` requirement to be always be directly required (instead of \ 
being required through a coverage extra).
  This fixes issues with pip-compile.
* Documented ``show_contexts``.
   2021-05-18 17:28:01 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-cov: updated to 2.12.0

2.12.0 (2021-05-14)
* Added coverage's `toml` extra to install requirements in setup.py.
* Fixed ``pytest_cov.__version__`` to have the right value (string with version \ 
instead of a string
  including ``__version__ =``).
* Fixed license classifier in ``setup.py``.
* Fixed *commits since* badge.
   2021-01-21 16:39:15 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-cov: updated to 2.11.1

2.11.1 (2021-01-20)
-------------------
* Fixed support for newer setuptools (v42+).

2.11.0 (2021-01-18)
-------------------
* Bumped minimum coverage requirement to 5.2.1. This prevents reporting issues.
* Improved sample projects (from the `examples \ 
<https://github.com/pytest-dev/pytest-cov/tree/master/examples>`_
  directory) to support running `tox -e pyXY`. Now the example configures a \ 
suffixed coverage data file,
  and that makes the cleanup environment unnecessary.
* Removed the empty `console_scripts` entrypoint that confused some Gentoo build \ 
script.
  I didn't ask why it was so broken cause I didn't want to ruin my day.
* Fixed the missing `coverage context \ 
<https://coverage.readthedocs.io/en/stable/contexts.html>`_
  when using subprocesses.
* Updated the config section in the docs.
* Migrated CI to travis-ci.com (from .org).

Next | Query returned 25 messages, browsing 1 to 10 | Previous