Skip to content

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Sep 26, 2021
1 parent cdaff1c commit 30f8f37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Release Notes
=============

----------------------------
pkgcheck 0.10.8 (2021-09-26)
----------------------------

- remove tests for profiles with no replacement (no longer reported
by pkgcore).

- derive eclass cache version from pkgcore.

----------------------------
pkgcheck 0.10.7 (2021-09-03)
----------------------------
Expand Down
11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ requires = [
"lazy-object-proxy",
"lxml",
"pathspec",
"tree-sitter",
"snakeoil @ https://github.com/pkgcore/snakeoil/archive/master.tar.gz",
"pkgcore @ https://github.com/pkgcore/pkgcore/archive/master.tar.gz",
"tree-sitter~=0.19.0",
"snakeoil~=0.9.6",
"pkgcore~=0.12.8",
]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra"
testpaths = ["tests"]

0 comments on commit 30f8f37

Please sign in to comment.