Skip to content

Commit c2761ba

Browse files
committed
release v0.10.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 9ed3caa commit c2761ba

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

NEWS.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
Release Notes
33
=============
44

5+
----------------------------
6+
pkgcheck 0.10.11 (2022-05-26)
7+
----------------------------
8+
9+
- EclassReservedName and EbuildReservedName: new check for usage of function or
10+
variable names which are reserved for the package manager by PMS (Arthur
11+
Zamarin, #378)
12+
13+
- UrlCheck: skip verification of URLs with an unknown protocol. Such issues are
14+
already detected by DeadUrl (Michał Górny, #384)
15+
16+
- PythonGHDistfileSuffix: new check for python packages which contain pypi
17+
remote-id and fetch from GitHub should use ``.gh`` suffix for tarballs
18+
(Michał Górny, #383)
19+
20+
- MetadataUrlCheck: perform the check for the newest version instead of the
21+
oldest (Michał Górny, #390)
22+
23+
- InvalidRemoteID: new check for validity of remote-id in ``metadata.xml``
24+
(Michał Górny, #387, #386)
25+
26+
- Network checks: fixed filtering for latest versions (Michał Górny, #392)
27+
28+
- Scan commits: fix ebuild parsing in old repo, fixing most of the checks done
29+
by ``--commits`` mode (Arthur Zamarin, #393)
30+
531
----------------------------
632
pkgcheck 0.10.10 (2022-05-14)
733
----------------------------

0 commit comments

Comments
 (0)