diff --git a/invoke-0.21.0.tar.gz b/invoke-0.21.0.tar.gz deleted file mode 100644 index 99ee038..0000000 --- a/invoke-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab3b4cad44df0fda3918fd4c8dbfd3eaac52df5b95cedd5381856d132fbb676c -size 290864 diff --git a/invoke-0.22.1.tar.gz b/invoke-0.22.1.tar.gz new file mode 100644 index 0000000..fa8be30 --- /dev/null +++ b/invoke-0.22.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621181a0efae67b3dadec583cf2c6b5096136635bf6a326c481c73db412b36fc +size 292418 diff --git a/python-invoke.changes b/python-invoke.changes index 23ce455..d4d475d 100644 --- a/python-invoke.changes +++ b/python-invoke.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sat Apr 28 12:30:16 UTC 2018 - badshah400@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. + ------------------------------------------------------------------- Wed Oct 18 15:59:42 UTC 2017 - toddrme2178@gmail.com diff --git a/python-invoke.spec b/python-invoke.spec index 5c78333..312b6a6 100644 --- a/python-invoke.spec +++ b/python-invoke.spec @@ -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 @@ Requires(postun): update-alternatives %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 @@ inspiration from various sources to arrive at a powerful & clean feature set. %{python_sitelib}/invoke/ %{python_sitelib}/invoke-%{version}-py* - +%changelog