Skip to content

Commit

Permalink
addons.eclass: bump cache version and pkgcore dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Sep 3, 2021
1 parent c462130 commit 44f558e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
Release Notes
=============

---------------------------
----------------------------
pkgcheck 0.10.7 (2021-09-03)
----------------------------

- bump eclass cache version after API changes in pkgcore 0.12.7.

----------------------------
pkgcheck 0.10.6 (2021-09-02)
---------------------------
----------------------------

- add a check for calling EXPORT_FUNCTIONS before further inherits.

Expand Down
2 changes: 1 addition & 1 deletion requirements/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ lxml
pathspec
tree-sitter~=0.19.0
snakeoil~=0.9.6
pkgcore~=0.12.5
pkgcore~=0.12.7
2 changes: 1 addition & 1 deletion requirements/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ requires = [
"pathspec",
"tree-sitter~=0.19.0",
"snakeoil~=0.9.6",
"pkgcore~=0.12.5",
"pkgcore~=0.12.7",
]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion src/pkgcheck/addons/eclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class EclassAddon(caches.CachedAddon):
"""Eclass support for various checks."""

# cache registry
cache = caches.CacheData(type='eclass', file='eclass.pickle', version=3)
cache = caches.CacheData(type='eclass', file='eclass.pickle', version=4)

def __init__(self, *args):
super().__init__(*args)
Expand Down

0 comments on commit 44f558e

Please sign in to comment.