File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Release 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+ ----------------------------
612pkgcheck 0.10.6 (2021-09-02)
7- ---------------------------
13+ ----------------------------
814
915- add a check for calling EXPORT_FUNCTIONS before further inherits.
1016
Original file line number Diff line number Diff line change 44pathspec
55tree-sitter~=0.19.0
66snakeoil~=0.9.6
7- pkgcore~=0.12.5
7+ pkgcore~=0.12.7
Original file line number Diff line number Diff 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]
1212build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments