commit python-invoke for openSUSE:Factory
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 - 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. + +------------------------------------------------------------------- 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)
participants (1)
-
root@hilbert.suse.de