From c90952c5a8f11f18d3d38bd6b091468c695053f1008ae0e3fb80bb0d2cfb77d0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 29 Sep 2022 10:38:40 +0000 Subject: [PATCH 1/2] Accepting request 1006810 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- invocations-2.3.0.tar.gz | 3 --- invocations-2.6.1.tar.gz | 3 +++ python-invocations.changes | 17 +++++++++++++++++ python-invocations.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 invocations-2.3.0.tar.gz create mode 100644 invocations-2.6.1.tar.gz diff --git a/invocations-2.3.0.tar.gz b/invocations-2.3.0.tar.gz deleted file mode 100644 index 70b134a..0000000 --- a/invocations-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbc3526726de039c6296610a899d3deeff1f2d3d37b62e1cea7a8ab1e8ab6903 -size 51272 diff --git a/invocations-2.6.1.tar.gz b/invocations-2.6.1.tar.gz new file mode 100644 index 0000000..e89edac --- /dev/null +++ b/invocations-2.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60af4e284b3d1bd2ff38b90de0fc9930b7e80c731b4c0b533e0ae624ef9022c8 +size 53889 diff --git a/python-invocations.changes b/python-invocations.changes index e24752b..ea827e2 100644 --- a/python-invocations.changes +++ b/python-invocations.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Sep 29 02:48:24 UTC 2022 - Yogalakshmi Arunachalam + +- 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. + ------------------------------------------------------------------- Wed May 4 12:25:51 UTC 2022 - pgajdos@suse.com diff --git a/python-invocations.spec b/python-invocations.spec index 17d2b14..757a39d 100644 --- a/python-invocations.spec +++ b/python-invocations.spec @@ -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 From 0d0f5fa9cdd376a57dc8e58e57717f9b2ea8e64654f7bc826b1af45914e3b043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 12:23:24 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invocations?expand=0&rev=26 --- python-invocations.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-invocations.changes b/python-invocations.changes index ea827e2..0670438 100644 --- a/python-invocations.changes +++ b/python-invocations.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- Thu Sep 29 02:48:24 UTC 2022 - Yogalakshmi Arunachalam +- 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.