mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[view] feature: adding a new 'verified' filter for the packages table
This commit is contained in:
@@ -132,6 +132,9 @@ class DebianPackage(SoftwarePackage):
|
||||
def supports_ignored_updates(self) -> bool:
|
||||
return True
|
||||
|
||||
def is_trustable(self) -> bool:
|
||||
return True
|
||||
|
||||
def __eq__(self, other):
|
||||
if isinstance(other, DebianPackage):
|
||||
return self.name == other.name
|
||||
|
||||
Reference in New Issue
Block a user