Bug 261871 - sysutils/linux-miniconda-installer: OK with Python 3.9
Summary: sysutils/linux-miniconda-installer: OK with Python 3.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Jason W. Bacon
URL:
Keywords:
Depends on:
Blocks: 261703
  Show dependency treegraph
 
Reported: 2022-02-10 16:40 UTC by Thierry Thomas
Modified: 2022-02-11 15:57 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (jwb)


Attachments
OK with Python 3.9. (429 bytes, patch)
2022-02-10 16:40 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas freebsd_committer freebsd_triage 2022-02-10 16:40:16 UTC
Created attachment 231723 [details]
OK with Python 3.9.

OK with Python 3.9.
Comment 1 Jason W. Bacon freebsd_committer freebsd_triage 2022-02-11 15:54:35 UTC
Not just OK, but required.  The upstream Miniconda installer has specific python requirements that have recently been changed to 3.9.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-11 15:55:14 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21daf02816df54e3d60df8a274adc0aa0e4ece13

commit 21daf02816df54e3d60df8a274adc0aa0e4ece13
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2022-02-11 15:50:46 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2022-02-11 15:50:46 +0000

    sysutils/linux-miniconda-installer: Bump python dep to 3.9

    Miniconda has specific python requirements updated periodically

    PR:             261871
    Reported by:    thierry

 sysutils/linux-miniconda-installer/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 3 Jason W. Bacon freebsd_committer freebsd_triage 2022-02-11 15:57:35 UTC
Set to 3.9+, though I'm not sure 3.10 or later will work.  This will prevent future blockage, though, and users will be told by miniconda if they need a different python version.