Merge pull request #9131 from ThomasWaldmann/port-9122-to-master-openindiana-doclinks-3.10
Some checks are pending
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / posix_tests (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run

drop python 3.9, more work was needed
This commit is contained in:
TW 2025-11-01 20:49:14 +01:00 committed by GitHub
commit 4cffced692
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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:
::