SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-Fabric-2.7.1-95.1.noarch.rpm :

* Sat Jul 01 2023 ecsos - Add %{?sle15_python_module_pythons}
* Tue Oct 25 2022 Matej Cepl - Remove conditional definition of python_module.
* Mon Aug 08 2022 Steve Kowalik - Add patch remove-pathlib2.patch:
* Drop install_requires on pathlib2.
* Tue Aug 02 2022 Otto Hollmann - Update to 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).
* Tue May 17 2022 Steve Kowalik - Update to 2.7.0:
* Add ~fabric.connection.Connection.shell, a belated port of the v1 open_shell() 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.)
* Update ~fabric.connection.Connection temporarily so that it doesn\'t incidentally apply replace_env=True to local shell commands, only remote ones.- Add patch remove-mock.patch:
* Use unittest.mock, instead of mock
* Thu Mar 10 2022 Steve Kowalik - pytest-relaxed now supports pytest 6, so test on all python versions.
* Tue Dec 28 2021 Ben Greiner - Don\'t test on python310 -- gh#bitprophet/pytest-relaxed#12 (This is mainly required by azure-cli in the primary python3 flavor)
* Thu Aug 12 2021 John Paul Adrian Glaubitz - Update to 2.6.0:
* [Feature] #1999: Add sudo support to Group. Thanks to Bonnie Hardin for the report and to Winston Nolan for an early patchset.
* [Feature] #1810: Add put/get support to Group.
* [Feature] #1868: Ported a feature from v1: interpolating the local path argument in Transfer.get with connection and remote filepath attributes. For example, cxn.get(remote=\"/var/log/foo.log\", local=\"{host}/\") is now feasible for storing a file in per-host-named directories or files, and in fact Group.get does this by default.
* [Feature]: When the local path argument to Transfer.get contains nonexistent directories, they are now created instead of raising an error. Warning: This change introduces a new runtime dependency: pathlib2.
* [Bug]: Fix a handful of issues in the handling and mocking of SFTP local paths and os.path members within fabric.testing; this should remove some occasional “useless Mocks” as well as hewing closer to the real behavior of things like os.path.abspath re: path normalization.- Update Requires from setup.py
* Tue Oct 13 2020 Benjamin Greiner - Upper limit pytest 6.1 -- gh#bitprophet/pytest-relaxed#12
* Mon May 11 2020 Matej Cepl - Adds Provides for python-Fabric3.
* Tue May 05 2020 Marketa Calabkova - Add patch fix-executable.patch to fix tests
 
ICM