commit python-invoke for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package python-invoke for openSUSE:Factory 
checked in at 2020-10-29 09:48:18

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


Package is "python-invoke"

Thu Oct 29 09:48:18 2020 rev:10 rq:842127 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-invoke/python-invoke.changes  
2019-09-23 12:19:15.533788613 +0200
+++ /work/SRC/openSUSE:Factory/.python-invoke.new.3463/python-invoke.changes
2020-10-29 09:48:21.444170027 +0100
@@ -1,0 +2,14 @@
+Fri Oct 16 12:55:39 UTC 2020 - Benjamin Greiner 
+
+- disable test suite with bcond because of unmaintained
+  pytest-relaxed gh#bitprophet/pytest-relaxed#12
+
+---
+Tue Apr 14 14:13:45 UTC 2020 - Marketa Calabkova 
+
+- Update to version 1.4.1
+  * Fix an issue with `~invoke.run` & friends having intermittent
+problems at exit time.
+  * Many other fixes.
+
+---

Old:

  invoke-1.3.0.tar.gz

New:

  invoke-1.4.1.tar.gz



Other differences:
--
++ python-invoke.spec ++
--- /var/tmp/diff_new_pack.qnF5UP/_old  2020-10-29 09:48:21.968170475 +0100
+++ /var/tmp/diff_new_pack.qnF5UP/_new  2020-10-29 09:48:21.972170478 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-invoke
 #
-# 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
@@ -16,9 +16,12 @@
 #
 
 
+# broken with pytest-relaxed (same author -- all of this is unmaintained)
+%bcond_with test
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-invoke
-Version:1.3.0
+Version:1.4.1
 Release:0
 Summary:Pythonic Task Execution
 License:BSD-2-Clause
@@ -27,15 +30,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/i/invoke/invoke-%{version}.tar.gz
 Patch0: 0001-Make-test-fallback-to-system-modules-when-vendorized.patch
 Patch1: pytest4.patch
-BuildRequires:  %{python_module PyYAML}
-BuildRequires:  %{python_module fluidity-sm}
-BuildRequires:  %{python_module lexicon}
-BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module pexpect}
-BuildRequires:  %{python_module pytest-relaxed}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-PyYAML
@@ -46,6 +41,18 @@
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch
+%if %{with test}
+BuildRequires:  %{python_module PyYAML}
+BuildRequires:  %{python_module fluidity-sm}
+BuildRequires:  %{python_module lexicon}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pexpect}
+# pytest < 6.1 to resolve pytest-relaxed constraint
+# https://github.com/bitprophet/pytest-relaxed/issues/12
+BuildRequires:  %{python_module pytest < 6.1}
+BuildRequires:  %{python_module pytest-relaxed}
+BuildRequires:  %{python_module six}
+%endif
 %python_subpackages
 
 %description
@@ -70,10 +77,10 @@
 %python_clone -a %{buildroot}%{_bindir}/inv
 %python_clone -a %{buildroot}%{_bindir}/invoke
 
+%if %{with test}
 %check
-# broken with new pytest-relaxed (same author), just disable until he
-# gets around to release new version
-#%%pytest
+%pytest -s
+%endif
 
 %post
 %{python_install_alternative inv invoke}

++ invoke-1.3.0.tar.gz -> invoke-1.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/invoke-1.3.0/LICENSE new/invoke-1.4.1/LICENSE
--- old/invoke-1.3.0/LICENSE2019-07-19 20:07:22.0 +0200
+++ new/invoke-1.4.1/LICENSE2020-01-24 21:30:30.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2019 Jeff Forcier.
+Copyright (c) 2020 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/invoke-1.3.0/MANIFEST.in new/invoke-1.4.1/MANIFEST.in
--- old/invoke-1.3.0/MANIFEST.in2019-07-19 20:07:22.0 +0200
+++ new/invoke-1.4.1/MANIFEST.in2020-01-29 18:18:02.0 +0100
@@ -7,4 +7,5 @@
 include dev-requirements.txt
 include tasks-requirements.txt
 recursive-include tests *
-recursive-exclude tests *.pyc *.pyo
+recursive-exclude * *.pyc *.pyo
+recursive-exclude **/__pycache__ *
diff -urN '--exclude=CVS' 

commit python-invoke for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-invoke for openSUSE:Factory 
checked in at 2019-09-23 12:19:14

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


Package is "python-invoke"

Mon Sep 23 12:19:14 2019 rev:9 rq:731477 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-invoke/python-invoke.changes  
2019-08-16 15:27:23.698010350 +0200
+++ /work/SRC/openSUSE:Factory/.python-invoke.new.7948/python-invoke.changes
2019-09-23 12:19:15.533788613 +0200
@@ -1,0 +2,5 @@
+Tue Sep 17 10:08:41 UTC 2019 - Tomáš Chvátal 
+
+- Update patch pytest4.patch to make it really work with new pytests
+
+---



Other differences:
--
++ pytest4.patch ++
--- /var/tmp/diff_new_pack.yGAcdc/_old  2019-09-23 12:19:16.161788511 +0200
+++ /var/tmp/diff_new_pack.yGAcdc/_new  2019-09-23 12:19:16.165788510 +0200
@@ -7,34 +7,11 @@
  invoke/tasks.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/invoke/tasks.py b/invoke/tasks.py
-index ed838c31..18cf0afd 100644
 a/invoke/tasks.py
-+++ b/invoke/tasks.py
-@@ -151,7 +151,7 @@ def argspec(self, body):
- # TODO: __call__ exhibits the 'self' arg; do we manually nix 1st 
result
- # in argspec, or is there a way to get the "really callable" spec?
- func = body if isinstance(body, types.FunctionType) else body.__call__
--spec = inspect.getargspec(func)
-+spec = inspect.getfullargspec(func)
- arg_names = spec.args[:]
- matched_args = [reversed(x) for x in [spec.args, spec.defaults or []]]
- spec_dict = dict(zip_longest(*matched_args, fillvalue=NO_DEFAULT))
-
-From db6596d63c76239a91a898ee1557084456e480f7 Mon Sep 17 00:00:00 2001
-From: Marcus Crane 
-Date: Fri, 26 Oct 2018 11:49:41 +1300
-Subject: [PATCH 2/3] Update inspect import to be conditional based on 2.7 or 3
-

- invoke/tasks.py | 8 ++--
- 1 file changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/invoke/tasks.py b/invoke/tasks.py
-index 18cf0afd..cbe106b9 100644
 a/invoke/tasks.py
-+++ b/invoke/tasks.py
-@@ -4,7 +4,6 @@
+Index: invoke-1.3.0/invoke/tasks.py
+===
+--- invoke-1.3.0.orig/invoke/tasks.py
 invoke-1.3.0/invoke/tasks.py
+@@ -4,7 +4,6 @@ generate new tasks.
  """
  
  from copy import deepcopy
@@ -42,48 +19,24 @@
  import types
  
  from .context import Context
-@@ -15,6 +15,11 @@ if six.PY3:
+@@ -16,6 +15,11 @@ if six.PY3:
  else:
  from itertools import izip_longest as zip_longest
-
+ 
 +try:
 +from inspect import getfullargspec as getargspec
-+except AttributeError:
++except ImportError:
 +from inspect import getargspec
 +
-
+ 
  #: Sentinel object representing a truly blank value (vs ``None``).
  NO_DEFAULT = object()
-
-@@ -151,7 +155,7 @@ def argspec(self, body):
+@@ -150,7 +154,7 @@ class Task(object):
  # TODO: __call__ exhibits the 'self' arg; do we manually nix 1st 
result
  # in argspec, or is there a way to get the "really callable" spec?
  func = body if isinstance(body, types.FunctionType) else body.__call__
--spec = inspect.getfullargspec(func)
+-spec = inspect.getargspec(func)
 +spec = getargspec(func)
  arg_names = spec.args[:]
  matched_args = [reversed(x) for x in [spec.args, spec.defaults or []]]
  spec_dict = dict(zip_longest(*matched_args, fillvalue=NO_DEFAULT))
-
-From de3f339f4d699c0a641074ad437802307d0050ba Mon Sep 17 00:00:00 2001
-From: Marcus Crane 
-Date: Fri, 26 Oct 2018 12:10:43 +1300
-Subject: [PATCH 3/3] Ooops, checked AttributeError instead of ImportError
-

- invoke/tasks.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/invoke/tasks.py b/invoke/tasks.py
-index cbe106b9..ad08c893 100644
 a/invoke/tasks.py
-+++ b/invoke/tasks.py
-@@ -15,7 +15,7 @@
-
- try:
- from inspect import getfullargspec as getargspec
--except AttributeError:
-+except ImportError:
- from inspect import getargspec
-
-




commit python-invoke for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package python-invoke for openSUSE:Factory 
checked in at 2019-08-16 15:27:21

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


Package is "python-invoke"

Fri Aug 16 15:27:21 2019 rev:8 rq:722793 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-invoke/python-invoke.changes  
2019-07-30 13:05:54.806379669 +0200
+++ /work/SRC/openSUSE:Factory/.python-invoke.new.22127/python-invoke.changes   
2019-08-16 15:27:23.698010350 +0200
@@ -1,0 +2,12 @@
+Mon Aug 12 11:36:59 UTC 2019 - Marketa Calabkova 
+
+- Update to version 1.3.0
+  * Allow the configuration system to override which Executor 
+subclass to use when executing tasks.
+  * Add support for command timeouts, i.e. the ability to add an 
+upper bound on how long a call to run may take to execute.
+  * Add basic dry-run support, in the form of a new --dry CLI option.
+  * Add a new Runner method, close_proc_stdin, and call it when 
+standard input processing detects an EOF.
+
+---

Old:

  invoke-1.2.0.tar.gz

New:

  invoke-1.3.0.tar.gz



Other differences:
--
++ python-invoke.spec ++
--- /var/tmp/diff_new_pack.RIeFsA/_old  2019-08-16 15:27:24.282010222 +0200
+++ /var/tmp/diff_new_pack.RIeFsA/_new  2019-08-16 15:27:24.282010222 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-invoke
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:Pythonic Task Execution
 License:BSD-2-Clause
@@ -56,8 +56,6 @@
 %setup -q -n invoke-%{version}
 # Remove bundled libs, import will fallback to system provided libs
 rm -fr invoke/vendor/*
-# remove pycache dir
-rm -r invoke/completion/__pycache__/
 
 %patch0 -p1
 %patch1 -p1

++ invoke-1.2.0.tar.gz -> invoke-1.3.0.tar.gz ++
 2551 lines of diff (skipped)

++ pytest4.patch ++
--- /var/tmp/diff_new_pack.RIeFsA/_old  2019-08-16 15:27:24.426010190 +0200
+++ /var/tmp/diff_new_pack.RIeFsA/_new  2019-08-16 15:27:24.426010190 +0200
@@ -41,19 +41,20 @@
 -import inspect
  import types
  
- from .util import six
-@@ -14,6 +13,11 @@
+ from .context import Context
+@@ -15,6 +15,11 @@ if six.PY3:
  else:
  from itertools import izip_longest as zip_longest
- 
+
 +try:
 +from inspect import getfullargspec as getargspec
 +except AttributeError:
 +from inspect import getargspec
 +
- from .context import Context
- from .parser import Argument, translate_underscores
- 
+
+ #: Sentinel object representing a truly blank value (vs ``None``).
+ NO_DEFAULT = object()
+
 @@ -151,7 +155,7 @@ def argspec(self, body):
  # TODO: __call__ exhibits the 'self' arg; do we manually nix 1st 
result
  # in argspec, or is there a way to get the "really callable" spec?
@@ -78,11 +79,11 @@
 --- a/invoke/tasks.py
 +++ b/invoke/tasks.py
 @@ -15,7 +15,7 @@
- 
+
  try:
  from inspect import getfullargspec as getargspec
 -except AttributeError:
 +except ImportError:
  from inspect import getargspec
- 
- from .context import Context
+
+




commit python-invoke for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package python-invoke for openSUSE:Factory 
checked in at 2019-07-30 13:05:52

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


Package is "python-invoke"

Tue Jul 30 13:05:52 2019 rev:7 rq:718087 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-invoke/python-invoke.changes  
2019-03-26 22:34:35.313674418 +0100
+++ /work/SRC/openSUSE:Factory/.python-invoke.new.4126/python-invoke.changes
2019-07-30 13:05:54.806379669 +0200
@@ -1,0 +2,13 @@
+Wed Jul 24 07:25:08 UTC 2019 - Tomáš Chvátal 
+
+- Disable tests for now as they break with new pytest-relaxed
+- Add another patch fixing errors with new pytest:
+  * pytest4.patch
+
+---
+Fri Jul 19 09:59:13 UTC 2019 - Tomáš Chvátal 
+
+- Restrict pytest5 and pytest4 for now upstream tests only with
+  pytest3...
+
+---

New:

  pytest4.patch



Other differences:
--
++ python-invoke.spec ++
--- /var/tmp/diff_new_pack.8xXQ9M/_old  2019-07-30 13:05:55.498379486 +0200
+++ /var/tmp/diff_new_pack.8xXQ9M/_new  2019-07-30 13:05:55.498379486 +0200
@@ -26,6 +26,7 @@
 URL:http://www.pyinvoke.org
 Source: 
https://files.pythonhosted.org/packages/source/i/invoke/invoke-%{version}.tar.gz
 Patch0: 0001-Make-test-fallback-to-system-modules-when-vendorized.patch
+Patch1: pytest4.patch
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module fluidity-sm}
 BuildRequires:  %{python_module lexicon}
@@ -59,6 +60,7 @@
 rm -r invoke/completion/__pycache__/
 
 %patch0 -p1
+%patch1 -p1
 
 %build
 %python_build
@@ -71,7 +73,9 @@
 %python_clone -a %{buildroot}%{_bindir}/invoke
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix}
+# broken with new pytest-relaxed (same author), just disable until he
+# gets around to release new version
+#%%pytest
 
 %post
 %{python_install_alternative inv invoke}

++ pytest4.patch ++
>From 84f296062a48d30a6c1497e523c21ef3fd9ab534 Mon Sep 17 00:00:00 2001
From: Marcus Crane 
Date: Fri, 26 Oct 2018 10:52:19 +1300
Subject: [PATCH 1/3] Updated inspect method

---
 invoke/tasks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/invoke/tasks.py b/invoke/tasks.py
index ed838c31..18cf0afd 100644
--- a/invoke/tasks.py
+++ b/invoke/tasks.py
@@ -151,7 +151,7 @@ def argspec(self, body):
 # TODO: __call__ exhibits the 'self' arg; do we manually nix 1st result
 # in argspec, or is there a way to get the "really callable" spec?
 func = body if isinstance(body, types.FunctionType) else body.__call__
-spec = inspect.getargspec(func)
+spec = inspect.getfullargspec(func)
 arg_names = spec.args[:]
 matched_args = [reversed(x) for x in [spec.args, spec.defaults or []]]
 spec_dict = dict(zip_longest(*matched_args, fillvalue=NO_DEFAULT))

>From db6596d63c76239a91a898ee1557084456e480f7 Mon Sep 17 00:00:00 2001
From: Marcus Crane 
Date: Fri, 26 Oct 2018 11:49:41 +1300
Subject: [PATCH 2/3] Update inspect import to be conditional based on 2.7 or 3

---
 invoke/tasks.py | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/invoke/tasks.py b/invoke/tasks.py
index 18cf0afd..cbe106b9 100644
--- a/invoke/tasks.py
+++ b/invoke/tasks.py
@@ -4,7 +4,6 @@
 """
 
 from copy import deepcopy
-import inspect
 import types
 
 from .util import six
@@ -14,6 +13,11 @@
 else:
 from itertools import izip_longest as zip_longest
 
+try:
+from inspect import getfullargspec as getargspec
+except AttributeError:
+from inspect import getargspec
+
 from .context import Context
 from .parser import Argument, translate_underscores
 
@@ -151,7 +155,7 @@ def argspec(self, body):
 # TODO: __call__ exhibits the 'self' arg; do we manually nix 1st result
 # in argspec, or is there a way to get the "really callable" spec?
 func = body if isinstance(body, types.FunctionType) else body.__call__
-spec = inspect.getfullargspec(func)
+spec = getargspec(func)
 arg_names = spec.args[:]
 matched_args = [reversed(x) for x in [spec.args, spec.defaults or []]]
 spec_dict = dict(zip_longest(*matched_args, fillvalue=NO_DEFAULT))

>From de3f339f4d699c0a641074ad437802307d0050ba Mon Sep 17 00:00:00 2001
From: Marcus Crane 
Date: Fri, 26 Oct 2018 12:10:43 +1300
Subject: [PATCH 3/3] Ooops, checked AttributeError instead of ImportError

---
 invoke/tasks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 

commit python-invoke for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package python-invoke for openSUSE:Factory 
checked in at 2019-03-26 22:33:46

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


Package is "python-invoke"

Tue Mar 26 22:33:46 2019 rev:6 rq:688747 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-invoke/python-invoke.changes  
2018-08-13 09:54:34.726860998 +0200
+++ /work/SRC/openSUSE:Factory/.python-invoke.new.25356/python-invoke.changes   
2019-03-26 22:34:35.313674418 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 14:02:06 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.2.0:
+  * [Feature] #301: (via #414) Overhaul tab completion mechanisms so users can 
print a completion script which automatically matches the emitting binary’s 
configured names (compared to the previous hardcoded scripts, which only worked 
for inv/invoke by default). Thanks to Nicolas Höning for the foundational 
patchset.
+
+---

Old:

  invoke-1.1.1.tar.gz

New:

  invoke-1.2.0.tar.gz



Other differences:
--
++ python-invoke.spec ++
--- /var/tmp/diff_new_pack.tsWff4/_old  2019-03-26 22:34:36.529674125 +0100
+++ /var/tmp/diff_new_pack.tsWff4/_new  2019-03-26 22:34:36.529674125 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-invoke
 #
-# 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-invoke
-Version:1.1.1
+Version:1.2.0
 Release:0
 Summary:Pythonic Task Execution
 License:BSD-2-Clause
@@ -55,6 +55,8 @@
 %setup -q -n invoke-%{version}
 # Remove bundled libs, import will fallback to system provided libs
 rm -fr invoke/vendor/*
+# remove pycache dir
+rm -r invoke/completion/__pycache__/
 
 %patch0 -p1
 
@@ -69,9 +71,7 @@
 %python_clone -a %{buildroot}%{_bindir}/invoke
 
 %check
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-py.test-%{$python_bin_suffix}
-}
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix}
 
 %post
 %{python_install_alternative inv invoke}

++ invoke-1.1.1.tar.gz -> invoke-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/invoke-1.1.1/MANIFEST.in new/invoke-1.2.0/MANIFEST.in
--- old/invoke-1.1.1/MANIFEST.in2018-06-19 05:52:58.0 +0200
+++ new/invoke-1.2.0/MANIFEST.in2018-09-07 01:50:37.0 +0200
@@ -1,6 +1,7 @@
 include LICENSE
 include README.rst
 include tasks.py
+recursive-include invoke/completion *
 recursive-include sites *
 recursive-exclude sites/*/_build *
 include dev-requirements.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/invoke-1.1.1/PKG-INFO new/invoke-1.2.0/PKG-INFO
--- old/invoke-1.1.1/PKG-INFO   2018-08-01 03:00:41.0 +0200
+++ new/invoke-1.2.0/PKG-INFO   2018-09-14 01:31:37.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: invoke
-Version: 1.1.1
+Version: 1.2.0
 Summary: Pythonic task execution
 Home-page: http://docs.pyinvoke.org
 Author: Jeff Forcier
@@ -8,7 +8,7 @@
 License: BSD
 Description: 
 To find out what's new in this version of Invoke, please see `the 
changelog
-`_.
+`_.
 
 Welcome to Invoke!
 ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/invoke-1.1.1/invoke/_version.py 
new/invoke-1.2.0/invoke/_version.py
--- old/invoke-1.1.1/invoke/_version.py 2018-08-01 03:00:35.0 +0200
+++ new/invoke-1.2.0/invoke/_version.py 2018-09-14 01:31:31.0 +0200
@@ -1,2 +1,2 @@
-__version_info__ = (1, 1, 1)
+__version_info__ = (1, 2, 0)
 __version__ = ".".join(map(str, __version_info__))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/invoke-1.1.1/invoke/complete.py 
new/invoke-1.2.0/invoke/complete.py
--- old/invoke-1.1.1/invoke/complete.py 2018-06-26 23:26:37.0 +0200
+++ 

commit python-invoke for openSUSE:Factory

2018-08-13 Thread root
Hello community,

here is the log from the commit of package python-invoke for openSUSE:Factory 
checked in at 2018-08-13 09:54:33

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


Package is "python-invoke"

Mon Aug 13 09:54:33 2018 rev:5 rq:628755 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-invoke/python-invoke.changes  
2018-04-30 22:58:45.544854340 +0200
+++ /work/SRC/openSUSE:Factory/.python-invoke.new/python-invoke.changes 
2018-08-13 09:54:34.726860998 +0200
@@ -1,0 +2,15 @@
+Sat Aug 11 11:42:30 UTC 2018 - tchva...@suse.com
+
+- Add patch to not use vendored libs:
+  * 0001-Make-test-fallback-to-system-modules-when-vendorized.patch
+- Remove unneeded deps
+- Remove the multibuild again as we no longer cycle
+
+---
+Sat Aug 11 10:04:46 UTC 2018 - tchva...@suse.com
+
+- Update to 1.1.1:
+  * Various tweaks for pytest and new py releases support
+- Switch to multibuild to run tests
+
+---

Old:

  invoke-0.22.1.tar.gz

New:

  0001-Make-test-fallback-to-system-modules-when-vendorized.patch
  invoke-1.1.1.tar.gz



Other differences:
--
++ python-invoke.spec ++
--- /var/tmp/diff_new_pack.2fMna2/_old  2018-08-13 09:54:35.374862310 +0200
+++ /var/tmp/diff_new_pack.2fMna2/_new  2018-08-13 09:54:35.378862319 +0200
@@ -17,56 +17,46 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# Tests have a dependency loop with python(2|3)-invocations
-%bcond_with test
 Name:   python-invoke
-Version:0.22.1
+Version:1.1.1
 Release:0
 Summary:Pythonic Task Execution
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:http://www.pyinvoke.org
+URL:http://www.pyinvoke.org
 Source: 
https://files.pythonhosted.org/packages/source/i/invoke/invoke-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+Patch0: 0001-Make-test-fallback-to-system-modules-when-vendorized.patch
+BuildRequires:  %{python_module PyYAML}
+BuildRequires:  %{python_module fluidity-sm}
+BuildRequires:  %{python_module lexicon}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pexpect}
+BuildRequires:  %{python_module pytest-relaxed}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module invocations}
-BuildRequires:  %{python_module nose}
-BuildRequires:  python-mock
-%endif
-BuildArch:  noarch
+Requires:   python-PyYAML
+Requires:   python-fluidity-sm
+Requires:   python-lexicon
+Requires:   python-pexpect
+Requires:   python-six
 Requires(post):   update-alternatives
 Requires(postun):  update-alternatives
+BuildArch:  noarch
 %python_subpackages
 
 %description
 Invoke is a Python (2.7 and 3.4+) task execution tool & library, drawing
 inspiration from various sources to arrive at a powerful & clean feature set.
 
-* Like Ruby's Rake tool and Invoke's own predecessor Fabric 1.x, it provides a
-  clean, high level API for running shell commands and defining/organizing
-  task functions from a ``tasks.py`` file
-
-* From GNU Make, it inherits an emphasis on minimal boilerplate for common
-  patterns and the ability to run multiple tasks in a single invocation::
-
-$ invoke clean build
-
-* Following the lead of most Unix CLI applications, it offers a traditional
-  flag-based style of command-line parsing, deriving flag names and value types
-  from task signatures (optionally, of course!)::
-
-$ invoke clean --docs --bytecode build --docs --extra='**/*.pyo'
-$ invoke clean -d -b build --docs -e '**/*.pyo'
-$ invoke clean -db build -de '**/*.pyo'
-
-* Like many of its predecessors, it offers advanced features as well --
-  namespacing, task aliasing, before/after hooks, parallel execution and more.
-
 %prep
 %setup -q -n invoke-%{version}
+# Remove bundled libs, import will fallback to system provided libs
+rm -fr invoke/vendor/*
+
+%patch0 -p1
 
 %build
 %python_build
@@ -78,12 +68,10 @@
 %python_clone -a %{buildroot}%{_bindir}/inv
 %python_clone -a %{buildroot}%{_bindir}/invoke
 
-%if %{with test}
 %check
 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-%{buildroot}%{_bindir}/inv-%{$python_bin_suffix} -l 
+py.test-%{$python_bin_suffix}
 }
-%endif
 
 %post
 %{python_install_alternative inv invoke}
@@ -92,8 +80,8 @@
 %python_uninstall_alternative inv
 
 %files %{python_files}

commit python-invoke for openSUSE:Factory

2018-04-30 Thread root
Hello community,

here is the log from the commit of package python-invoke for openSUSE:Factory 
checked in at 2018-04-30 22:56:15

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


Package is "python-invoke"

Mon Apr 30 22:56:15 2018 rev:4 rq:602274 version:0.22.1

Changes:

--- /work/SRC/openSUSE:Factory/python-invoke/python-invoke.changes  
2017-10-27 14:00:25.474813094 +0200
+++ /work/SRC/openSUSE:Factory/.python-invoke.new/python-invoke.changes 
2018-04-30 22:58:45.544854340 +0200
@@ -1,0 +2,28 @@
+Sat Apr 28 12:30:16 UTC 2018 - badshah...@gmail.com
+
+- Update to version 0.22.1:
+  * gh#pyinvoke/invoke#488: Account for additional I/O related
+OSError error strings when attempting to capture only this
+specific subtype of error.
+  * gh#pyinvoke/invoke#437: When merging configuration levels
+together (which uses copy.copy by default), pass file objects
+by reference so they don’t get closed.
+  * gh#pyinvoke/invoke#342: Accidentally hardcoded Collection
+instead of cls in Collection.from_module (an alternate
+constructor and therefore a classmethod.) This made it rather
+hard to properly subclass Collection.
+  * gh#pyinvoke/invoke#469: Fix up the doc/example re: subclassing
+Config.
+  * gh#pyinvoke/invoke#433: Add -dev and -nightly style Python
+versions to our Travis builds.
+- Changes from version 0.22.0:
+  * Iterable-type CLI args were actually still somewhat broken &
+were ‘eating’ values after themselves in the parser stream
+(thus e.g. preventing parsing of subsequent tasks or flags.)
+  * gh#pyinvoke/invoke#364: Drop Python 2.6 and Python 3.3
+support, as these versions now account for only very low
+percentages of the userbase and are unsupported (or about to
+be unsupported) by the rest of the ecosystem, including pip.
+- Update URL to upstream recommended.
+
+---

Old:

  invoke-0.21.0.tar.gz

New:

  invoke-0.22.1.tar.gz



Other differences:
--
++ python-invoke.spec ++
--- /var/tmp/diff_new_pack.gx2rcX/_old  2018-04-30 22:58:46.292827047 +0200
+++ /var/tmp/diff_new_pack.gx2rcX/_new  2018-04-30 22:58:46.292827047 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-invoke
 #
-# 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
@@ -20,12 +20,12 @@
 # Tests have a dependency loop with python(2|3)-invocations
 %bcond_with test
 Name:   python-invoke
-Version:0.21.0
+Version:0.22.1
 Release:0
 Summary:Pythonic Task Execution
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:http://docs.pyinvoke.org
+Url:http://www.pyinvoke.org
 Source: 
https://files.pythonhosted.org/packages/source/i/invoke/invoke-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -42,7 +42,7 @@
 %python_subpackages
 
 %description
-Invoke is a Python (2.6+ and 3.2+) task execution tool & library, drawing
+Invoke is a Python (2.7 and 3.4+) task execution tool & library, drawing
 inspiration from various sources to arrive at a powerful & clean feature set.
 
 * Like Ruby's Rake tool and Invoke's own predecessor Fabric 1.x, it provides a
@@ -99,4 +99,4 @@
 %{python_sitelib}/invoke/
 %{python_sitelib}/invoke-%{version}-py*
 
-
+%changelog

++ invoke-0.21.0.tar.gz -> invoke-0.22.1.tar.gz ++
 2185 lines of diff (skipped)




commit python-invoke for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package python-invoke for openSUSE:Factory 
checked in at 2017-10-27 14:00:23

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


Package is "python-invoke"

Fri Oct 27 14:00:23 2017 rev:3 rq:535233 version:0.21.0

Changes:

--- /work/SRC/openSUSE:Factory/python-invoke/python-invoke.changes  
2017-02-05 16:25:06.747687161 +0100
+++ /work/SRC/openSUSE:Factory/.python-invoke.new/python-invoke.changes 
2017-10-27 14:00:25.474813094 +0200
@@ -1,0 +2,11 @@
+Wed Oct 18 15:59:42 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 0.21.0
+  * No changelog
+
+---
+Thu Aug 24 13:41:17 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -116,0 +128 @@
+

Old:

  invoke-0.9.0.tar.gz

New:

  invoke-0.21.0.tar.gz



Other differences:
--
++ python-invoke.spec ++
--- /var/tmp/diff_new_pack.4WS1AZ/_old  2017-10-27 14:00:27.162734191 +0200
+++ /var/tmp/diff_new_pack.4WS1AZ/_new  2017-10-27 14:00:27.166734004 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-invoke
 #
-# 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,24 +16,30 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# Tests have a dependency loop with python(2|3)-invocations
+%bcond_with test
 Name:   python-invoke
-Version:0.9.0
+Version:0.21.0
 Release:0
 Summary:Pythonic Task Execution
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:http://docs.pyinvoke.org
-Source: 
https://pypi.python.org/packages/source/i/invoke/invoke-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Source: 
https://files.pythonhosted.org/packages/source/i/invoke/invoke-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+%if %{with test}
+BuildRequires:  %{python_module invocations}
+BuildRequires:  %{python_module nose}
+BuildRequires:  python-mock
+%endif
+BuildArch:  noarch
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-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
+%python_subpackages
 
 %description
 Invoke is a Python (2.6+ and 3.2+) task execution tool & library, drawing 
@@ -59,45 +65,38 @@
 * Like many of its predecessors, it offers advanced features as well --
   namespacing, task aliasing, before/after hooks, parallel execution and more.
 
-
-
 %prep
 %setup -q -n invoke-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-mv %{buildroot}%{_bindir}/inv %{buildroot}%{_bindir}/inv-%{py_ver}
-mv %{buildroot}%{_bindir}/invoke %{buildroot}%{_bindir}/invoke-%{py_ver}
-ln -s  %{_bindir}/inv-%{py_ver} %{buildroot}%{_bindir}/inv
-ln -s  %{_bindir}/invoke-%{py_ver} %{buildroot}%{_bindir}/invoke
-
-%pre -p /bin/bash
-# Since /usr/bin/* became ghosted to be used with update-alternatives, we have 
to get rid
-# of the old binary resulting from the non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/inv ]] && rm -f %{_bindir}/inv
-[[ ! -L %{_bindir}/invoke ]] && rm -f %{_bindir}/invoke
-exit 0
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%python_clone -a %{buildroot}%{_bindir}/inv
+%python_clone -a %{buildroot}%{_bindir}/invoke
+
+%if %{with test}
+%check
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
+%{buildroot}%{_bindir}/inv-%{$python_bin_suffix} -l 
+}
+%endif
 
 %post
-update-alternatives \
-   --install %{_bindir}/invoke invoke %{_bindir}/invoke-%{py_ver} 30 \
-   --slave %{_bindir}/inv inv %{_bindir}/inv%{py_ver} \
-
-%preun
-if [ $1 -eq 0 ] ; then
-update-alternatives --remove invoke %{_bindir}/invoke-%{py_ver}
-fi
+%{python_install_alternative inv invoke}
 
-%files
-%defattr(-,root,root,-)
+%postun
+%python_uninstall_alternative inv
+
+%files %{python_files}
+%defattr(-,root,root)
 %doc LICENSE README.rst
-%{_bindir}/inv-%{py_ver}

commit python-invoke for openSUSE:Factory

2017-02-05 Thread root
Hello community,

here is the log from the commit of package python-invoke for openSUSE:Factory 
checked in at 2017-02-05 15:49:13

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


Package is "python-invoke"

Changes:

--- /work/SRC/openSUSE:Factory/python-invoke/python-invoke.changes  
2017-01-25 23:22:39.340927270 +0100
+++ /work/SRC/openSUSE:Factory/.python-invoke.new/python-invoke.changes 
2017-02-05 16:25:06.747687161 +0100
@@ -1,0 +2,5 @@
+Sat Dec 10 16:48:21 UTC 2016 - jeng...@inai.de
+
+- Declare use of bashisms
+
+---



Other differences:
--
++ python-invoke.spec ++
--- /var/tmp/diff_new_pack.4Ju2CS/_old  2017-02-05 16:25:07.199623482 +0100
+++ /var/tmp/diff_new_pack.4Ju2CS/_new  2017-02-05 16:25:07.199623482 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-invoke
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -13,15 +13,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-invoke
 Version:0.9.0
 Release:0
-License:BSD-2-Clause
 Summary:Pythonic Task Execution
-Url:http://docs.pyinvoke.org
+License:BSD-2-Clause
 Group:  Development/Languages/Python
+Url:http://docs.pyinvoke.org
 Source: 
https://pypi.python.org/packages/source/i/invoke/invoke-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -73,7 +74,7 @@
 ln -s  %{_bindir}/inv-%{py_ver} %{buildroot}%{_bindir}/inv
 ln -s  %{_bindir}/invoke-%{py_ver} %{buildroot}%{_bindir}/invoke
 
-%pre
+%pre -p /bin/bash
 # Since /usr/bin/* became ghosted to be used with update-alternatives, we have 
to get rid
 # of the old binary resulting from the non-update-alternativies-ified package:
 [[ ! -L %{_bindir}/inv ]] && rm -f %{_bindir}/inv