commit python-Fabric for openSUSE:Factory

2020-10-18 Thread root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2020-10-18 16:33:41

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new.3486 (New)


Package is "python-Fabric"

Sun Oct 18 16:33:41 2020 rev:34 rq:842128 version:2.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2020-05-11 13:45:32.405652488 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new.3486/python-Fabric.changes
2020-10-18 16:33:53.720823939 +0200
@@ -1,0 +2,5 @@
+Tue Oct 13 10:33:07 UTC 2020 - Benjamin Greiner 
+
+- Upper limit pytest 6.1 -- gh#bitprophet/pytest-relaxed#12
+
+---



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.7WM0Ik/_old  2020-10-18 16:33:54.192824149 +0200
+++ /var/tmp/diff_new_pack.7WM0Ik/_new  2020-10-18 16:33:54.196824151 +0200
@@ -32,8 +32,9 @@
 BuildRequires:  %{python_module invoke >= 1.3}
 BuildRequires:  %{python_module mock >= 2.0.0}
 BuildRequires:  %{python_module paramiko >= 2.4}
-BuildRequires:  %{python_module pytest >= 3.2.5}
 BuildRequires:  %{python_module pytest-relaxed}
+# gh#bitprophet/pytest-relaxed#12
+BuildRequires:  %{python_module pytest < 6.1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes




commit python-Fabric for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2020-05-11 13:45:25

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new.2738 (New)


Package is "python-Fabric"

Mon May 11 13:45:25 2020 rev:33 rq:802649 version:2.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2020-05-05 19:07:45.346981064 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new.2738/python-Fabric.changes
2020-05-11 13:45:32.405652488 +0200
@@ -1,0 +2,5 @@
+Mon May 11 09:59:18 UTC 2020 - Matej Cepl 
+
+- Adds Provides for python-Fabric3.
+
+---



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.4exYCH/_old  2020-05-11 13:45:33.465654738 +0200
+++ /var/tmp/diff_new_pack.4exYCH/_new  2020-05-11 13:45:33.465654738 +0200
@@ -46,8 +46,11 @@
 Requires:   python-six
 Conflicts:  python-Fabric3
 Provides:   python-Fabric2 = %{version}
+Provides:   python-Fabric3 = %{version}
+Provides:   python-Fabric3 = %{version}
 Provides:   python-fabric = %{version}
 Provides:   python-fabric2 = %{version}
+Provides:   python-fabric2 = %{version}
 BuildArch:  noarch
 %python_subpackages
 




commit python-Fabric for openSUSE:Factory

2020-05-05 Thread root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2020-05-05 19:07:28

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new.2738 (New)


Package is "python-Fabric"

Tue May  5 19:07:28 2020 rev:32 rq:800402 version:2.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2019-09-25 08:08:52.622547010 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new.2738/python-Fabric.changes
2020-05-05 19:07:45.346981064 +0200
@@ -1,0 +2,5 @@
+Tue May  5 12:40:33 UTC 2020 - Marketa Calabkova 
+
+- Add patch fix-executable.patch to fix tests
+
+---

New:

  fix-executable.patch



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.zgKQVz/_old  2020-05-05 19:07:47.246985000 +0200
+++ /var/tmp/diff_new_pack.zgKQVz/_new  2020-05-05 19:07:47.250985008 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Fabric
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,8 @@
 Group:  Development/Languages/Python
 URL:http://fabfile.org
 Source: 
https://files.pythonhosted.org/packages/source/f/fabric/fabric-%{version}.tar.gz
+# fix executable in tests
+Patch0: fix-executable.patch
 BuildRequires:  %{python_module cryptography >= 1.1}
 BuildRequires:  %{python_module decorator}
 BuildRequires:  %{python_module invoke >= 1.3}
@@ -68,6 +70,7 @@
 %setup -q -n fabric-%{version}
 # fix all imports:
 sed -i 's/from invoke.vendor\./from\ /' fabric/connection.py fabric/group.py 
integration/concurrency.py tests/config.py tests/transfer.py tests/_util.py 
tests/connection.py tests/runners.py
+%patch0 -p1
 
 %build
 %python_build

++ fix-executable.patch ++
Index: fabric-2.5.0/tests/main.py
===
--- fabric-2.5.0.orig/tests/main.py
+++ fabric-2.5.0/tests/main.py
@@ -358,5 +358,5 @@ Fabric .+
 Paramiko .+
 Invoke .+
 """.strip()
-output = run("python -m fabric --version", hide=True, in_stream=False)
+output = run(sys.executable + " -m fabric --version", hide=True, 
in_stream=False)
 assert re.match(expected_output, output.stdout)



commit python-Fabric for openSUSE:Factory

2019-09-25 Thread root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2019-09-25 08:08:49

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new.7948 (New)


Package is "python-Fabric"

Wed Sep 25 08:08:49 2019 rev:31 rq:731953 version:2.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2019-04-19 18:38:26.191188786 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new.7948/python-Fabric.changes
2019-09-25 08:08:52.622547010 +0200
@@ -1,0 +2,14 @@
+Thu Sep 12 12:47:06 UTC 2019 - Tomáš Chvátal 
+
+- 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)
+
+---

Old:

  fabric-2.4.0.tar.gz

New:

  fabric-2.5.0.tar.gz



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.rhf2ct/_old  2019-09-25 08:08:53.406546899 +0200
+++ /var/tmp/diff_new_pack.rhf2ct/_new  2019-09-25 08:08:53.406546899 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Fabric
-Version:2.4.0
+Version:2.5.0
 Release:0
 Summary:A Pythonic tool for remote execution and deployment
 License:BSD-2-Clause
@@ -27,7 +27,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/f/fabric/fabric-%{version}.tar.gz
 BuildRequires:  %{python_module cryptography >= 1.1}
 BuildRequires:  %{python_module decorator}
-BuildRequires:  %{python_module invoke >= 1.1}
+BuildRequires:  %{python_module invoke >= 1.3}
 BuildRequires:  %{python_module mock >= 2.0.0}
 BuildRequires:  %{python_module paramiko >= 2.4}
 BuildRequires:  %{python_module pytest >= 3.2.5}
@@ -38,7 +38,7 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-cryptography >= 1.1
 Requires:   python-decorator
-Requires:   python-invoke >= 1.1
+Requires:   python-invoke >= 1.3
 Requires:   python-paramiko >= 2.4
 Requires:   python-setuptools
 Requires:   python-six

++ fabric-2.4.0.tar.gz -> fabric-2.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fabric-2.4.0/LICENSE new/fabric-2.5.0/LICENSE
--- old/fabric-2.4.0/LICENSE2018-09-06 21:28:02.0 +0200
+++ new/fabric-2.5.0/LICENSE2019-07-19 18:30:31.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2018 Jeff Forcier.
+Copyright (c) 2019 Jeff Forcier.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fabric-2.4.0/PKG-INFO new/fabric-2.5.0/PKG-INFO
--- old/fabric-2.4.0/PKG-INFO   2018-09-14 00:29:24.0 +0200
+++ new/fabric-2.5.0/PKG-INFO   2019-08-07 00:57:39.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: fabric
-Version: 2.4.0
+Version: 2.5.0
 Summary: High level SSH command execution
 Home-page: http://fabfile.org
 Author: Jeff Forcier
@@ -42,6 +42,7 @@
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Topic :: Software Development
 Classifier: Topic :: Software Development :: Build Tools
 Classifier: Topic :: Software Development :: Libraries
@@ -49,5 +50,5 @@
 Classifier: Topic :: System :: Clustering
 Classifier: Topic :: System :: Software Distribution
 Classifier: Topic :: System :: Systems Administration
-Provides-Extra: testing
 Provides-Extra: pytest
+Provides-Extra: testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fabric-2.4.0/dev-requirements.txt 
new/fabric-2.5.0/dev-requirements.txt
--- old/fabric-2.4.0/dev-requirements.txt   2018-09-14 00:28:20.0 
+0200
+++ new/fabric-2.5.0/dev-requirements.txt   2019-08-06 20:33:19.0 
+0200
@@ -1,6 +1,8 @@
 # Invoke implicitly required by self/pip install -e .
 # Invocations for common project tasks
 invocations>=1.0,<2.0
+# Invoke from git, temporarily?
+-e 

commit python-Fabric for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2019-04-19 18:38:24

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new.5536 (New)


Package is "python-Fabric"

Fri Apr 19 18:38:24 2019 rev:30 rq:693161 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2018-08-24 17:03:46.150047551 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new.5536/python-Fabric.changes
2019-04-19 18:38:26.191188786 +0200
@@ -1,0 +2,33 @@
+Tue Apr  9 06:20:04 UTC 2019 - John Paul Adrian Glaubitz 

+
+- 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
+
+---

Old:

  fabric-2.3.1.tar.gz

New:

  fabric-2.4.0.tar.gz



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.KRfiku/_old  2019-04-19 18:38:26.691189420 +0200
+++ /var/tmp/diff_new_pack.KRfiku/_new  2019-04-19 18:38:26.691189420 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Fabric
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Fabric
-Version:2.3.1
+Version:2.4.0
 Release:0
 Summary:A Pythonic tool for remote execution and deployment
 License:BSD-2-Clause
@@ -66,6 +66,8 @@
 
 %prep
 %setup -q -n fabric-%{version}
+# fix all imports:
+sed -i 's/from invoke.vendor\./from\ /' fabric/connection.py fabric/group.py 
integration/concurrency.py tests/config.py tests/transfer.py tests/_util.py 
tests/connection.py tests/runners.py
 
 %build
 %python_build
@@ -76,9 +78,7 @@
 %python_clone -a %{buildroot}%{_bindir}/fab
 
 %check
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-py.test-%{$python_bin_suffix} tests/
-}
+%pytest tests/
 
 %post
 %python_install_alternative fab

++ fabric-2.3.1.tar.gz -> fabric-2.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fabric-2.3.1/PKG-INFO new/fabric-2.4.0/PKG-INFO
--- old/fabric-2.3.1/PKG-INFO   2018-08-09 04:12:30.0 +0200
+++ new/fabric-2.4.0/PKG-INFO   2018-09-14 00:29:24.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: fabric
-Version: 2.3.1
+Version: 2.4.0
 Summary: High level SSH command execution
 

commit python-Fabric for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2018-08-24 17:03:31

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is "python-Fabric"

Fri Aug 24 17:03:31 2018 rev:29 rq:628771 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2018-01-22 16:22:20.631198588 +0100
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2018-08-24 17:03:46.150047551 +0200
@@ -1,0 +2,14 @@
+Sat Aug 11 15:01:48 UTC 2018 - tchva...@suse.com
+
+- Conflict with python-Fabric3 which is forked implementation
+
+---
+Sat Aug 11 14:54:57 UTC 2018 - tchva...@suse.com
+
+- Version update to 2.3.1:
+  * Adds support for python3
+  * Supports new invoke and invocations modules
+- Run tests
+- Add all build/runtime dependencies
+
+---

Old:

  Fabric-1.14.0.tar.gz

New:

  fabric-2.3.1.tar.gz



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.vMnh2r/_old  2018-08-24 17:03:46.610048098 +0200
+++ /var/tmp/diff_new_pack.vMnh2r/_new  2018-08-24 17:03:46.610048098 +0200
@@ -17,26 +17,35 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python3 1
 Name:   python-Fabric
-Version:1.14.0
+Version:2.3.1
 Release:0
 Summary:A Pythonic tool for remote execution and deployment
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:http://fabfile.org
-Source: 
https://files.pythonhosted.org/packages/source/F/Fabric/Fabric-%{version}.tar.gz
-BuildRequires:  %{python_module Jinja2}
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module fudge}
-BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module paramiko >= 1.10}
+URL:http://fabfile.org
+Source: 
https://files.pythonhosted.org/packages/source/f/fabric/fabric-%{version}.tar.gz
+BuildRequires:  %{python_module cryptography >= 1.1}
+BuildRequires:  %{python_module decorator}
+BuildRequires:  %{python_module invoke >= 1.1}
+BuildRequires:  %{python_module mock >= 2.0.0}
+BuildRequires:  %{python_module paramiko >= 2.4}
+BuildRequires:  %{python_module pytest >= 3.2.5}
+BuildRequires:  %{python_module pytest-relaxed}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-paramiko >= 1.10
+Requires:   python-cryptography >= 1.1
+Requires:   python-decorator
+Requires:   python-invoke >= 1.1
+Requires:   python-paramiko >= 2.4
 Requires:   python-setuptools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   python-six
+Conflicts:  python-Fabric3
+Provides:   python-Fabric2 = %{version}
+Provides:   python-fabric = %{version}
+Provides:   python-fabric2 = %{version}
 BuildArch:  noarch
 %python_subpackages
 
@@ -56,9 +65,7 @@
 Fabric itself leverages).
 
 %prep
-%setup -q -n Fabric-%{version}
-sed -i 's/paramiko>=1.10,<2.0/paramiko>=1.10/g' setup.py # new paramiko is okay
-sed -i "s|fudge<1.0|fudge|" setup.py # Try testing with newer fudge
+%setup -q -n fabric-%{version}
 
 %build
 %python_build
@@ -66,14 +73,23 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_clone -a %{buildroot}%{_bindir}/fab
 
 %check
-# Breaks on the raise tests completely even in git
-#%%python_exec setup.py test
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
+py.test-%{$python_bin_suffix} tests/
+}
+
+%post
+%python_install_alternative fab
+
+%postun
+%python_uninstall_alternative fab
 
 %files %{python_files}
-%doc AUTHORS LICENSE README.rst
-%python2_only %{_bindir}/fab
+%license LICENSE
+%doc README.rst
+%python_alternative %{_bindir}/fab
 %{python_sitelib}/*
 
 %changelog

++ Fabric-1.14.0.tar.gz -> fabric-2.3.1.tar.gz ++
 31568 lines of diff (skipped)




commit python-Fabric for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2018-01-22 16:20:56

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is "python-Fabric"

Mon Jan 22 16:20:56 2018 rev:28 rq:568107 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2017-10-07 17:51:56.799924837 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2018-01-22 16:22:20.631198588 +0100
@@ -1,0 +2,8 @@
+Mon Jan 22 11:15:30 UTC 2018 - tchva...@suse.com
+
+- 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
+
+---



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.4lyL18/_old  2018-01-22 16:22:21.159173894 +0100
+++ /var/tmp/diff_new_pack.4lyL18/_new  2018-01-22 16:22:21.159173894 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Fabric
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
 #
 
 
-%bcond_with test
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python3 1
 Name:   python-Fabric
 Version:1.14.0
 Release:0
@@ -26,23 +26,14 @@
 Group:  Development/Languages/Python
 Url:http://fabfile.org
 Source: 
https://files.pythonhosted.org/packages/source/F/Fabric/Fabric-%{version}.tar.gz
-# Test requirements:
-#TODO: Disabled due to errors / fudge requirement
-#BuildRequires:  python-fudge
-#BuildRequires:  python-nose
-# Documentation requirements:
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module paramiko >= 1.10}
-BuildRequires:  %{python_module setuptools}
-%if %{with test}
-# SECTION test requirements
 BuildRequires:  %{python_module Jinja2}
+BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module fudge}
 BuildRequires:  %{python_module nose}
-# /SECTION
-%endif
+BuildRequires:  %{python_module paramiko >= 1.10}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-Sphinx
 Requires:   python-paramiko >= 1.10
 Requires:   python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -66,24 +57,23 @@
 
 %prep
 %setup -q -n Fabric-%{version}
+sed -i 's/paramiko>=1.10,<2.0/paramiko>=1.10/g' setup.py # new paramiko is okay
 sed -i "s|fudge<1.0|fudge|" setup.py # Try testing with newer fudge
 
 %build
 %python_build
-python3 setup.py build_sphinx --source-dir=sites/docs && rm -r 
build/sphinx/html/.buildinfo && mv build/sphinx/html html
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_exec setup.py test
-%endif
+# Breaks on the raise tests completely even in git
+#%%python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst html
-%python3_only %{_bindir}/fab
+%doc AUTHORS LICENSE README.rst
+%python2_only %{_bindir}/fab
 %{python_sitelib}/*
 
 %changelog




commit python-Fabric for openSUSE:Factory

2017-10-07 Thread root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2017-10-07 17:51:42

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is "python-Fabric"

Sat Oct  7 17:51:42 2017 rev:27 rq:532250 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2016-03-02 14:21:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2017-10-07 17:51:56.799924837 +0200
@@ -1,0 +2,15 @@
+Fri Oct  6 14:02:06 UTC 2017 - jeng...@inai.de
+
+- Rectify grammar issues in descriptions.
+
+---
+Fri Oct  6 13:41:22 UTC 2017 - jmate...@suse.com
+
+- 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
+
+---
@@ -668,0 +684 @@
+

Old:

  Fabric-1.10.2.tar.gz

New:

  Fabric-1.14.0.tar.gz



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.9TbJBd/_old  2017-10-07 17:52:01.007739855 +0200
+++ /var/tmp/diff_new_pack.9TbJBd/_new  2017-10-07 17:52:01.007739855 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Fabric
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,34 +16,41 @@
 #
 
 
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
-%endif
+%bcond_with test
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Fabric
-Version:1.10.2
+Version:1.14.0
 Release:0
-Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
+Summary:A Pythonic tool for remote execution and deployment
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:http://fabfile.org
-Source: 
https://pypi.python.org/packages/source/F/Fabric/Fabric-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/F/Fabric/Fabric-%{version}.tar.gz
 # Test requirements:
 #TODO: Disabled due to errors / fudge requirement
 #BuildRequires:  python-fudge
 #BuildRequires:  python-nose
 # Documentation requirements:
-BuildRequires:  python-Sphinx
-BuildRequires:  python-devel
-BuildRequires:  python-paramiko >= 1.10
-BuildRequires:  python-setuptools
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module paramiko >= 1.10}
+BuildRequires:  %{python_module setuptools}
+%if %{with test}
+# SECTION test requirements
+BuildRequires:  %{python_module Jinja2}
+BuildRequires:  %{python_module fudge}
+BuildRequires:  %{python_module nose}
+# /SECTION
+%endif
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-Sphinx
 Requires:   python-paramiko >= 1.10
 Requires:   python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+%python_subpackages
 
 %description
-Fabric is a Python (2.5 or higher) library and command-line tool for
+Fabric is a Python library and command-line tool for
 streamlining the use of SSH for application deployment or systems
 administration tasks.
 
@@ -52,50 +59,31 @@
 auxiliary functionality such as prompting the running user for input, or
 aborting execution.
 
-Typical use involves creating a Python module containing one or more functions,
-then executing them via the fab command-line tool. Below is a small but
-complete "fabfile" containing a single task:
-
-from fabric.api import run
-
-def host_type():
-run('uname -s')
-
-Once a task is defined, it may be run on one or more servers, like so:
-
-$ fab -H localhost,linuxbox host_type
-[localhost] run: uname -s
-[localhost] out: Darwin
-[linuxbox] run: uname -s
-[linuxbox] out: Linux
-
-Done.
-Disconnecting from localhost... done.
-Disconnecting from linuxbox... done.
-
-In addition to use via the fab tool, Fabric's components may be imported
+In addition to being used via the fab tool, Fabric's components may be imported
 into other Python code, providing a Pythonic interface to the SSH protocol
 suite at a higher level than that provided by e.g. Paramiko 

commit python-Fabric for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2016-03-02 14:21:28

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is "python-Fabric"

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2015-05-07 09:22:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2016-03-02 14:21:30.0 +0100
@@ -1,0 +2,18 @@
+Thu Feb 18 15:32:02 UTC 2016 - eshmar...@suse.com
+
+- 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. 
+
+---

Old:

  Fabric-1.10.1.tar.gz

New:

  Fabric-1.10.2.tar.gz



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.oHf39d/_old  2016-03-02 14:21:31.0 +0100
+++ /var/tmp/diff_new_pack.oHf39d/_new  2016-03-02 14:21:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Fabric
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,31 +16,31 @@
 #
 
 
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
+BuildArch:  noarch
+%endif
 Name:   python-Fabric
-Version:1.10.1
+Version:1.10.2
 Release:0
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:http://fabfile.org
 Source: 
https://pypi.python.org/packages/source/F/Fabric/Fabric-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 # Test requirements:
 #TODO: Disabled due to errors / fudge requirement
 #BuildRequires:  python-fudge
 #BuildRequires:  python-nose
 # Documentation requirements:
 BuildRequires:  python-Sphinx
+BuildRequires:  python-devel
 BuildRequires:  python-paramiko >= 1.10
+BuildRequires:  python-setuptools
 Requires:   python-paramiko >= 1.10
 Requires:   python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
-%endif
 
 %description
 Fabric is a Python (2.5 or higher) library and command-line tool for

++ Fabric-1.10.1.tar.gz -> Fabric-1.10.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.10.1/Fabric.egg-info/PKG-INFO 
new/Fabric-1.10.2/Fabric.egg-info/PKG-INFO
--- old/Fabric-1.10.1/Fabric.egg-info/PKG-INFO  2014-12-20 00:19:18.0 
+0100
+++ new/Fabric-1.10.2/Fabric.egg-info/PKG-INFO  2015-06-19 20:18:45.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: Fabric
-Version: 1.10.1
+Version: 1.10.2
 Summary: Fabric is a simple, Pythonic tool for remote execution and deployment.
 Home-page: http://fabfile.org
 Author: Jeff Forcier
@@ -24,27 +24,29 @@
 commands (normally or via ``sudo``) and uploading/downloading files, 
as well as
 auxiliary functionality such as prompting the running user for input, 
or
 aborting execution.
-
+ 
 Typical use involves creating a Python module containing one or more 
functions,
 then executing them via the ``fab`` command-line tool. Below is a 
small but
-complete "fabfile" containing a single task::
+complete "fabfile" containing a single task:
+
+.. code-block:: python
 
-from fabric.api import run
+from fabric.api import run
 
-

commit python-Fabric for openSUSE:Factory

2015-05-07 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2015-05-07 09:22:35

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2013-10-25 11:15:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2015-05-07 09:22:36.0 +0200
@@ -1,0 +2,134 @@
+Mon May  4 15:13:35 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.10.1:
+  * [Bug] #1226: Update get to ensure that env.user has access to
+tempfiles before changing permissions. Also corrected
+permissions from 404 to 0400 to match comment. Patch by Curtis
+Mattoon; original report from Daniel Watkins.
+  * [Support] #1229: Add some missing API doc hyperlink references.
+Thanks to Tony Narlock.
+  * [Support] #958: Remove the Git SHA portion of our version
+string generation; it was rarely useful  occasionally caused
+issues for users with non-Git-based source checkouts.
+  * [Bug] #1180: Fix issue with unicode steam outputs crashing if
+stream encoding type is None. Thanks to @joekiller for catch 
+patch.
+  * [Bug] #1228: Update the CommandTimeout class so it has a useful
+str instead of appearing blank when caught by Fabric’s top
+level exception handling. Catch  patch from Tomaz Muraus.
+  * [Support] #1213: Add useful exception message to the implicit
+SystemExit raised by Fabric’s use of sys.exit inside the abort
+function. This allows client code catching SystemExit to have
+better introspection into the error. Thanks to Ioannis Panousis.
+  * [Bug] #1019: (also #1022, #1186) Fix “is a tty” tests in
+environments where streams (eg sys.stdout) have been replaced
+with objects lacking a .isatty() method. Thanks to Miki Tebeka
+for the original report, Lele Long for a subsequent patch, and
+Julien Phalip for the final/merged patch.
+  * [Bug] #1201: Don’t naively glob all get targets - only glob
+actual directories. This avoids incorrectly yielding permission
+errors in edge cases where a requested file is within a
+directory lacking the read permission bit. Thanks to Sassa Nf
+for the original report.
+- additional changes from version 1.10.0:
+  * [Feature] #975: Fabric can now be invoked via python -m fabric
+in addition to the typical use of the fab entrypoint. Patch
+courtesy of Jason Coombs.
+  * [Feature] #1090: Add option to skip unknown tasks. Credit goes
+to Jonas Lundberg.
+  * [Feature] #1098: Add support for dict style roledefs. Thanks to
+Jonas Lundberg.
+  * [Feature] #700: Added use_sudo and temp_dir params to get. This
+allows downloading files normally not accessible to the user
+using sudo. Thanks to Jason Coombs for initial report and to
+Alex Plugaru for the patch (#1121).
+  * [Bug] #1188: Update local to close non-pipe file descriptors in
+the child process so subsequent calls to local aren’t blocked
+on e.g. already-connected network sockets. Thanks to Tolbkni
+Kao for catch  patch.
+- additional changes from version 1.9.1:
+  * [Bug] #1167: Add Jinja to test_requires in setup.py for the
+couple of newish tests that now require it. Thanks to Kubilay
+Kocak for the catch.
+  * [Bug] #600: Clear out connection caches in full when prepping
+parallel-execution subprocesses. This avoids corner cases
+causing hangs/freezes due to client/socket reuse. Thanks to
+Ruslan Lutsenko for the initial report and Romain Chossart for
+the suggested fix.
+  * [Bug] #1026: Fix a typo preventing quiet operation of is_link.
+Caught by @dongweiming.
+  * [Bug] #1059: Update IPv6 support to work with link-local
+address formats. Fix courtesy of @obormot.
+  * [Bug] #1096: Encode Unicode text appropriately for its target
+stream object to avoid issues on non-ASCII systems. Thanks to
+Toru Uetani for the original patch.
+  * [Bug] #852: Fix to respect template_dir for non Jinja2
+templates in upload_template. Thanks to Adam Kowalski for the
+patch and Alex Plugaru for the initial test case.
+  * [Bug] #1134: Skip bad hosts when the tasks are executed in
+parallel. Thanks to Igor Maravić @i-maravic.
+  * [Bug] #1146: Fix a bug where upload_template failed to honor
+lcd when mirror_local_mode is True. Thanks to Laszlo Marai for
+catch  patch.
+  * [Bug] #1147: Use stat instead of lstat when testing
+directory-ness in the SFTP module. This allows recursive
+downloads to avoid recursing into symlinks unexpectedly. Thanks
+to Igor Kalnitsky for the patch.
+  * [Bug] #1165: Prevent infinite loop condition when a gateway
+host is enabled 

commit python-Fabric for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2013-10-25 11:15:33

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2013-09-26 19:52:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2013-10-25 11:15:44.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:05:35 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.7S0XRO/_old  2013-10-25 11:15:45.0 +0200
+++ /var/tmp/diff_new_pack.7S0XRO/_new  2013-10-25 11:15:45.0 +0200
@@ -33,8 +33,8 @@
 # Documentation requirements:
 BuildRequires:  python-Sphinx
 BuildRequires:  python-paramiko = 1.9.0
-Requires:   python-distribute
 Requires:   python-paramiko = 1.9.0
+Requires:   python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Fabric for openSUSE:Factory

2013-09-26 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2013-09-26 19:52:39

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2013-08-07 20:52:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2013-09-26 19:52:40.0 +0200
@@ -1,0 +2,11 @@
+Wed Sep 25 14:27:59 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + [Feature] #910: Added a keyword argument to rsync_project to configure
+the default options. Thanks to @moorepants for the patch.
+  + [Support] #984: Make this changelog easier to read! Now with per-release
+sections, generated automatically from the old timeline source format.
+  + [Feature] #931: Allow overriding of abort behavior via a custom
+exception-returning callable set as env.abort_exception.
+
+---

Old:

  Fabric-1.7.0.tar.gz

New:

  Fabric-1.8.0.tar.gz



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.08gxI9/_old  2013-09-26 19:52:42.0 +0200
+++ /var/tmp/diff_new_pack.08gxI9/_new  2013-09-26 19:52:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Fabric
-Version:1.7.0
+Version:1.8.0
 Release:0
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD-2-Clause

++ Fabric-1.7.0.tar.gz - Fabric-1.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.7.0/Fabric.egg-info/PKG-INFO 
new/Fabric-1.8.0/Fabric.egg-info/PKG-INFO
--- old/Fabric-1.7.0/Fabric.egg-info/PKG-INFO   2013-07-26 23:41:49.0 
+0200
+++ new/Fabric-1.8.0/Fabric.egg-info/PKG-INFO   2013-09-21 02:32:00.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: Fabric
-Version: 1.7.0
+Version: 1.8.0
 Summary: Fabric is a simple, Pythonic tool for remote execution and deployment.
 Home-page: http://fabfile.org
 Author: Jeff Forcier
@@ -8,7 +8,7 @@
 License: UNKNOWN
 Description: 
 To find out what's new in this version of Fabric, please see `the 
changelog
-http://docs.fabfile.org/en/1.7/changelog.html`_.
+http://docs.fabfile.org/en/1.8/changelog.html`_.
 
 You can also install the `in-development version
 https://github.com/fabric/fabric/tarball/master#egg=fabric-dev`_ 
using
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.7.0/Fabric.egg-info/SOURCES.txt 
new/Fabric-1.8.0/Fabric.egg-info/SOURCES.txt
--- old/Fabric-1.7.0/Fabric.egg-info/SOURCES.txt2013-07-26 
23:41:49.0 +0200
+++ new/Fabric-1.8.0/Fabric.egg-info/SOURCES.txt2013-09-21 
02:32:00.0 +0200
@@ -19,10 +19,10 @@
 docs/index.rst
 docs/installation.rst
 docs/roadmap.rst
+docs/troubleshooting.rst
 docs/tutorial.rst
 docs/_static/rtd.css
 docs/_templates/layout.html
-docs/_templates/page.html
 docs/api/contrib/console.rst
 docs/api/contrib/django.rst
 docs/api/contrib/files.rst
@@ -78,7 +78,7 @@
 tests/client.key
 tests/client.key.pub
 tests/fake_filesystem.py
-tests/integration.py
+tests/mock_streams.py
 tests/private.key
 tests/server.py
 tests/test_context_managers.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.7.0/PKG-INFO new/Fabric-1.8.0/PKG-INFO
--- old/Fabric-1.7.0/PKG-INFO   2013-07-26 23:41:49.0 +0200
+++ new/Fabric-1.8.0/PKG-INFO   2013-09-21 02:32:00.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: Fabric
-Version: 1.7.0
+Version: 1.8.0
 Summary: Fabric is a simple, Pythonic tool for remote execution and deployment.
 Home-page: http://fabfile.org
 Author: Jeff Forcier
@@ -8,7 +8,7 @@
 License: UNKNOWN
 Description: 
 To find out what's new in this version of Fabric, please see `the 
changelog
-http://docs.fabfile.org/en/1.7/changelog.html`_.
+http://docs.fabfile.org/en/1.8/changelog.html`_.
 
 You can also install the `in-development version
 https://github.com/fabric/fabric/tarball/master#egg=fabric-dev`_ 
using
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.7.0/docs/_templates/page.html 
new/Fabric-1.8.0/docs/_templates/page.html
--- old/Fabric-1.7.0/docs/_templates/page.html  2013-06-21 22:55:26.0 
+0200
+++ new/Fabric-1.8.0/docs/_templates/page.html  1970-01-01 01:00:00.0 
+0100
@@ -1,10 +0,0 @@
-{% extends 

commit python-Fabric for openSUSE:Factory

2013-08-07 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2013-08-07 20:52:18

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2013-03-10 08:38:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2013-08-07 20:52:19.0 +0200
@@ -1,0 +2,28 @@
+Tue Jul 30 12:50:10 UTC 2013 - speili...@suse.com
+
+- Update to version 1.7.0:
+  + [Feature] #925: Added contrib.files.is_link. Thanks to @jtangas for the 
patch.
+  + [Feature] #922: Task argument strings are now displayed when using fab -d. 
Thanks to Kevin Qiu for the patch.
+  + [Bug] #912: Leaving template_dir un-specified when using upload_template 
in Jinja mode used to cause 'NoneType' has no attribute 'startswith' errors. 
This has been fixed. Thanks to Erick Yellott for catch  to Erick Yellott + 
Kevin Williams for patches.
+  + [Feature] #924: Add new env var option colorize_errors to enable coloring 
errors and warnings. Thanks to Aaron Meurer for the patch.
+  + [Bug] #593: Non-ASCII character sets in Jinja templates rendered within 
upload_template would cause UnicodeDecodeError when uploaded. This has been 
addressed by encoding as utf-8 prior to upload. Thanks to Sébastien Fievet for 
the catch.
+  + [Feature] #908: Support loading SSH keys from memory. Thanks to Caleb 
Groom for the patch.
+  + [Bug] #171: Added missing cross-references from env variables 
documentation to corresponding command-line options. Thanks to Daniel D. Beck 
for the contribution.
+  + [Bug] #884: The password cache feature was not working correctly with 
password-requiring SSH gateway connections. That’s fixed now. Thanks to Marco 
Nenciarini for the catch.
+  + [Feature] #826: Enable sudo extraction of compressed archive via use_sudo 
kwarg in upload_project. Thanks to @abec for the patch.
+  + [Bug] #694: Allow users to work around ownership issues in the default 
remote login directory: add temp_dir kwarg for explicit specification of which 
“bounce” folder to use when calling put with use_sudo=True. Thanks to Devin 
Bayer for the report  Dieter Plaetinck / Jesse Myers for suggesting the 
workaround.
+  + [Bug] #882: Fix a get bug regarding spaces in remote working directory 
names. Thanks to Chris Rose for catch  patch.
+- Changes from version 1.6.1:
+  + [Bug] #868: Substantial speedup of parallel tasks by removing an 
unnecessary blocking timeout in the JobQueue loop. Thanks to Simo Kinnunen for 
the patch.
+  + [Bug] #328: lcd was no longer being correctly applied to upload_template; 
this has been fixed. Thanks to Joseph Lawson for the catch.
+  + [Feature] #812: Add use_glob option to put so users trying to upload real 
filenames containing glob patterns (*, [ etc) can disable the default globbing 
behavior. Thanks to Michael McHugh for the patch.
+  + [Bug] #844: Allow users to disable Fabric’s auto-escaping in run/sudo. 
Thanks to Christian Long and Michael McHugh for the patch.
+  + [Bug] #84: Fixed problem with missing -r flag in Mac OS X sed version.
+  + [Bug] #870: Changes to shell env var escaping highlighted some extraneous 
and now damaging whitespace in with path():. This has been removed and a 
regression test added.
+  + [Bug] #871: Use of string mode values in put(local, remote, mode=) 
would sometimes cause Unsupported operand errors. This has been fixed.
+  + [Bug] #84: Fixed problem with missing -r flag in Mac OS X sed version. 
Thanks to Konrad Hałas for the patch.
+  + [Bug] #861: Gracefully handle situations where users give a single string 
literal to env.hosts. Thanks to Bill Tucker for catch  patch.
+  + [Bug] #367: Expand paths with tilde inside (contrib.files). Thanks to 
Konrad Hałas for catch  patch.
+  + [Feature] #845: Downstream synchronization option implemented for 
rsync_project. Thanks to Antonio Barrero for the patch.
+
+---

Old:

  Fabric-1.6.0.tar.bz2

New:

  Fabric-1.7.0.tar.gz



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.7G2fhz/_old  2013-08-07 20:52:20.0 +0200
+++ /var/tmp/diff_new_pack.7G2fhz/_new  2013-08-07 20:52:20.0 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   python-Fabric
-Version:1.6.0
+Version:1.7.0
 Release:0
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:http://fabfile.org
-Source: 

commit python-Fabric for openSUSE:Factory

2013-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2013-03-10 08:38:43

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2013-01-29 06:47:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2013-03-10 08:38:45.0 +0100
@@ -1,0 +2,45 @@
+Sat Mar  2 18:13:35 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 1.6.0:
+  - [Bug] #844: Account for SSH config overhaul in Paramiko 1.10
+by e.g. updating treatment of IdentityFile to handle multiple
+values. This and related SSH config parsing changes are
+backwards incompatible; we are including them in this release
+because they do fix incorrect, off-spec behavior.
+  - [Bug] #843: Ensure string pool_size values get run through
+int() before deriving final result (stdlib min() has odd
+behavior here...). Thanks to Chris Kastorff for the catch.
+  - [Bug] #839: Fix bug in rsync_project where IPv6 address were
+not always correctly detected. Thanks to Antonio Barrero for
+catch  patch.
+  - [Bug] #587: Warn instead of aborting when env.use_ssh_config
+is True but the configured SSH conf file doesn’t exist. This
+allows multi-user fabfiles to enable SSH config without causing
+hard stops for users lacking SSH configs. Thanks to Rodrigo
+Pimentel for the report.
+  - [Feature] #821: Add remote_tunnel to allow reverse SSH
+tunneling (exposing locally-visible network ports to the
+remote end). Thanks to Giovanni Bajo for the patch.
+  - [Feature] #823: Add env.remote_interrupt which controls
+whether Ctrl-C is forwarded to the remote end or is captured
+locally (previously, only the latter behavior was
+implemented). Thanks to Geert Jansen for the patch.
+
+---
+Tue Jan 29 04:11:26 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 1.5.3:
+  - [Bug] #806: Force strings given to getpass during password
+prompts to be ASCII, to prevent issues on some platforms when
+Unicode is encountered. Thanks to Alex Louden for the patch.
+  - [Feature] #805: Update shell_env to play nice with Windows
+(7, at least) systems. Thanks to Fernando Macedo for the patch.
+  - [Bug] #654: Parallel runs whose sum total of returned data was
+large (e.g. large return values from the task, or simply a
+large number of hosts in the host list) were causing
+frustrating hangs. This has been fixed.
+  - [Bug] #791: Cast reboot‘s wait parameter to a numeric type in
+case the caller submitted a string by mistake. Thanks to
+Thomas Schreiber for the patch.
+
+---

Old:

  Fabric-1.5.2.tar.bz2

New:

  Fabric-1.6.0.tar.bz2



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.HXoRX4/_old  2013-03-10 08:38:46.0 +0100
+++ /var/tmp/diff_new_pack.HXoRX4/_new  2013-03-10 08:38:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-Fabric
-Version:1.5.2
+Version:1.6.0
 Release:0
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD-2-Clause

++ Fabric-1.5.2.tar.bz2 - Fabric-1.6.0.tar.bz2 ++
 1728 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Fabric for openSUSE:Factory

2013-01-28 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2013-01-29 06:47:44

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2012-12-10 14:26:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2013-01-29 06:47:46.0 +0100
@@ -1,0 +2,19 @@
+Wed Jan 16 15:54:20 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 1.5.2:
+  - [Bug] #766: Use the variable name of a new-style fabric.tasks.Task
+subclass object when the object name attribute is undefined.
+Thanks to @todddeluca for the patch.
+  - [Bug] #604: Fixed wrong treatment of backslashes in put operation
+when uploading directory tree on Windows. Thanks to Jason Coombs
+for the catch and @diresys  Oliver Janik for the patch. for the patch.
+  - [Bug] #792: The newish shell_env context manager was incorrectly
+omitted from the fabric.api import endpoint. This has been
+remedied. Thanks to Vishal Rana for the catch.
+  - [Bug] #775: Shell escaping was incorrectly applied to the value
+of $PATH updates in our shell environment handling, causing
+(at the very least) local binary paths to become inoperable
+in certain situations. This has been fixed.
+  - Added current host string to prompt abort error messages.
+
+---

Old:

  Fabric-1.5.1.tar.bz2

New:

  Fabric-1.5.2.tar.bz2



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.AbU7vt/_old  2013-01-29 06:47:47.0 +0100
+++ /var/tmp/diff_new_pack.AbU7vt/_new  2013-01-29 06:47:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Fabric
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-Fabric
-Version:1.5.1
+Version:1.5.2
 Release:0
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD-2-Clause
@@ -30,9 +30,9 @@
 #TODO: Disabled due to errors / fudge requirement
 #BuildRequires:  python-fudge
 #BuildRequires:  python-nose
-#BuildRequires:  python-paramiko = 1.9.0
 # Documentation requirements:
 BuildRequires:  python-Sphinx
+BuildRequires:  python-paramiko = 1.9.0
 Requires:   python-distribute
 Requires:   python-paramiko = 1.9.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -84,7 +84,7 @@
 
 %build
 python setup.py build
-sphinx-build -b html docs html  rm -r html/{.buildinfo,.doctrees}
+python setup.py build_sphinx  rm -r build/sphinx/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -94,7 +94,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst html
+%doc AUTHORS LICENSE README.rst build/sphinx/html
 %{_bindir}/fab
 %{python_sitelib}/*
 

++ Fabric-1.5.1.tar.bz2 - Fabric-1.5.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.5.1/Fabric.egg-info/PKG-INFO 
new/Fabric-1.5.2/Fabric.egg-info/PKG-INFO
--- old/Fabric-1.5.1/Fabric.egg-info/PKG-INFO   2012-11-15 22:07:34.0 
+0100
+++ new/Fabric-1.5.2/Fabric.egg-info/PKG-INFO   2013-01-16 03:27:46.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: Fabric
-Version: 1.5.1
+Version: 1.5.2
 Summary: Fabric is a simple, Pythonic tool for remote execution and deployment.
 Home-page: http://fabfile.org
 Author: Jeff Forcier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.5.1/Fabric.egg-info/SOURCES.txt 
new/Fabric-1.5.2/Fabric.egg-info/SOURCES.txt
--- old/Fabric-1.5.1/Fabric.egg-info/SOURCES.txt2012-11-15 
22:07:34.0 +0100
+++ new/Fabric-1.5.2/Fabric.egg-info/SOURCES.txt2013-01-16 
03:27:47.0 +0100
@@ -97,6 +97,7 @@
 tests/test_version.py
 tests/utils.py
 tests/support/__init__.py
+tests/support/classbased_task_fabfile.py
 tests/support/decorated_fabfile.py
 tests/support/decorated_fabfile_with_classbased_task.py
 tests/support/decorated_fabfile_with_modules.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.5.1/LICENSE new/Fabric-1.5.2/LICENSE
--- old/Fabric-1.5.1/LICENSE2012-02-26 04:31:35.0 

commit python-Fabric for openSUSE:Factory

2012-12-10 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2012-12-10 14:26:25

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2012-11-25 13:35:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2012-12-10 14:26:26.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec  1 15:34:25 UTC 2012 - sasc...@suse.de
+
+- (Build)require python-paramiko instead of python-ssh, upstream deps
+  changed
+- Build and install HTML documentation
+
+---



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.llhHFF/_old  2012-12-10 14:26:26.0 +0100
+++ /var/tmp/diff_new_pack.llhHFF/_new  2012-12-10 14:26:26.0 +0100
@@ -26,10 +26,15 @@
 Source: Fabric-%{version}.tar.bz2
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
+# Test requirements:
+#TODO: Disabled due to errors / fudge requirement
 #BuildRequires:  python-fudge
-#BuildRequires:  python-ssh
+#BuildRequires:  python-nose
+#BuildRequires:  python-paramiko = 1.9.0
+# Documentation requirements:
+BuildRequires:  python-Sphinx
 Requires:   python-distribute
-Requires:   python-ssh
+Requires:   python-paramiko = 1.9.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -75,9 +80,11 @@
 
 %prep
 %setup -q -n Fabric-%{version}
+#sed -i s|fudge1.0|fudge| setup.py # Try testing with newer fudge
 
 %build
 python setup.py build
+sphinx-build -b html docs html  rm -r html/{.buildinfo,.doctrees}
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -87,7 +94,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst
+%doc AUTHORS LICENSE README.rst html
 %{_bindir}/fab
 %{python_sitelib}/*
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Fabric for openSUSE:Factory

2012-11-25 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2012-11-25 13:35:31

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2012-11-14 16:53:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2012-11-25 13:35:34.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov 16 11:30:26 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.5.1:
+  - [Bug] #776: Fixed serious-but-non-obvious bug in direct-tcpip
+driven gatewaying (e.g. that triggered by -g or env.gateway.)
+Should work correctly now.
+  - [Bug] #771: Sphinx autodoc helper unwrap_tasks didn’t play
+nice with @task(name=xxx) in some situations. This has been fixed.
+
+---

Old:

  Fabric-1.5.0.tar.bz2

New:

  Fabric-1.5.1.tar.bz2



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.yLTOp9/_old  2012-11-25 13:35:35.0 +0100
+++ /var/tmp/diff_new_pack.yLTOp9/_new  2012-11-25 13:35:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-Fabric
-Version:1.5.0
+Version:1.5.1
 Release:0
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD-2-Clause

++ Fabric-1.5.0.tar.bz2 - Fabric-1.5.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.5.0/Fabric.egg-info/PKG-INFO 
new/Fabric-1.5.1/Fabric.egg-info/PKG-INFO
--- old/Fabric-1.5.0/Fabric.egg-info/PKG-INFO   2012-11-07 01:09:06.0 
+0100
+++ new/Fabric-1.5.1/Fabric.egg-info/PKG-INFO   2012-11-15 22:07:34.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: Fabric
-Version: 1.5.0
+Version: 1.5.1
 Summary: Fabric is a simple, Pythonic tool for remote execution and deployment.
 Home-page: http://fabfile.org
 Author: Jeff Forcier
@@ -8,7 +8,7 @@
 License: UNKNOWN
 Description: 
 To find out what's new in this version of Fabric, please see `the 
changelog
-http://docs.fabfile.org/en/1.5.0/changelog.html`_.
+http://docs.fabfile.org/en/1.5/changelog.html`_.
 
 You can also install the `in-development version
 https://github.com/fabric/fabric/tarball/master#egg=fabric-dev`_ 
using
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.5.0/PKG-INFO new/Fabric-1.5.1/PKG-INFO
--- old/Fabric-1.5.0/PKG-INFO   2012-11-07 01:09:07.0 +0100
+++ new/Fabric-1.5.1/PKG-INFO   2012-11-15 22:07:35.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: Fabric
-Version: 1.5.0
+Version: 1.5.1
 Summary: Fabric is a simple, Pythonic tool for remote execution and deployment.
 Home-page: http://fabfile.org
 Author: Jeff Forcier
@@ -8,7 +8,7 @@
 License: UNKNOWN
 Description: 
 To find out what's new in this version of Fabric, please see `the 
changelog
-http://docs.fabfile.org/en/1.5.0/changelog.html`_.
+http://docs.fabfile.org/en/1.5/changelog.html`_.
 
 You can also install the `in-development version
 https://github.com/fabric/fabric/tarball/master#egg=fabric-dev`_ 
using
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.5.0/docs/changelog.rst 
new/Fabric-1.5.1/docs/changelog.rst
--- old/Fabric-1.5.0/docs/changelog.rst 2012-11-07 01:08:32.0 +0100
+++ new/Fabric-1.5.1/docs/changelog.rst 2012-11-15 22:06:46.0 +0100
@@ -25,11 +25,14 @@
 Changelog
 =
 
+* :release:`1.5.1 2012-11-15`
+* :bug:`776` Fixed serious-but-non-obvious bug in direct-tcpip driven
+  gatewaying (e.g. that triggered by ``-g`` or ``env.gateway``.) Should work
+  correctly now.
+* :bug:`771` Sphinx autodoc helper `~fabric.docs.unwrap_tasks` didn't play nice
+  with ``@task(name=xxx)`` in some situations. This has been fixed.
 * :release:`1.5.0 2012-11-06`
 * :release:`1.4.4 2012-11-06`
-* :feature:`684` Update how `~fabric.decorators.task` wraps task functions to
-  preserve additional metadata; this allows decorated functions to play nice
-  with Sphinx autodoc. Thanks to Jaka Hudoklin for catch  patch.
 * :feature:`38` (also :issue:`698`) Implement both SSH-level and
   ``ProxyCommand``-based gatewaying for SSH traffic. (This is distinct from
   tunneling non-SSH traffic over the SSH connection, which is :issue:`78` and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-Fabric for openSUSE:Factory

2012-11-14 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2012-11-14 16:53:33

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2012-09-14 12:35:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2012-11-14 16:53:37.0 +0100
@@ -1,0 +2,21 @@
+Wed Nov  7 02:03:36 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.5.0:
+  - [Feature] #684: Update how task wraps task functions to preserve
+additional metadata; this allows decorated functions to play nice
+with Sphinx autodoc. Thanks to Jaka Hudoklin for catch  patch.
+  - [Bug] #749: Gracefully work around calls to fabric.version on
+systems lacking /bin/sh (which causes an OSError in
+subprocess.Popen calls.)
+  - [Bug] #718: isinstance(foo, Bar) is used in main instead of
+type(foo) == Bar in order to fix some edge cases. Thanks to
+Mikhail Korobov.
+  - [Bug] #693: Fixed edge case where abort driven failures within
+parallel tasks could result in a top level exception (a KeyError)
+regarding error handling. Thanks to Marcin Kuźmiński for the report.
+  - [Support] #681: Fixed outdated docstring for runs_once which
+claimed it would get run multiple times in parallel mode. That
+behavior was fixed in an earlier release but the docs were not
+updated. Thanks to Jan Brauer for the catch.
+
+---

Old:

  Fabric-1.4.3.tar.bz2

New:

  Fabric-1.5.0.tar.bz2



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.Tc1SRm/_old  2012-11-14 16:53:38.0 +0100
+++ /var/tmp/diff_new_pack.Tc1SRm/_new  2012-11-14 16:53:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-Fabric
-Version:1.4.3
+Version:1.5.0
 Release:0
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD-2-Clause
@@ -87,7 +87,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE README
+%doc AUTHORS LICENSE README.rst
 %{_bindir}/fab
 %{python_sitelib}/*
 

++ Fabric-1.4.3.tar.bz2 - Fabric-1.5.0.tar.bz2 ++
 4200 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Fabric for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2012-09-14 12:35:02

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2012-05-21 07:30:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2012-09-14 12:35:14.0 +0200
@@ -1,0 +2,30 @@
+Sat Jul  7 01:55:17 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.4.3:
+* [Bug] #671 reject-unknown-hosts sometimes resulted in a password
+  prompt instead of an abort. This has been fixed. Thanks to Roy Smith for the
+  report.
+* [Bug] #659 Update docs to reflect that fabric.operations.local currently
+  honors 'env.path env-path'. Thanks to @floledermann for the catch.
+* [Bug] #652 Show available commands when aborting on invalid command names.
+* [Support] #651 Added note about nesting 'with' statements on Python 2.6+.
+  Thanks to Jens Rantil for the patch.
+* [Bug] #649 Don't swallow non-`abort`-driven exceptions in parallel mode.
+  Fabric correctly printed such exceptions, and returned them from
+  fabric.tasks.execute, but did not actually cause the child or parent
+  processes to halt with a nonzero status. This has been fixed.
+  fabric.tasks.execute now also honors env.warn_only warn-only so
+  users may still opt to call it by hand and inspect the returned exceptions,
+  instead of encountering a hard stop. Thanks to Matt Robenolt for the catch.
+* [Support] #645 Update Sphinx docs to work well when run out of a source
+  tarball as opposed to a Git checkout. Thanks again to @Arfrever for the
+  catch.
+* [Support] #640 (also #644) Update packaging manifest so sdist
+  tarballs include all necessary test  doc files. Thanks to Mike Gilbert and
+  @Arfrever for catch  patch.
+* [Support] #634 Clarified that fabric.context_managers.lcd does no special
+  handling re: the user's current working directory, and thus relative paths
+  given to it will be relative to os.getcwd(). Thanks to @techtonik
+  for the catch.
+
+---

Old:

  Fabric-1.4.2.tar.bz2

New:

  Fabric-1.4.3.tar.bz2



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.F4y1PR/_old  2012-09-14 12:35:32.0 +0200
+++ /var/tmp/diff_new_pack.F4y1PR/_new  2012-09-14 12:35:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Fabric
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD-2-Clause

++ Fabric-1.4.2.tar.bz2 - Fabric-1.4.3.tar.bz2 ++
 1716 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Fabric for openSUSE:Factory

2012-04-16 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2012-04-17 07:48:36

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2012-03-05 18:01:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2012-04-17 07:48:39.0 +0200
@@ -1,0 +2,36 @@
+Thu Apr  5 04:20:21 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.4.1:
+  * Add ``capture`` kwarg to `~fabric.contrib.project.rsync_project`
+to aid in debugging rsync problems.
+  * Allow `~fabric.operations.local` to display stdout/stderr when it
+warns/aborts, if it was capturing them.
+  * Added :ref:`an FAQ entry init-scripts-pty` detailing how to
+handle init scripts which misbehave when a pseudo-tty is allocated.
+  * `~fabric.tasks.execute` allowed too much of its internal state
+changes (to variables such as ``env.host_string`` and ``env.parallel``) to
+persist after execution completed; this caused a number of different
+incorrect behaviors. `~fabric.tasks.execute` has been overhauled to clean 
up
+its own state changes -- while preserving any state changes made by the 
task
+being executed.
+  * `~fabric.contrib.project.upload_project` did not take explicit
+remote directory location into account when untarring, and now uses
+`~fabric.context_managers.cd` to address this. Thanks to Ben Burry for the
+patch.
+  * `~fabric.decorators.with_settings` did not perfectly match
+`~fabric.context_managers.settings`, re: ability to inline additional 
context
+managers. This has been corrected. Thanks to Rory Geoghegan for the patch.
+  * `contrib.files.first fabric.contrib.files.first` used an
+outdated function signature in its wrapped `~fabric.contrib.files.exists`
+call. This has been fixed. Thanks to Massimiliano Torromeo for catch  
patch.
+  * `--list -l` output now detects terminal window size
+and truncates (or doesn't truncate) accordingly. Thanks to Horacio G. de 
Oro
+for the initial pull request.
+  * Parallel task aborts (as oppposed to unhandled exceptions) now
+correctly print their abort messages instead of tracebacks, and cause the
+parent process to exit with the correct (nonzero) return code. Thanks to 
Ian
+Langworth for the catch.
+  * Remote paths now use posixpath for a separator. Thanks to Jason
+Coombs for the patch.
+
+---

Old:

  Fabric-1.4.0.tar.gz

New:

  Fabric-1.4.1.tar.bz2



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.xZTNs5/_old  2012-04-17 07:48:40.0 +0200
+++ /var/tmp/diff_new_pack.xZTNs5/_new  2012-04-17 07:48:40.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-Fabric
-Version:1.4.0
+Version:1.4.1
 Release:0
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:http://fabfile.org
-Source: Fabric-%{version}.tar.gz
+Source: Fabric-%{version}.tar.bz2
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 #BuildRequires:  python-fudge

++ Fabric-1.4.0.tar.gz - Fabric-1.4.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.4.0/AUTHORS new/Fabric-1.4.1/AUTHORS
--- old/Fabric-1.4.0/AUTHORS2012-02-14 06:53:02.0 +0100
+++ new/Fabric-1.4.1/AUTHORS2012-04-05 06:03:05.0 +0200
@@ -47,5 +47,7 @@
 Max Arnold
 Szymon Reichmann
 David Wolever
+Jason Coombs
 Ben Davis
 Neilen Marais
+Rory Geoghegan
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.4.0/Fabric.egg-info/PKG-INFO 
new/Fabric-1.4.1/Fabric.egg-info/PKG-INFO
--- old/Fabric-1.4.0/Fabric.egg-info/PKG-INFO   2012-02-14 06:53:03.0 
+0100
+++ new/Fabric-1.4.1/Fabric.egg-info/PKG-INFO   2012-04-05 06:03:11.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: Fabric
-Version: 1.4.0
+Version: 1.4.1
 Summary: Fabric is a simple, Pythonic tool for remote execution and deployment.
 Home-page: http://fabfile.org
 Author: Jeff Forcier
@@ -8,7 +8,7 @@
 License: UNKNOWN
 Description: 
 To find out what's new in this version of Fabric, please see `the 
changelog
-http://docs.fabfile.org/en/1.4.0/changelog.html`_.
+http://docs.fabfile.org/en/1.4.1/changelog.html`_.
 
 You can 

commit python-Fabric for openSUSE:Factory

2012-03-05 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2012-03-05 18:01:29

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2012-02-14 13:10:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2012-03-05 18:01:31.0 +0100
@@ -1,0 +2,61 @@
+Tue Feb 21 11:38:31 UTC 2012 - sasc...@suse.de
+
+- Comment out testsuite requirements for now
+
+---
+Tue Feb 21 09:05:01 UTC 2012 - sasc...@suse.de
+
+- Disabled testsuite for now, python-fudge is to new ;-)
+
+---
+Mon Feb 20 22:15:10 UTC 2012 - sasc...@gmx.de
+
+- Update to version 1.4.0:
+  * :bug:495 Fixed documentation example showing how to subclass
+~fabric.tasks.Task. Thanks to Brett Haydon for the catch and Mark Merritt
+for the patch.
+  * :bug:410 Fixed a bug where using the ~fabric.decorators.task decorator
+inside/under another decorator such as ~fabric.decorators.hosts could cause
+that task to become invalid when invoked by name (due to how old-style vs
+new-style tasks are detected.) Thanks to Dan Colish for the initial patch.
+  * :feature:559 ~fabric.contrib.project.rsync_project now allows users to
+append extra SSH-specific arguments to rsync's --rsh flag.
+  * :feature:138 :ref:env.port port may now be written to at fabfile module
+level to set a default nonstandard port number. Previously this value was
+read-only.
+  * :feature:3 Fabric can now load a subset of SSH config functionality
+directly from your local ~/.ssh/config if :ref:env.use_ssh_config
+use-ssh-config is set to True. See :ref:ssh-config for details.
+Thanks to Kirill Pinchuk for the initial patch.
+  * :feature:12 Added the ability to try connecting multiple times to
+temporarily-down remote systems, instead of immediately failing. (Default
+behavior is still to only try once.) See :ref:env.timeout timeout and
+:ref:env.connection_attempts connection-attempts for controlling both
+connection timeouts and total number of attempts. ~fabric.operations.reboot
+has also been overhauled (but practically deprecated -- see its updated
+docs.)
+  * :feature:474 ~fabric.tasks.execute now allows you to access the executed
+task's return values, by itself returning a dictionary whose keys are the
+host strings executed against.
+  * :bug:487 Overhauled the regular expression escaping performed in
+~fabric.contrib.files.append and ~fabric.contrib.files.contains to try
+and handle more corner cases. Thanks to Neilen Marais for the patch.
+  * :support:532 Reorganized and cleaned up the output of fab --help.
+  * :feature:8 Added :option:--skip-bad-hosts/:ref:env.skip_bad_hosts
+skip-bad-hosts option to allow skipping past temporarily down/unreachable
+hosts.
+  * :feature:13 Env vars may now be set at runtime via the new :option:--set
+command-line flag.
+  * :feature:506 A new :ref:output alias output-aliases, commands, has
+been added, which allows hiding remote stdout and local running command X
+output lines.
+  * :feature:72 SSH agent forwarding support has made it into Fabric's SSH
+library, and hooks for using it have been added (disabled by default; use
+:option:-A or :ref:env.forward_agent forward-agent to enable.) Thanks
+to Ben Davis for porting an existing Paramiko patch to ssh and providing
+the necessary tweak to Fabric.
+- Package AUTHORS and LICENSE
+- Run testsuite and add related BuildRequires
+- BuildRequire python-ssh
+
+---
@@ -30 +91 @@
-``ImportError``s for dependencies. Thanks to David Wolever for the patches.
+ImportErrors for dependencies. Thanks to David Wolever for the patches.

Old:

  Fabric-1.3.4.tar.bz2

New:

  Fabric-1.4.0.tar.gz



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.PKGfFa/_old  2012-03-05 18:01:32.0 +0100
+++ /var/tmp/diff_new_pack.PKGfFa/_new  2012-03-05 18:01:32.0 +0100
@@ -15,26 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-Fabric
-Version:1.3.4
+Version:1.4.0
 Release:0
-Url:http://fabfile.org
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD-2-Clause
 Group:  

commit python-Fabric for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2012-02-14 13:10:41

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2011-11-14 13:35:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2012-02-14 13:10:45.0 +0100
@@ -1,0 +2,49 @@
+Fri Jan 13 04:01:33 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.3.4:
+  - [Bug] #492: @parallel did not automatically trigger linewise
+output, as was intended. This has been fixed. Thanks to Brandon
+Huey for the catch.
+  - [Bug] #510: Parallel mode is incompatible with user input, such
+as password/hostname prompts, and was causing cryptic Operation
+not supported by device errors when such prompts needed to be
+displayed. This behavior has been updated to cleanly and obviously
+abort instead.
+  - [Bug] #494: Fixed regression bug affecting some env values such
+as env.port under parallel mode. Symptoms included rsync_project
+bailing out due to a None port value when run under @parallel.
+Thanks to Rob Terhaar for the report.
+  - [Bug] #339: Don’t show imported colors members in --list output.
+Thanks to Nick Trew for the report.
+
+---
+Thu Nov 24 00:51:06 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.3.3:
+  - [Bug] #441: Specifying a task module as a task on the command
+line no longer blows up but presents the usual “no task by that
+name” error message instead. Thanks to Mitchell Hashimoto for
+the catch.
+  - [Bug] #475: Allow escaping of equals signs in per-task args/kwargs.
+  - [Bug] #450: Improve traceback display when handling
+``ImportError``s for dependencies. Thanks to David Wolever for the patches.
+  - [Bug] #446: Add QNX to list of secondary-case sed targets.
+Thanks to Rodrigo Madruga for the tip.
+  - [Bug] #443: exists didn’t expand tildes; now it does. Thanks to
+Riccardo Magliocchetti for the patch.
+  - [Bug] #437: with_settings now correctly preserves the wrapped
+function’s docstring and other attributes. Thanks to Eric Buckley for the 
catch and Luke Plant for the patch.
+  - [Bug] #400: Handle corner case of systems where pwd.getpwuid
+raises KeyError for the user’s UID instead of returning a valid string. 
Thanks to Dougal Matthews for the catch.
+  - [Bug] #397: Some poorly behaved objects in third party modules
+triggered exceptions during Fabric’s “classic or new-style task?” test. A 
fix has been added which tries to work around these.
+  - [Bug] #341: append incorrectly failed to detect that the line(s) given 
already existed in files hidden to the remote user, and continued appending 
every time it ran. This has been fixed. Thanks to Dominique Peretti for the 
catch and Martin Vilcans for the patch.
+  - [Bug] #342: Combining cd with put and its use_sudo keyword
+caused an unrecoverable error. This has been fixed. Thanks to
+Egor M for the report.
+  - [Bug] #482: Parallel mode should imply linewise output;
+omission of this behavior was an oversight.
+  - [Bug] #230: Fix regression re: combo of no fabfile  arbitrary
+command use. Thanks to Ali Saifee for the catch. 
+
+---

Old:

  Fabric-1.3.2.tar.gz

New:

  Fabric-1.3.4.tar.bz2



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.0kvFIx/_old  2012-02-14 13:10:47.0 +0100
+++ /var/tmp/diff_new_pack.0kvFIx/_new  2012-02-14 13:10:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Fabric
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   python-Fabric
-Version:1.3.2
+Version:1.3.4
 Release:0
 Url:http://fabfile.org
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Source: Fabric-%{version}.tar.gz
+Source: Fabric-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  

commit python-Fabric for openSUSE:Factory

2011-11-14 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2011-11-14 13:35:22

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2011-09-23 12:42:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2011-11-14 13:35:23.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 10 10:49:23 UTC 2011 - sasc...@suse.de
+
+- Update to version 1.3.2:
+  * No upstream-provided changes
+- Set license to SPDX-style (BSD-2-Clause)
+
+---

Old:

  Fabric-1.2.2.tar.bz2

New:

  Fabric-1.3.2.tar.gz



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.k7eIKq/_old  2011-11-14 13:35:25.0 +0100
+++ /var/tmp/diff_new_pack.k7eIKq/_new  2011-11-14 13:35:25.0 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   python-Fabric
-Version:1.2.2
-Release:1
+Version:1.3.2
+Release:0
 Url:http://fabfile.org
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
-License:BSD
+License:BSD-2-Clause
 Group:  Development/Languages/Python
-Source: Fabric-%{version}.tar.bz2
+Source: Fabric-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Fabric for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory
checked in at Mon Sep 5 16:38:49 CEST 2011.




--- python-Fabric/python-Fabric.changes 2011-08-04 14:05:02.0 +0200
+++ python-Fabric/python-Fabric.changes 2011-09-02 09:46:20.0 +0200
@@ -1,0 +2,32 @@
+Fri Sep  2 07:44:44 UTC 2011 - sasc...@suse.de
+
+- Fixed link expansion error
+- Removed some unneeded stuff
+
+---
+Fri Sep  2 01:19:44 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.2.2:
+  - [Bug] #252: settings would silently fail to set env values for
+keys which did not exist outside the context manager block. It
+now works as expected. Thanks to Will Maier for the catch and
+suggested solution.
+  - [Support] #393: Fixed a typo in an example code snippet in the
+task docs. Thanks to Hugo Garza for the catch.
+  - [Bug] #396: --shortlist broke after the addition of --list-format
+and no longer displayed the short list format correctly. This has
+been fixed.
+  - [Bug] #373: Re-added missing functionality preventing host exclusion
+from working correctly.
+  - [Bug] #303: Updated terminal size detection to correctly skip over
+non-tty stdout, such as when running fab taskname | other_command.
+- Aditional changes from version 1.2.1:
+  - [Bug] #417: abort_on_prompts would incorrectly abort when set to
+True, even if both password and host were defined. This has been
+fixed. Thanks to Valerie Ishida for the report.
+  - [Support] #416: Updated documentation to reflect move from Redmine
+to Github.
+  - [Bug] #389: Fixed/improved error handling when Paramiko import
+fails. Thanks to Brian Luft for the catch.
+
+---

calling whatdependson for head-i586


Old:

  Fabric-1.2.0.tar.bz2

New:

  Fabric-1.2.2.tar.bz2



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.rkWuP5/_old  2011-09-05 16:38:21.0 +0200
+++ /var/tmp/diff_new_pack.rkWuP5/_new  2011-09-05 16:38:21.0 +0200
@@ -15,21 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
-
-%define mod_name Fabric
 
-Name:   python-%{mod_name}
-Version:1.2.0
+Name:   python-Fabric
+Version:1.2.2
 Release:1
 Url:http://fabfile.org
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD
 Group:  Development/Languages/Python
-Source: %{mod_name}-%{version}.tar.bz2
+Source: Fabric-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
@@ -41,6 +36,7 @@
 BuildArch:  noarch
 %endif
 %endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
 Fabric is a Python (2.5 or higher) library and command-line tool for
@@ -48,20 +44,20 @@
 administration tasks.
 
 It provides a basic suite of operations for executing local or remote shell
-commands (normally or via ``sudo``) and uploading/downloading files, as well as
+commands (normally or via sudo) and uploading/downloading files, as well as
 auxiliary functionality such as prompting the running user for input, or
 aborting execution.
  
 Typical use involves creating a Python module containing one or more functions,
-then executing them via the ``fab`` command-line tool. Below is a small but
-complete fabfile containing a single task::
+then executing them via the fab command-line tool. Below is a small but
+complete fabfile containing a single task:
 
 from fabric.api import run
 
 def host_type():
 run('uname -s')
 
-Once a task is defined, it may be run on one or more servers, like so::
+Once a task is defined, it may be run on one or more servers, like so:
 
 $ fab -H localhost,linuxbox host_type
 [localhost] run: uname -s
@@ -73,24 +69,20 @@
 Disconnecting from localhost... done.
 Disconnecting from linuxbox... done.
 
-In addition to use via the ``fab`` tool, Fabric's components may be imported
+In addition to use via the fab tool, Fabric's components may be imported
 into other Python code, providing a Pythonic interface to the SSH protocol
 suite at a higher level than that provided by e.g. Paramiko (which
 Fabric itself leverages.)
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n Fabric-%{version}
 
 %build

commit python-Fabric for openSUSE:Factory

2011-08-08 Thread h_root

Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory
checked in at Mon Aug 8 15:51:14 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/python-Fabric/python-Fabric.changes
2011-08-04 14:05:02.0 +0200
@@ -0,0 +1,125 @@
+---
+Thu Aug  4 12:03:36 UTC 2011 - alexan...@exatati.com.br
+
+- Fix License clause in spec file.
+
+---
+Wed Jul 13 12:48:33 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.2.0:
+  - 2011-07-12: released Fabric 1.2.0
+  - [Feature] #22: Enhanced @task to add aliasing, per-module default
+tasks, and control over the wrapping task class. Thanks to Travis
+Swicegood for the initial work and collaboration.
+  - [Bug] #380: Improved unicode support when testing objects for being
+string-like. Thanks to Jiri Barton for catch  patch.
+  - [Support] #382: Experimental overhaul of changelog formatting 
+process to make supporting multiple lines of development less of a
+hassle.
+
+---
+Thu Jun 30 11:10:12 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.1.1:
+  - The public API for Task mentioned use of the run() method, but
+Fabric’s main execution loop had not been updated to look for
+and call it, forcing users who subclassed Task to define
+__call__() instead. This was an oversight and has been corrected.
+
+---
+Tue Jun  7 23:21:42 UTC 2011 - alexan...@exatati.com.br
+
+- Rename to python-Fabric as following conventions;
+- Now BuildRequires and Requires python-distribute instead of
+  python-setuptools.
+
+---
+Tue Mar 29 01:21:24 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.0.1:
+  - #301: Fixed a bug in local‘s behavior when capture=False and
+output.stdout (or .stderr) was also False. Thanks to Chris Rose
+for the catch.
+  - #310: Update edge case in put where using the mode kwarg
+alongside use_sudo=True runs a hidden sudo command. The mode
+kwarg needs to be octal but was being interpolated in the sudo
+call as a string/integer. Thanks to Adam Ernst for the catch
+and suggested fix.
+  - #311: append was supposed to have its partial kwarg’s default
+flipped from True to False. However, only the documentation was
+altered. This has been fixed. Thanks to Adam Ernst for bringing
+it to our attention.
+  - #312: Tweak internal I/O related loops to prevent high CPU
+usage and poor screen-printing behavior on some systems. Thanks
+to Kirill Pinchuk for the initial patch.
+  - #320: Some users reported problems with dropped input,
+particularly while entering sudo passwords. This was fixed via
+the same change as for #312.
+- Regenerate spec file with py2pack;
+- Add README file as documentation.
+
+---
+Sat Mar  5 15:36:59 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.0.0:
+  - #7: run/sudo now allow full interactivity with the remote end.
+You can interact with remote prompts and similar interfaces,
+making certain tasks much easier, and freeing you from the
+need to find noninteractive solutions if you don’t want to.
+See Interaction with remote programs for more on these changes.
+  - put and get received many updates, including but not limited
+to: recursion, globbing, inline sudo capability, and increased
+control over local file paths. See the individual ticket
+line-items below for details. Erich Heine (sophacles on IRC)
+played a large part in implementing and/or collecting these
+changes and deserves much of the credit.
+  - Added functionality for loading fabfiles which are Python
+packages (directories) instead of just modules (single files).
+This allows for easier organization of nontrivial fabfiles
+and paves the way for task namespacing in the near future.
+See Fabfile discovery for details.
+  - #185: Mostly of interest to those contributing to Fabric
+itself, Fabric now leverages Paramiko to provide a stub SSH
+and SFTP server for use during runs of our test suite. This
+makes quick, configurable full-stack testing of Fabric (and,
+to an extent, user fabfiles) possible.
+- To check feature additions and backwards-incompatible changes
+  please check:
+  http://readthedocs.org/docs/fabric/en/1.0.0/changes/1.0.html
+
+---
+Sat Feb 19 10:29:31 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.9.4:
+  - Added documentation for using Fabric as a library.
+  - Mentioned our Twitter account on the main docs page.
+  - #290: Added escape