1
0

Accepting request 1006935 from devel:languages:python

- Update to version 2.6.1
  no changelog
- Update to version 2.6.0 2022-03-25
  [Feature]: Update packaging.release.publish with a new config option, rebuild_with_env,
  to support a downstream (Fabric) release use-case.
  [Feature]: Enhance packaging.release.test-install so it’s more flexible about the primary directory argument
  (re: a dist dir, or a parent of one) and errors usefully when you (probably) gave it an incorrect path.
- Update to version 2.5.0 2022-03-25
  [Feature]: Port make-sshable from the travis module to the new ci one.
- Update to version 2.4.0 2022-03-17
  [Feature]: Add additional CLI flags to the use of gpg when signing releases,
  to support headless passphrase entry. It was found that modern GPG versions require --batch and
  --pinentry-mode=loopback for --passphrase-fd to function correctly.
  [Feature]: Add a new invocations.ci task module for somewhat-more-generic CI support than the now legacy invocations.travis tasks.
  [Feature]: Allow supplying additional test runners to pytest.coverage; primarily useful for setting up multiple additive test runs before publishing reports.

OBS-URL: https://build.opensuse.org/request/show/1006935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-invocations?expand=0&rev=10
This commit is contained in:
Richard Brown 2022-10-01 15:42:47 +00:00 committed by Git OBS Bridge
commit 4843bdd190
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbc3526726de039c6296610a899d3deeff1f2d3d37b62e1cea7a8ab1e8ab6903
size 51272

3
invocations-2.6.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60af4e284b3d1bd2ff38b90de0fc9930b7e80c731b4c0b533e0ae624ef9022c8
size 53889

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Sep 29 02:48:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.6.1
no changelog
- Update to version 2.6.0 2022-03-25
[Feature]: Update packaging.release.publish with a new config option, rebuild_with_env,
to support a downstream (Fabric) release use-case.
[Feature]: Enhance packaging.release.test-install so its more flexible about the primary directory argument
(re: a dist dir, or a parent of one) and errors usefully when you (probably) gave it an incorrect path.
- Update to version 2.5.0 2022-03-25
[Feature]: Port make-sshable from the travis module to the new ci one.
- Update to version 2.4.0 2022-03-17
[Feature]: Add additional CLI flags to the use of gpg when signing releases,
to support headless passphrase entry. It was found that modern GPG versions require --batch and
--pinentry-mode=loopback for --passphrase-fd to function correctly.
[Feature]: Add a new invocations.ci task module for somewhat-more-generic CI support than the now legacy invocations.travis tasks.
[Feature]: Allow supplying additional test runners to pytest.coverage; primarily useful for setting up multiple additive test runs before publishing reports.
-------------------------------------------------------------------
Wed May 4 12:25:51 UTC 2022 - pgajdos@suse.com

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-invocations
Version: 2.3.0
Version: 2.6.1
Release: 0
Summary: Reusable Invoke tasks
License: BSD-2-Clause