[gentoo-portage-dev] [PATCH 10/18] lib/portage/dbapi/IndexedPortdb.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman --- lib/portage/dbapi/IndexedPortdb.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/portage/dbapi/IndexedPortdb.py b/lib/portage/dbapi/IndexedPortdb.py index 5f1cb5bd1..8d9ba89ff 100644 --- a/lib

[gentoo-portage-dev] [PATCH 14/18] lib/portage/tests/resolver/ResolverPlayground.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused-import * Slight refactor on imports Signed-off-by: Aaron Bauman --- lib/portage/tests/resolver/ResolverPlayground.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/portage/tests/resolver/ResolverPlayground.py b/lib/portage/tests/resolver

[gentoo-portage-dev] [PATCH 13/18] lib/portage/package/ebuild/getmaskingreason.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman --- lib/portage/package/ebuild/getmaskingreason.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/portage/package/ebuild/getmaskingreason.py b/lib/portage/package/ebuild/getmaskingreason.py index

[gentoo-portage-dev] [PATCH 09/18] lib/portage/_emirrordist/Config.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/_emirrordist/Config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/portage/_emirrordist/Config.py b/lib/portage/_emirrordist/Config.py index 56732089e..4bee4f45e 100644 --- a/lib/portage/_emirrordist/Config.py +++ b/lib/portage/_emirrordist

[gentoo-portage-dev] [PATCH 03/18] lib/portage/emaint/modules/sync/sync.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/emaint/modules/sync/sync.py | 4 1 file changed, 4 deletions(-) diff --git a/lib/portage/emaint/modules/sync/sync.py b/lib/portage/emaint/modules/sync/sync.py index a8da68065..ce9c0da39 100644 --- a/lib/portage/emaint/modules/sync/sync.py +++ b

[gentoo-portage-dev] [PATCH 07/18] lib/portage/dbapi/cpv_expand.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused import * Update copyright Signed-off-by: Aaron Bauman --- lib/portage/dbapi/cpv_expand.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/portage/dbapi/cpv_expand.py b/lib/portage/dbapi/cpv_expand.py index a1a91f554..eeec446d4 100644 --- a/lib/portage

[gentoo-portage-dev] [PATCH 18/18] pylintrc: enable unused-imports

2020-08-03 Thread Aaron Bauman
* Repo is now clear of unused-imports... so turn it on by default Signed-off-by: Aaron Bauman --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 19f59c165..6f0eef386 100644 --- a/pylintrc +++ b/pylintrc @@ -12,7 +12,7 @@ # --disable=W

[gentoo-portage-dev] [PATCH 08/18] lib/_emerge/EbuildBuild.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman --- lib/_emerge/EbuildBuild.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/_emerge/EbuildBuild.py b/lib/_emerge/EbuildBuild.py index 4da815988..d9c3aa974 100644 --- a/lib/_emerge/EbuildBuild.py

[gentoo-portage-dev] [PATCH 17/18] lib/portage/util/netlink.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman --- lib/portage/util/netlink.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/portage/util/netlink.py b/lib/portage/util/netlink.py index 950ed8f69..ad9e8ca30 100644 --- a/lib/portage/util/netlink.py

[gentoo-portage-dev] [PATCH 16/18] lib/portage/tests/util/eventloop/test_call_soon_fifo.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman --- lib/portage/tests/util/eventloop/test_call_soon_fifo.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/portage/tests/util/eventloop/test_call_soon_fifo.py b/lib/portage/tests/util/eventloop

[gentoo-portage-dev] [PATCH 04/18] lib/_emerge/resolver/slot_collision.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/_emerge/resolver/slot_collision.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/_emerge/resolver/slot_collision.py b/lib/_emerge/resolver/slot_collision.py index 2b8f59953..7accb89f4 100644 --- a/lib/_emerge/resolver/slot_collision.py +++ b/lib

[gentoo-portage-dev] [PATCH 06/18] lib/portage/dep/soname/SonameAtom.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/dep/soname/SonameAtom.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/portage/dep/soname/SonameAtom.py b/lib/portage/dep/soname/SonameAtom.py index 62b2ee5e1..9abdf6906 100644 --- a/lib/portage/dep/soname/SonameAtom.py +++ b/lib/portage

[gentoo-portage-dev] [PATCH 02/18] lib/portage/package/ebuild/_config/KeywordsManager.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/package/ebuild/_config/KeywordsManager.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/portage/package/ebuild/_config/KeywordsManager.py b/lib/portage/package/ebuild/_config/KeywordsManager.py index 136f57c35..de9cdaede

[gentoo-portage-dev] [PATCH 05/18] lib/_emerge/PollScheduler.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman --- lib/_emerge/PollScheduler.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/_emerge/PollScheduler.py b/lib/_emerge/PollScheduler.py index f51c5b005..89d940fed 100644 --- a/lib/_emerge

[gentoo-portage-dev] [PATCH 01/18] lib/_emerge/actions.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/_emerge/actions.py | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/lib/_emerge/actions.py b/lib/_emerge/actions.py index ab614d641..43e9de43a 100644 --- a/lib/_emerge/actions.py +++ b/lib/_emerge/actions.py @@ -4,7 +4,6

[gentoo-portage-dev] [PATCH 26/26] lib/portage/tests/emerge/test_simple.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/tests/emerge/test_simple.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/portage/tests/emerge/test_simple.py b/lib/portage/tests/emerge/test_simple.py index 19ab72457..e8144c55f 100644 --- a/lib/portage/tests/emerge

[gentoo-portage-dev] [PATCH 23/26] lib/portage/_selinux.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/_selinux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/_selinux.py b/lib/portage/_selinux.py index aba40c2dd..e3e18c0b8 100644 --- a/lib/portage/_selinux.py +++ b/lib/portage/_selinux.py @@ -14,7 +14,7 @@ except

[gentoo-portage-dev] [PATCH 17/26] bin/doins.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman --- bin/doins.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/doins.py b/bin/doins.py index 4929cb90a..5bbf92635 100644 --- a/bin/doins.py +++ b/bin/doins.py @@ -1,5 +1,5 @@ #!/usr/bin/python -b

[gentoo-portage-dev] [PATCH 21/26] lib/portage/news.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman --- lib/portage/news.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/portage/news.py b/lib/portage/news.py index 2731ea889..21a7c6a1f 100644 --- a/lib/portage/news.py +++ b/lib/portage/news.py

[gentoo-portage-dev] [PATCH 14/26] lib/portage/cache/ebuild_xattr.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/cache/ebuild_xattr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/portage/cache/ebuild_xattr.py b/lib/portage/cache/ebuild_xattr.py index 6b42d79df..bba3f1b88 100644 --- a/lib/portage/cache/ebuild_xattr.py +++ b/lib/portage/cache

[gentoo-portage-dev] [PATCH 20/26] lib/portage/dbapi/bintree.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/dbapi/bintree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/dbapi/bintree.py b/lib/portage/dbapi/bintree.py index e86fa5caa..97be51121 100644 --- a/lib/portage/dbapi/bintree.py +++ b/lib/portage/dbapi/bintree.py

[gentoo-portage-dev] [PATCH 25/26] lib/portage/util/futures/_asyncio/tasks.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused import * Update copyright Signed-off-by: Aaron Bauman --- lib/portage/util/futures/_asyncio/tasks.py | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/portage/util/futures/_asyncio/tasks.py b/lib/portage/util/futures/_asyncio/tasks.py index 84c6f4462

[gentoo-portage-dev] [PATCH 24/26] lib/_emerge/AbstractEbuildProcess.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/_emerge/AbstractEbuildProcess.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/_emerge/AbstractEbuildProcess.py b/lib/_emerge/AbstractEbuildProcess.py index ae1aae55f..dc7426f2b 100644 --- a/lib/_emerge/AbstractEbuildProcess.py

[gentoo-portage-dev] [PATCH 18/26] lib/_emerge/depgraph.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/_emerge/depgraph.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py index 04b824ab9..0810cdaf1 100644 --- a/lib/_emerge/depgraph.py +++ b/lib/_emerge/depgraph.py @@ -48,8 +48,6 @@ from portage.util import

[gentoo-portage-dev] [PATCH 22/26] lib/portage/mail.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/mail.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/portage/mail.py b/lib/portage/mail.py index df7aac52d..6503b4cc9 100644 --- a/lib/portage/mail.py +++ b/lib/portage/mail.py @@ -14,7 +14,6 @@ import socket import sys from portage

[gentoo-portage-dev] [PATCH 16/26] lib/portage/exception.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/exception.py b/lib/portage/exception.py index 30ab0c689..1d7ccbe90 100644 --- a/lib/portage/exception.py +++ b/lib/portage/exception.py @@ -2,7 +2,7

[gentoo-portage-dev] [PATCH 19/26] lib/_emerge/UseFlagDisplay.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/_emerge/UseFlagDisplay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/_emerge/UseFlagDisplay.py b/lib/_emerge/UseFlagDisplay.py index 9496693c8..5e3ba400d 100644 --- a/lib/_emerge/UseFlagDisplay.py +++ b/lib/_emerge/UseFlagDisplay.py @@ -4,7 +4,6

[gentoo-portage-dev] [PATCH 11/26] lib/portage/package/ebuild/getmaskingstatus.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/package/ebuild/getmaskingstatus.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/portage/package/ebuild/getmaskingstatus.py b/lib/portage/package/ebuild/getmaskingstatus.py index cf2b7344b..c008a0d03 100644 --- a/lib

[gentoo-portage-dev] [PATCH 15/26] lib/portage/_emirrordist/main.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/_emirrordist/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/_emirrordist/main.py b/lib/portage/_emirrordist/main.py index 23f6468c5..8d00a05f5 100644 --- a/lib/portage/_emirrordist/main.py +++ b/lib/portage

[gentoo-portage-dev] [PATCH 10/26] lib/portage/util/_dyn_libs/NeededEntry.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman --- lib/portage/util/_dyn_libs/NeededEntry.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/portage/util/_dyn_libs/NeededEntry.py b/lib/portage/util/_dyn_libs/NeededEntry.py index 20dc2f779

[gentoo-portage-dev] [PATCH 03/26] lib/_emerge/Scheduler.py: fix unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/_emerge/Scheduler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/_emerge/Scheduler.py b/lib/_emerge/Scheduler.py index 7906c30c8..761ba31e0 100644 --- a/lib/_emerge/Scheduler.py +++ b/lib/_emerge/Scheduler.py @@ -21,7 +21,6 @@ from portage import

[gentoo-portage-dev] [PATCH 02/26] lib/portage/sync/modules/rsync/rsync.py: fix unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/sync/modules/rsync/rsync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/portage/sync/modules/rsync/rsync.py b/lib/portage/sync/modules/rsync/rsync.py index 33019534b..4ccf7769f 100644 --- a/lib/portage/sync/modules/rsync/rsync.py +++ b/lib

[gentoo-portage-dev] [PATCH 12/26] lib/portage/package/ebuild/_spawn_nofetch.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman --- lib/portage/package/ebuild/_spawn_nofetch.py | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/portage/package/ebuild/_spawn_nofetch.py b/lib/portage/package/ebuild/_spawn_nofetch.py index

[gentoo-portage-dev] [PATCH 08/26] lib/_emerge/Package.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/_emerge/Package.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/_emerge/Package.py b/lib/_emerge/Package.py index 00d250125..995af6311 100644 --- a/lib/_emerge/Package.py +++ b/lib/_emerge/Package.py @@ -5,7 +5,6 @@ from itertools import chain

[gentoo-portage-dev] [PATCH 06/26] lib/portage/package/ebuild/config.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Fix unused-import * Update copyright Signed-off-by: Aaron Bauman --- lib/portage/package/ebuild/config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/portage/package/ebuild/config.py b/lib/portage/package/ebuild/config.py index 7c5f82e0c..74b998d0b 100644

[gentoo-portage-dev] [PATCH 13/26] lib/portage/dep/dep_check.py: drop unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/dep/dep_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/dep/dep_check.py b/lib/portage/dep/dep_check.py index 625599725..b6491a430 100644 --- a/lib/portage/dep/dep_check.py +++ b/lib/portage/dep/dep_check.py

[gentoo-portage-dev] [PATCH 09/26] lib/_emerge/AbstractPollTask.py: drop unused-import

2020-08-03 Thread Aaron Bauman
* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman --- lib/_emerge/AbstractPollTask.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/_emerge/AbstractPollTask.py b/lib/_emerge/AbstractPollTask.py index 661b81616..5ad24bb84 100644 --- a/lib/_emerge

[gentoo-portage-dev] [PATCH 04/26] lib/_emerge/DependencyArg.py: fix unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/_emerge/DependencyArg.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/_emerge/DependencyArg.py b/lib/_emerge/DependencyArg.py index f7ac879ec..1b66fbc2a 100644 --- a/lib/_emerge/DependencyArg.py +++ b/lib/_emerge/DependencyArg.py @@ -1,9 +1,6

[gentoo-portage-dev] [PATCH 05/26] lib/portage/tests/resolver/test_merge_order.py: fix unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/tests/resolver/test_merge_order.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/portage/tests/resolver/test_merge_order.py b/lib/portage/tests/resolver/test_merge_order.py index 11752d71e..0003cd7d8 100644 --- a/lib

[gentoo-portage-dev] [PATCH 07/26] lib/_emerge/resolver/output.py: fix unused-import

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/_emerge/resolver/output.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/_emerge/resolver/output.py b/lib/_emerge/resolver/output.py index 9483898de..1dcb47020 100644 --- a/lib/_emerge/resolver/output.py +++ b/lib/_emerge/resolver/output.py @@ -8,8

[gentoo-portage-dev] [PATCH 01/26] lib/portage/util/_desktop_entry.py: fix unused-import

2020-08-03 Thread Aaron Bauman
* Remove unused-imports * Updated copyright Signed-off-by: Aaron Bauman --- lib/portage/util/_desktop_entry.py | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/portage/util/_desktop_entry.py b/lib/portage/util/_desktop_entry.py index 74053a30f..68cec7a61 100644

[gentoo-portage-dev] [PATCH] lib/_emerge/resolver/slot_collision.py: fix redefined-builtin W0622

2020-08-02 Thread Aaron Bauman
* This fixes the referenced warning by renaming the 'id' variable to 'name' and the 'type' variable to 'atype' * Additional cosmetic/style changes found along the way. Signed-off-by: Aaron Bauman --- lib/_emerge/resolver/slot_collision.py | 74 +- 1 file changed, 37

[gentoo-portage-dev] [PATCH] doc/api/conf.py: silence redefined-builtin for copyright

2020-08-02 Thread Aaron Bauman
* This locally silences the W0622 warning for the override of the copyright which is required. Signed-off-by: Aaron Bauman --- doc/api/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/conf.py b/doc/api/conf.py index f318ca25d..9522960c8 100644

[gentoo-portage-dev] [PATCH] Fix R0205 across all of repo.

2020-07-31 Thread Aaron Bauman
Do not need to inherit object in py3. All tests passed. Signed-off-by: Aaron Bauman --- bin/chpathtool.py| 2 +- bin/doins.py | 10 +- bin/ebuild-ipc.py| 2 +- bin/egencache| 8 bin/portageq | 2 +- bin/socks5-server.py | 2 +- runtests

[gentoo-portage-dev] [PATCH] portage/README: Update minimum Python version

2020-07-24 Thread Aaron Bauman
* Per commit e59ec1924d6db957a01c828ce294a7675be5b27c Py 2.7 has been dropped and py3.6 is the minimum supported version Bug: https://bugs.gentoo.org/731114 Signed-off-by: Aaron Bauman --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index

[gentoo-portage-dev] [PATCH] glsa-check: update man page with -r option

2019-09-01 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- man/glsa-check.1 | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/glsa-check.1 b/man/glsa-check.1 index bb15cf5a9..23b5e9d94 100644 --- a/man/glsa-check.1 +++ b/man/glsa-check.1 @@ -1,4 +1,4 @@ -.TH "GLSA\-CHECK" "

Re: [gentoo-portage-dev] [PATCH] glsa-check: update man page

2019-09-01 Thread Aaron Bauman
On Sun, Sep 01, 2019 at 11:27:01AM -0400, Aaron Bauman wrote: > * remove `new` > * add --reverse option information > > Signed-off-by: Aaron Bauman > --- > man/glsa-check.1 | 11 +++ Please ignore -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-portage-dev] [PATCH] glsa-check: update man page

2019-09-01 Thread Aaron Bauman
* remove `new` * add --reverse option information Signed-off-by: Aaron Bauman --- man/glsa-check.1 | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/man/glsa-check.1 b/man/glsa-check.1 index bb15cf5a9..8ec94b371 100644 --- a/man/glsa-check.1 +++ b/man/glsa-check.1

Re: [gentoo-portage-dev] [PATCH] glsa-check: fix truncated CVE ids in listmode (bug 692134)

2019-09-01 Thread Aaron Bauman
s > Bug: https://bugs.gentoo.org/692134 > Signed-off-by: Zac Medico > --- > bin/glsa-check | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) Applied and checked multiple large GLSA's which contain numerous CVE's (e.g. Chromium) Acked-by: Aaron Bauman -- Cheers, Aar

Re: [gentoo-portage-dev] [PATCH] glsa-check: add --reverse option (bug 235970)

2019-09-01 Thread Aaron Bauman
indicates that the system might be > affected.\n\n") > > - myglsalist.sort() > - for myid in myglsalist: > + for myid in sorted(myglsalist, reverse=options.reverse): > try: > myglsa = Glsa(myid, portage.settings, vardb, portdb) > except (GlsaTypeException, GlsaFormatException) as e: > -- > 2.21.0 > > Applied and works great here on multiple combinations. Acked-by: Aaron Bauman -- Cheers, Aaron signature.asc Description: PGP signature

Re: [gentoo-portage-dev] [PATCH 0/3] glsa-check: forward port remaining changes from gentoolkit (bug 693088)

2019-08-30 Thread Aaron Bauman
t; > bin/glsa-check | 35 +++ > 1 file changed, 23 insertions(+), 12 deletions(-) > > -- > 2.21.0 > Acked-by: Aaron Bauman -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-portage-dev] [PATCH] glsa-check: add man page exit values

2019-08-30 Thread Aaron Bauman
Bug: https://bugs.gentoo.org/587930 Reported-by: Bandie Yip Kojote Signed-off-by: Aaron Bauman --- man/glsa-check.1 | 12 1 file changed, 12 insertions(+) diff --git a/man/glsa-check.1 b/man/glsa-check.1 index a0d49d4dd..7ed29c6c0 100644 --- a/man/glsa-check.1 +++ b/man/glsa

[gentoo-portage-dev] [PATCH] glsa-check: add exit code for affected GLSAs

2019-08-30 Thread Aaron Bauman
Bug: https://bugs.gentoo.org/587930 Reported-by: Bandie Yip Kojote Signed-off-by: Aaron Bauman --- bin/glsa-check | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/glsa-check b/bin/glsa-check index 83ea6b7c3..b3ddc532a 100755 --- a/bin/glsa-check +++ b/bin/glsa-check @@ -282,6 +282,7

Re: [gentoo-portage-dev] Re: [PATCH] bin/glsa-check: align help menu with the man page updates

2019-08-25 Thread Aaron Bauman
On Sun, Aug 25, 2019 at 07:01:17PM -0400, Aaron Bauman wrote: > On Sun, Aug 25, 2019 at 06:20:15PM -0400, Aaron Bauman wrote: > > Please ignore this patch. > > I think it would be better to just have `-h` and `--help` spit out the > SYNOPSIS > like format. Reduces amount of

[gentoo-portage-dev] Re: [PATCH] bin/glsa-check: align help menu with the man page updates

2019-08-25 Thread Aaron Bauman
On Sun, Aug 25, 2019 at 06:20:15PM -0400, Aaron Bauman wrote: Please ignore this patch. I think it would be better to just have `-h` and `--help` spit out the SYNOPSIS like format. Reduces amount of code and duplication. -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-portage-dev] [PATCH] bin/glsa-check: align help menu with the man page updates

2019-08-25 Thread Aaron Bauman
* This simply aligns the help menu text with the man page * Update copyright * Bump version to 1.0.1 Signed-off-by: Aaron Bauman --- bin/glsa-check | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/bin/glsa-check b/bin/glsa-check index b5b76aae2

[gentoo-portage-dev] [PATCH] man/glsa-check.1: update the glsa-check man page

2019-08-25 Thread Aaron Bauman
uot;portage tree". Just call it a repo. * Add the "sets" all, new, and affected to the SYNOPSIS * Sentence case and add periods to all option descriptions Signed-off-by: Aaron Bauman --- man/glsa-check.1 | 119 +++ 1 file changed, 57 ins

[gentoo-portage-dev] [PATCH v3] portage/glsa.py: only check for revision based on GLSA DTD

2019-08-14 Thread Aaron Bauman
* All GLSA's have been converted to use the revision attribute * If there is no count attribute then raise a GlsaFormatException * Ensure the attribute is an integer Signed-off-by: Aaron Bauman --- lib/portage/glsa.py | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff

[gentoo-portage-dev] [PATCH v2] portage/glsa.py: only check for revisions based on GLSA DTD

2019-08-13 Thread Aaron Bauman
* All GLSA's have been converted to use the revision attribute * If there is no count attribute then raise a GlsaFormatException * Ensure the attribute is an integer Signed-off-by: Aaron Bauman --- lib/portage/glsa.py | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff

[gentoo-portage-dev] [PATCH] portage/glsa.py: only check for revisions based on GLSA DTD

2019-08-13 Thread Aaron Bauman
is populated * We only check if the attribute is populated. Whether it is an int or not is not a concern as it is only significant to security team. Signed-off-by: Aaron Bauman --- lib/portage/glsa.py | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/lib/portage/glsa.py

<    1   2