96 Commits

Author SHA256 Message Date
3ead3b0cc2 Accepting request 1300021 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems only

OBS-URL: https://build.opensuse.org/request/show/1300021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=47
2025-08-18 14:08:50 +00:00
4c7ae24f0f Accepting request 1300020 from home:mcalabkova:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1300020
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=93
2025-08-18 08:18:49 +00:00
fca20864fb - Convert to libalternatives on SLE-16-based and newer systems only
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=92
2025-08-14 13:43:29 +00:00
2639359d13 Accepting request 1291279 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1291279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=46
2025-07-09 15:26:13 +00:00
1f2a7599e0 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=90
2025-07-08 13:17:29 +00:00
998fc8ce0e Accepting request 1195241 from devel:languages:python
- Add patch support-pytest-8.patch:
  * Use setup_method(), not setup().
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1195241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=45
2024-08-22 16:13:53 +00:00
360fa127a0 - Add patch support-pytest-8.patch:
* Use setup_method(), not setup().
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=88
2024-08-22 06:26:40 +00:00
a73ae6548c Accepting request 1118991 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1118991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=44
2023-10-19 20:50:22 +00:00
6a8fc05000 Accepting request 1118865 from home:mimi_vx:branches:devel:languages:python
- Update to 3.2.2
- add fix-test-deps.patch to remove vendored dependencies
 *[Bug]: fabric.runners.Remote failed to properly deregister its SIGWINCH signal
    handler on shutdown; in rare situations this could cause tracebacks when
    the Python process receives SIGWINCH while no remote session is active.
    This has been fixed.
 * [Bug] #2204: The signal handling functionality added in Fabric 2.6 caused
    unrecoverable tracebacks when invoked from inside a thread (such as
    the use of fabric.group.ThreadingGroup) under certain interpreter versions.
    This has been fixed by simply refusing to register signal handlers when not
    in the main thread. Thanks to Francesco Giordano and others for the reports.
 * [Bug]: Neglected to actually add deprecated to our runtime dependency
    specification (it was still in our development dependencies). This has been fixed.
 * [Feature]: Enhanced fabric.testing in ways large and small:
    Backwards-compatibly merged the functionality of MockSFTP into MockRemote (may be
    opted-into by instantiating the latter with enable_sftp=True) so you can mock
    out both SSH and SFTP functionality in the same test, which was previously impossible.
    It also means you can use this in a Pytest autouse fixture to prevent any tests
    from accidentally hitting the network!
    A new pytest fixture, remote_with_sftp, has been added which leverages the previous
    bullet point (an all-in-one fixture suitable for, eg, preventing any incidental
    ssh/sftp attempts during test execution).
    A pile of documentation and test enhancements (yes, testing our testing helpers is a thing).
 * [Support]: Added a new runtime dependency on the Deprecated library.
 * [Support]: Language update: applied s/sanity/safety/g to the codebase
    (with the few actual API members using the term now marked deprecated & new ones added
    in the meantime, mostly in fabric.testing).
 * [Feature]: Add a new CLI flag to fab, fab --list-agent-keys, which will attempt
    to connect to your local SSH agent and print a key list, similarly to ssh-add -l.
    This is mostly useful for expectations-checking Fabric and Paramiko’s agent

OBS-URL: https://build.opensuse.org/request/show/1118865
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=86
2023-10-19 14:28:57 +00:00
4a19d5b995 Accepting request 1096411 from devel:languages:python
- Update to 3.0.1
  * [Bug] #2241: A typo prevented Fabric’s command runner from properly
    calling its superclass stop() method, which in tandem with a related
    Invoke bug meant messy or long shutdowns in many scenarios.
- Changes from 3.0.0
  * [Feature]: Change the default configuration value for inline_ssh_env
    from False to True, to better align with the practicalities of common
    SSH server configurations.
    - Warning
      This change is backwards incompatible if you were using 
      environment-variable-setting kwargs or config settings,
      such as Connection.run(command, env={'SOME': 'ENV VARS'}),
      and were not already explicitly specifying the value of inline_ssh_env.
  * [Bug] #1981: (fixed in #2195) Automatically close any open SFTP session
    during fabric.connection.Connection.close; this avoids issues encountered
    upon re-opening a previously-closed connection object.
  * [Support]: Drop support for Python <3.6, including Python 2.
    - Warning
      This is a backwards incompatible change if you are not yet on
      Python 3.6 or above; however, pip shouldn’t offer you this
      version of Fabric as long as your pip version understands
      python_requires metadata.
- Drop remove-mock.patch because now in upstream.
- Drop remove-pathlib2.patch because now in upstream.

OBS-URL: https://build.opensuse.org/request/show/1096411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=43
2023-07-03 15:43:01 +00:00
e9c0ede341 dependency cleanup (thanks, rpmlint)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=84
2023-07-02 15:11:27 +00:00
23ea778744 Accepting request 1096368 from home:ecsos:python
- Update to 3.0.1
  * [Bug] #2241: A typo prevented Fabric’s command runner from properly
    calling its superclass stop() method, which in tandem with a related
    Invoke bug meant messy or long shutdowns in many scenarios.
- Changes from 3.0.0
  * [Feature]: Change the default configuration value for inline_ssh_env
    from False to True, to better align with the practicalities of common
    SSH server configurations.
    - Warning
      This change is backwards incompatible if you were using 
      environment-variable-setting kwargs or config settings,
      such as Connection.run(command, env={'SOME': 'ENV VARS'}),
      and were not already explicitly specifying the value of inline_ssh_env.
  * [Bug] #1981: (fixed in #2195) Automatically close any open SFTP session
    during fabric.connection.Connection.close; this avoids issues encountered
    upon re-opening a previously-closed connection object.
  * [Support]: Drop support for Python <3.6, including Python 2.
    - Warning
      This is a backwards incompatible change if you are not yet on
      Python 3.6 or above; however, pip shouldn’t offer you this
      version of Fabric as long as your pip version understands
      python_requires metadata.
- Drop remove-mock.patch because now in upstream.
- Drop remove-pathlib2.patch because now in upstream.

OBS-URL: https://build.opensuse.org/request/show/1096368
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=83
2023-07-02 15:04:14 +00:00
e5bcf65990 Accepting request 1096272 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1096272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=42
2023-07-01 21:18:18 +00:00
938dc94041 Accepting request 1096255 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1096255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=81
2023-07-01 10:32:59 +00:00
6561fedeca Accepting request 1031201 from devel:languages:python
- Remove conditional definition of python_module.

OBS-URL: https://build.opensuse.org/request/show/1031201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=41
2022-10-26 10:31:39 +00:00
0f4559175e - Remove conditional definition of python_module.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=79
2022-10-25 19:56:46 +00:00
cc5fc0fa7c Accepting request 993698 from devel:languages:python
- Add patch remove-pathlib2.patch:
  * Drop install_requires on pathlib2.

OBS-URL: https://build.opensuse.org/request/show/993698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=40
2022-08-08 09:43:01 +00:00
17ddc2e056 - Add patch remove-pathlib2.patch:
* Drop install_requires on pathlib2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=77
2022-08-08 08:11:20 +00:00
2f989b5696 Accepting request 992357 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/992357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=39
2022-08-02 20:09:55 +00:00
1b5fed0407 Accepting request 992348 from home:ohollmann:branches:devel:languages:python
- 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).

OBS-URL: https://build.opensuse.org/request/show/992348
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=75
2022-08-02 15:16:32 +00:00
4a2d292a36 Accepting request 977640 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/977640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=38
2022-05-17 15:24:32 +00:00
8349b2bc30 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=73
2022-05-17 05:30:14 +00:00
fcc1f58438 Accepting request 960648 from devel:languages:python
- pytest-relaxed now supports pytest 6, so test on all python versions.

OBS-URL: https://build.opensuse.org/request/show/960648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=37
2022-03-13 21:01:55 +00:00
13cfb8bac4 - pytest-relaxed now supports pytest 6, so test on all python versions.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=71
2022-03-10 06:32:16 +00:00
03956f6d91 Accepting request 943314 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/943314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=36
2022-01-03 09:49:21 +00:00
fe928244a9 Accepting request 942989 from home:bnavigator:branches:devel:languages:python
- Don't test on python310 -- gh#bitprophet/pytest-relaxed#12
  (This is mainly required by azure-cli in the primary python3
  flavor)

OBS-URL: https://build.opensuse.org/request/show/942989
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=70
2021-12-31 12:39:39 +00:00
Richard Brown
7f65bb5e45 Accepting request 911844 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/911844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=35
2021-08-16 08:11:18 +00:00
ac958239e7 Accepting request 911821 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/911821
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=69
2021-08-12 14:45:39 +00:00
4654f2ea77 Accepting request 842128 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/842128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=34
2020-10-18 14:33:41 +00:00
258c50747c Accepting request 841501 from home:bnavigator:branches:devel:languages:python:pytest
- Upper limit pytest 6.1 -- gh#bitprophet/pytest-relaxed#12

OBS-URL: https://build.opensuse.org/request/show/841501
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=67
2020-10-16 14:28:49 +00:00
094308e2fe Accepting request 802649 from devel:languages:python
- Adds Provides for python-Fabric3.

OBS-URL: https://build.opensuse.org/request/show/802649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=33
2020-05-11 11:45:25 +00:00
cca1f9c968 - Adds Provides for python-Fabric3.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=65
2020-05-11 10:00:02 +00:00
d3233fce1c Accepting request 800402 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/800402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=32
2020-05-05 17:07:28 +00:00
Tomáš Chvátal
8a9acfa865 Accepting request 800367 from home:mcalabkova:branches:devel:languages:python
- Add patch fix-executable.patch to fix tests

OBS-URL: https://build.opensuse.org/request/show/800367
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=63
2020-05-05 14:29:49 +00:00
e072e72feb Accepting request 731953 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/731953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=31
2019-09-25 06:08:49 +00:00
Tomáš Chvátal
11e5f935b5 - Update to 2.5.0:
* [Feature] #1989: Reinstate command timeouts, by supporting the
   implementation of that feature in Invoke
  * [Feature]: Allow specifying connection timeouts
  * [Feature] #1985: Add support for explicitly closing remote subprocess’
    stdin when local stdin sees an EOF, by implementing a new command-runner
    method recently added to Invoke; this prevents remote programs that
    ‘follow’ stdin from blocking forever.
  * [Bug]: Anonymous/’remainder’ subprocess execution (eg fab -H host --
    command, as opposed to the use of Connection.run inside tasks)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=61
2019-09-12 12:51:32 +00:00
e3bc2f1d18 Accepting request 693161 from devel:languages:python
- Version update to 2.4.0:
  * [Feature] #1709: Add Group.close to allow closing an entire group’s
    worth of connections at once. Patch via Johannes Löthberg.
  * [Feature] #1780: Add context manager behavior to Group, to match
    the same feature in Connection. Feature request by István Sárándi.
  * [Feature] #1849: Add Connection.from_v1 (and Config.from_v1) for
    easy creation of modern Connection/Config objects from the currently
    configured Fabric 1.x environment. Should make upgrading piecemeal
    much easier for many use cases.
- additional changes from version 2.3.2:
    * [Bug] #1852: Grant internal Connection objects created during
      ProxyJump based gateways/proxies a copy of the outer Connection’s
      configuration object. This was not previously done, which among
      other things meant one could not fully disable SSH config file
      loading (as the internal Connection objects would revert to the
      default behavior). Thanks to Chris Adams for the report.
    * [Bug]: Some debug logging was reusing Invoke’s logger object,
      generating log messages “named” after invoke instead of fabric.
      This has been fixed by using Fabric’s own logger everywhere instead.
    * [Bug] #1850: Skip over ProxyJump configuration directives in SSH
      config data when they would cause self-referential RecursionError
      (e.g. due to wildcard-using Host stanzas which include the jump
      server itself). Reported by Chris Adams.
    * [Bug]: Fix a bug preventing tab completion (using the Invoke-level
      --complete flag) from completing task names correctly (behavior was
      to act as if there were never any tasks present, even if there was
      a valid fabfile nearby).
- Add sed expresion to spec file to remove all vendoring from imports
- Run testsuite using the new %pytest macro

OBS-URL: https://build.opensuse.org/request/show/693161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=30
2019-04-19 16:38:24 +00:00
Tomáš Chvátal
0c6c82c480 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=59 2019-04-11 09:53:04 +00:00
Tomáš Chvátal
8dfedac65d Accepting request 692485 from home:glaubitz:branches:devel:languages:python
- Version update to 2.4.0:
  * [Feature] #1709: Add Group.close to allow closing an entire group’s
    worth of connections at once. Patch via Johannes Löthberg.
  * [Feature] #1780: Add context manager behavior to Group, to match
    the same feature in Connection. Feature request by István Sárándi.
  * [Feature] #1849: Add Connection.from_v1 (and Config.from_v1) for
    easy creation of modern Connection/Config objects from the currently
    configured Fabric 1.x environment. Should make upgrading piecemeal
    much easier for many use cases.
- additional changes from version 2.3.2:
    * [Bug] #1852: Grant internal Connection objects created during
      ProxyJump based gateways/proxies a copy of the outer Connection’s
      configuration object. This was not previously done, which among
      other things meant one could not fully disable SSH config file
      loading (as the internal Connection objects would revert to the
      default behavior). Thanks to Chris Adams for the report.
    * [Bug]: Some debug logging was reusing Invoke’s logger object,
      generating log messages “named” after invoke instead of fabric.
      This has been fixed by using Fabric’s own logger everywhere instead.
    * [Bug] #1850: Skip over ProxyJump configuration directives in SSH
      config data when they would cause self-referential RecursionError
      (e.g. due to wildcard-using Host stanzas which include the jump
      server itself). Reported by Chris Adams.
    * [Bug]: Fix a bug preventing tab completion (using the Invoke-level
      --complete flag) from completing task names correctly (behavior was
      to act as if there were never any tasks present, even if there was
      a valid fabfile nearby).
- Add sed expresion to spec file to remove all vendoring from imports
- Run testsuite using the new %pytest macro

OBS-URL: https://build.opensuse.org/request/show/692485
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=58
2019-04-11 09:50:09 +00:00
818d9763ad Accepting request 628771 from devel:languages:python
- Conflict with python-Fabric3 which is forked implementation

- Version update to 2.3.1:
  * Adds support for python3
  * Supports new invoke and invocations modules
- Run tests
- Add all build/runtime dependencies

OBS-URL: https://build.opensuse.org/request/show/628771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=29
2018-08-24 15:03:31 +00:00
Tomáš Chvátal
a60c613d23 - Conflict with python-Fabric3 which is forked implementation
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=56
2018-08-11 15:02:09 +00:00
Tomáš Chvátal
254dbf4943 - Version update to 2.3.1:
* Adds support for python3
  * Supports new invoke and invocations modules
- Run tests
- Add all build/runtime dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=55
2018-08-11 14:56:07 +00:00
0dc7e13ffa Accepting request 568107 from devel:languages:python
- Add skip_python3 as it is not compatible at all, fixes bsc#1073564
- Drop the Sphinx dep as we can't generate the deps because of py3
  incompatibility
- Run fdupes on install

OBS-URL: https://build.opensuse.org/request/show/568107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=28
2018-01-22 15:20:56 +00:00
Tomáš Chvátal
78caa23c72 - Add skip_python3 as it is not compatible at all, fixes bsc#1073564
- Drop the Sphinx dep as we can't generate the deps because of py3
  incompatibility
- Run fdupes on install

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=53
2018-01-22 11:18:13 +00:00
600039a835 Accepting request 532250 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/532250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=27
2017-10-07 15:51:42 +00:00
Jan Matejek
57e64fa724 Accepting request 532236 from home:jengelh:branches:devel:languages:python
- Rectify grammar issues in descriptions.

OBS-URL: https://build.opensuse.org/request/show/532236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=51
2017-10-06 14:49:51 +00:00
Jan Matejek
26848dcc25 Accepting request 532231 from devel:languages:python:singlespec-staging
- singlespec auto-conversion
- shortened description
- conditionally enabled tests (they still fail)
- update to 1.14.0
  * minor bugfixes and feature support
  * see ful changelog at http://www.fabfile.org/changelog.html

OBS-URL: https://build.opensuse.org/request/show/532231
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=50
2017-10-06 13:56:56 +00:00
570537082f Accepting request 360911 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/360911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=26
2016-03-02 13:21:28 +00:00
cca9658ede Accepting request 360172 from home:evshmarnev:branches:devel:languages:python
- update to version 1.10.2:
 * Fix issue with ssh/config not having a cross-platform default path.
 * Recursively unwrap decorators instead of only unwrapping a single 
   decorator level, when obtaining task docstrings.
 * Fix “NameError: free variable referenced before assignment in 
   enclosing scope”.
 * Redirect output of cd to /dev/null so users enabling bash’s 
   CDPATH (or similar features in other shells) don’t have polluted 
   output captures.
 * Fix a couple minor issues with the operation of & demo code for 
   the JobQueue class. 
 * Update functionality added in #1213 so abort error messages don’t 
   get printed twice (once by us, once by sys.exit) but the annotated 
   exception error message is retained.

OBS-URL: https://build.opensuse.org/request/show/360172
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=48
2016-02-22 14:59:30 +00:00
Stephan Kulow
857ff2e156 Accepting request 305660 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/305660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=25
2015-05-07 07:22:35 +00:00