Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932145 - app-portage/mirrorselect: migrate away from dev-python/ssl-fetch
Summary: app-portage/mirrorselect: migrate away from dev-python/ssl-fetch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-18 09:37 UTC by Michał Górny
Modified: 2024-09-22 17:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-05-18 09:37:28 UTC
dev-python/ssl-fetch is a dead NIH package with no tests.  I think dev-python/requests fully replaces it, or perhaps even built-in urllib.
Comment 1 Larry the Git Cow gentoo-dev 2024-05-28 03:48:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=55402ec0df846a42dba44c295b5761a770724ce8

commit 55402ec0df846a42dba44c295b5761a770724ce8
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-05-27 18:47:13 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-28 03:48:00 +0000

    extractor.py: Replace sslfetch with plain requests
    
    sslfetch was a thin NIH wrapper around requests, and it is unmaintained.
    
    Closes: https://bugs.gentoo.org/932145
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    Closes: https://github.com/gentoo/mirrorselect/pull/1
    Signed-off-by: Sam James <sam@gentoo.org>

 mirrorselect/extractor.py | 26 ++++++++++----------------
 1 file changed, 10 insertions(+), 16 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2024-05-28 04:12:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7b8466b9d62bf5b9f7d8cf40fb9d53a477b0b7

commit 7d7b8466b9d62bf5b9f7d8cf40fb9d53a477b0b7
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-05-28 04:11:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-28 04:11:15 +0000

    app-portage/mirrorselect: add 2.5.0
    
    Michał Górny (1):
          extractor.py: Replace sslfetch with plain requests
    
    Closes: https://bugs.gentoo.org/932145
    Signed-off-by: Sam James <sam@gentoo.org>

 app-portage/mirrorselect/Manifest                  |  1 +
 app-portage/mirrorselect/mirrorselect-2.5.0.ebuild | 50 ++++++++++++++++++++++
 app-portage/mirrorselect/mirrorselect-9999.ebuild  |  9 +---
 3 files changed, 53 insertions(+), 7 deletions(-)