14
0
forked from pool/python-invoke

Accepting request 602271 from home:badshah400:branches:devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/602271
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2018-04-28 13:39:18 +00:00
committed by Git OBS Bridge
parent e39f530f28
commit dd27f24869
4 changed files with 36 additions and 8 deletions

View File

@@ -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 dont 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