Skip to content

Commit 44f558e

Browse files
committed
addons.eclass: bump cache version and pkgcore dep
1 parent c462130 commit 44f558e

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

NEWS.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
Release Notes
33
=============
44

5-
---------------------------
5+
----------------------------
6+
pkgcheck 0.10.7 (2021-09-03)
7+
----------------------------
8+
9+
- bump eclass cache version after API changes in pkgcore 0.12.7.
10+
11+
----------------------------
612
pkgcheck 0.10.6 (2021-09-02)
7-
---------------------------
13+
----------------------------
814

915
- add a check for calling EXPORT_FUNCTIONS before further inherits.
1016

requirements/install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ lxml
44
pathspec
55
tree-sitter~=0.19.0
66
snakeoil~=0.9.6
7-
pkgcore~=0.12.5
7+
pkgcore~=0.12.7

requirements/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ requires = [
77
"pathspec",
88
"tree-sitter~=0.19.0",
99
"snakeoil~=0.9.6",
10-
"pkgcore~=0.12.5",
10+
"pkgcore~=0.12.7",
1111
]
1212
build-backend = "setuptools.build_meta"

src/pkgcheck/addons/eclass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class EclassAddon(caches.CachedAddon):
4949
"""Eclass support for various checks."""
5050

5151
# cache registry
52-
cache = caches.CacheData(type='eclass', file='eclass.pickle', version=3)
52+
cache = caches.CacheData(type='eclass', file='eclass.pickle', version=4)
5353

5454
def __init__(self, *args):
5555
super().__init__(*args)

0 commit comments

Comments
 (0)