aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-26 23:52:14 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-26 23:52:14 +0200
commit30f8f379f4d9b551969830263af6b5987a6cea4d (patch)
tree5da8263621a3c31d4a9654bb289308765530cad0
parentaddons.eclass: get cache version from EclassDoc.ABI_VERSION (diff)
downloadpkgcheck-30f8f379f4d9b551969830263af6b5987a6cea4d.tar.gz
pkgcheck-30f8f379f4d9b551969830263af6b5987a6cea4d.tar.bz2
pkgcheck-30f8f379f4d9b551969830263af6b5987a6cea4d.zip
update NEWSv0.10.8
-rw-r--r--NEWS.rst9
-rw-r--r--pyproject.toml11
2 files changed, 12 insertions, 8 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 8ce28838..3b275def 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,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)
----------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 9d8d7d58..da9b027d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"]