delete old package
All checks were successful
Distribution check / Generated files check (push) Successful in -1m56s
NPM Audit Check / Check NPM audit (push) Successful in -2m10s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -1m56s
Unit tests / Unit tests (latest) (push) Successful in -1m57s
Unit tests / Unit tests (lts/*) (push) Successful in -1m56s

This commit is contained in:
2025-11-09 17:42:31 -05:00
parent 4a8498f975
commit 8ce406f86a
6 changed files with 40 additions and 11 deletions

View File

@@ -51,6 +51,18 @@ describe('pkgbase parser', () => {
package: "pidgin",
repository: "world",
version: "2.14.14-3",
},
{
"architecture": "x86_64",
"package": "libpurple",
"repository": "world",
"version": "2.14.14-3",
},
{
"architecture": "x86_64",
"package": "finch",
"repository": "world",
"version": "2.14.14-3",
}
],
actions: {
@@ -78,7 +90,12 @@ describe('pkgbase parser', () => {
version: "1:7.9.2-1",
}
],
delete: [],
delete: [{
"architecture": "x86_64",
"package": "opencascade",
"repository": "world",
"version": "1:7.9.1-1",
}],
actions: {
addRepo: 'world',
removeRepo: 'world-gremlins',
@@ -116,6 +133,18 @@ describe('pkgbase parser', () => {
package: "pidgin",
repository: "world",
version: "2.14.14-3",
},
{
"architecture": "x86_64",
"package": "libpurple",
"repository": "world",
"version": "2.14.14-3",
},
{
"architecture": "x86_64",
"package": "finch",
"repository": "world",
"version": "2.14.14-3",
}
],
actions: {