2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2022-07-15 08:16:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
fabric: updated to 2.7.1
2.7.1
[Bug] 1924: (also 2007) Overhaul behavior and testing re: merging together \
different sources for the key_filename parameter in Connection.connect_kwargs. \
This fixes a number of type-related errors (string objects have no extend \
attribute, cannot add lists to strings, etc).
|
2022-07-13 14:13:15 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
fabric: updated to 2.7.0
2.7.0 2022-03-25
[Feature]: Forward local terminal resizes to the remote end, when applicable. \
(For the technical: this means we now turn SIGWINCH into SSH window-change \
messages.)
[Feature]: Add shell, a belated port of the v1 open_shell() feature.
This wasn’t needed initially, as the modern implementation of run is as good \
or better for full interaction than open_shell() was, provided you’re happy \
supplying a specific shell to execute.
shell serves the corner case where you aren’t happy doing that, eg when \
you’re speaking to network appliances or other targets which are not typical \
Unix server environments.
Like open_shell(), this new method is primarily for interactive use, and has a \
slightly less useful return value. See its API docs for more details.
[Bug] 2142: Update Connection temporarily so that it doesn’t incidentally \
apply replace_env=True to local shell commands, only remote ones. On Windows \
under Python 3.7+, this was causing local commands to fail due to lack of some \
environment variables. Future updates will cleanly separate the config tree for \
remote vs local methods.
Thanks to Bartosz Lachowicz for the report and David JM Emmett for the patch.
[Support]: Overhaul administrative metadata and migrate to Circle-CI from Travis-CI.
More: https://www.fabfile.org/changelog.html
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456) |
Log message:
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
|
2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415) |
Log message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \
future Python 3.8
|