drop python 3.9, more work was needed

This commit is contained in:
Thomas Waldmann 2025-11-01 20:32:59 +01:00
parent bcbff56bde
commit c41d1b1fe2
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
5 changed files with 9 additions and 7 deletions

6
Vagrantfile vendored
View file

@ -131,9 +131,11 @@ def packages_openindiana
return <<-EOF
pkg install gcc-13 git
pkg install pkg-config libxxhash
ln -sf /usr/bin/python3.9 /usr/bin/python3
pkg install python-313
ln -sf /usr/bin/python3.13 /usr/bin/python3
ln -sf /usr/bin/python3.13-config /usr/bin/python3-config
python3 -m ensurepip
ln -sf /usr/bin/pip3.9 /usr/bin/pip3
ln -sf /usr/bin/pip3.13 /usr/bin/pip3
pip3 install virtualenv
# let borg's pkg-config find openssl:
pfexec pkg set-mediator -V 3 openssl

View file

@ -120,7 +120,7 @@ class DiffMixIn:
+++++++++++++++++++++++++++
The ``--format`` option uses Python's `format string syntax
<https://docs.python.org/3.9/library/string.html#formatstrings>`_.
<https://docs.python.org/3.10/library/string.html#formatstrings>`_.
Examples:
::

View file

@ -350,11 +350,11 @@ class HelpMixIn:
{now}
The current local date and time, by default in ISO-8601 format.
You can also supply your own `format string <https://docs.python.org/3.9/library/datetime.html#strftime-and-strptime-behavior>`_, e.g. {now:%Y-%m-%d_%H:%M:%S}
You can also supply your own `format string <https://docs.python.org/3.10/library/datetime.html#strftime-and-strptime-behavior>`_, e.g. {now:%Y-%m-%d_%H:%M:%S}
{utcnow}
The current UTC date and time, by default in ISO-8601 format.
You can also supply your own `format string <https://docs.python.org/3.9/library/datetime.html#strftime-and-strptime-behavior>`_, e.g. {utcnow:%Y-%m-%d_%H:%M:%S}
You can also supply your own `format string <https://docs.python.org/3.10/library/datetime.html#strftime-and-strptime-behavior>`_, e.g. {utcnow:%Y-%m-%d_%H:%M:%S}
{user}
The user name (or UID, if no name is available) of the user running borg.

View file

@ -72,7 +72,7 @@ class ListMixIn:
+++++++++++++++++++++++++++
The ``--format`` option uses Python's `format string syntax
<https://docs.python.org/3.9/library/string.html#formatstrings>`_.
<https://docs.python.org/3.10/library/string.html#formatstrings>`_.
Examples:
::

View file

@ -53,7 +53,7 @@ class RepoListMixIn:
+++++++++++++++++++++++++++
The ``--format`` option uses Python's `format string syntax
<https://docs.python.org/3.9/library/string.html#formatstrings>`_.
<https://docs.python.org/3.10/library/string.html#formatstrings>`_.
Examples:
::