15
0

Accepting request 1006810 from home:yarunachalam:branches:devel:languages:python

- 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/1006810
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invocations?expand=0&rev=25
This commit is contained in:
2022-09-29 10:38:40 +00:00
committed by Git OBS Bridge
parent 16867574ee
commit c90952c5a8
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Sep 29 02:48:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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