From da017f5b7133d471b12724af7d8504f743f36e39 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 17 Oct 2023 18:20:15 +0000 Subject: [PATCH 01/31] [packit] 1.16.0 upstream release Upstream tag: v1.16.0 Upstream commit: 8e30c75c --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 31 +++++++++++++++++++++++++------ sources | 2 +- 4 files changed, 28 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index aacb3e8..5807604 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /mrack-1.14.1.tar.gz /mrack-1.15.0.tar.gz /mrack-1.15.1.tar.gz +/mrack-1.16.0.tar.gz diff --git a/README.packit b/README.packit index 07bc213..2a3acd4 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.76.0.post10+g0dcb396. +The file was generated using packit 0.84.0. diff --git a/mrack.spec b/mrack.spec index a48de21..9b2c8eb 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack -Version: 1.15.1 -Release: 3%{?dist} +Version: 1.16.0 +Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -74,6 +74,8 @@ Requires: beaker-client %package -n python3-%{name}-openstack Summary: Openstack provider plugin for mrack Requires: python3-%{name}lib = %{version}-%{release} +Recommends: python3-aiofiles +Recommends: python3-os-client-config Recommends: python3-AsyncOpenStackClient %{?python_provide:%python_provide python3-%{name}-openstack} @@ -182,11 +184,28 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog -* Thu Jul 20 2023 Fedora Release Engineering - 1.15.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild +* Mon Oct 09 2023 David Pascual Hernandez - 1.16.0-1 +- e8e20f1 chore(ci): Fix release workflow build step checking out wrong commit (David Pascual) +- 97a7cd0 chore: Bump asyncopenstackclient dependency version (David Pascual) +- 41b12e7 chore: Release version 1.16.0 (github-actions) +- 278d1b1 chore(release): Add PyPI action & extract copr step (Tibor Dudlák) +- 9bbd987 chore: Bump python-semantic-release to v7.34.4 (Tibor Dudlák) +- d6b7298 feat: Add new dependecies to mrack.spec file (David Pascual) +- 7bbda34 feat(OpenStack): Add clouds.yaml as an authentication method (David Pascual) +- a5b32e3 feat(OpenStack): Import publick key on provision (David Pascual) +- 1a29d86 test: fix pylint issues and use isinstance (Tibor Dudlák) +- db74ae0 fix(Beaker): Exception has been thrown as raise missed argument (Tibor Dudlák) +- de027fa docs(Beaker): Add hostRequires documentation section to guides (David Pascual) -* Wed Jun 14 2023 Python Maint - 1.15.1-2 -- Rebuilt for Python 3.12 +* Tue Sep 19 2023 Tibor Dudlák - 1.16.0-1 +- 278d1b1 chore(release): Add PyPI action & extract copr step (Tibor Dudlák) +- 9bbd987 chore: Bump python-semantic-release to v7.34.4 (Tibor Dudlák) +- d6b7298 feat: Add new dependecies to mrack.spec file (David Pascual) +- 7bbda34 feat(OpenStack): Add clouds.yaml as an authentication method (David Pascual) +- a5b32e3 feat(OpenStack): Import publick key on provision (David Pascual) +- 1a29d86 test: fix pylint issues and use isinstance (Tibor Dudlák) +- db74ae0 fix(Beaker): Exception has been thrown as raise missed argument (Tibor Dudlák) +- de027fa docs(Beaker): Add hostRequires documentation section to guides (David Pascual) * Tue Jun 13 2023 Tibor Dudlák - 1.15.1-1 - 608c763 chore(Packit): Use yaml magic to run same internal tests for PRs and commits to main (Tibor Dudlák) diff --git a/sources b/sources index 19f868d..1b9558b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.15.1.tar.gz) = 40306867def7c56da1e916a8968bc3d5e6e236cb4de63cc9fd5144ecf136d6e9cee2e5879b46a09c01ee625f787c750ec9e7ef4531b164ea46c7090d7a955f22 +SHA512 (mrack-1.16.0.tar.gz) = 012725487b39995f079eb7eea32de6e93e1f64f915baae37cedc9c41609b9e8df0aaf9a386c764bdf2561794fc26ecffd1c57ca039d9667f21645580c98a8591 From d37ba19d48d572898e995726d2075b93155ed42b Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 17 Oct 2023 18:21:47 +0000 Subject: [PATCH 02/31] [packit] 1.16.0 upstream release Upstream tag: v1.16.0 Upstream commit: 8e30c75c --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 31 +++++++++++++++++++++++++------ sources | 2 +- 4 files changed, 28 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index aacb3e8..5807604 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /mrack-1.14.1.tar.gz /mrack-1.15.0.tar.gz /mrack-1.15.1.tar.gz +/mrack-1.16.0.tar.gz diff --git a/README.packit b/README.packit index 07bc213..2a3acd4 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.76.0.post10+g0dcb396. +The file was generated using packit 0.84.0. diff --git a/mrack.spec b/mrack.spec index a48de21..9b2c8eb 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack -Version: 1.15.1 -Release: 3%{?dist} +Version: 1.16.0 +Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -74,6 +74,8 @@ Requires: beaker-client %package -n python3-%{name}-openstack Summary: Openstack provider plugin for mrack Requires: python3-%{name}lib = %{version}-%{release} +Recommends: python3-aiofiles +Recommends: python3-os-client-config Recommends: python3-AsyncOpenStackClient %{?python_provide:%python_provide python3-%{name}-openstack} @@ -182,11 +184,28 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog -* Thu Jul 20 2023 Fedora Release Engineering - 1.15.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild +* Mon Oct 09 2023 David Pascual Hernandez - 1.16.0-1 +- e8e20f1 chore(ci): Fix release workflow build step checking out wrong commit (David Pascual) +- 97a7cd0 chore: Bump asyncopenstackclient dependency version (David Pascual) +- 41b12e7 chore: Release version 1.16.0 (github-actions) +- 278d1b1 chore(release): Add PyPI action & extract copr step (Tibor Dudlák) +- 9bbd987 chore: Bump python-semantic-release to v7.34.4 (Tibor Dudlák) +- d6b7298 feat: Add new dependecies to mrack.spec file (David Pascual) +- 7bbda34 feat(OpenStack): Add clouds.yaml as an authentication method (David Pascual) +- a5b32e3 feat(OpenStack): Import publick key on provision (David Pascual) +- 1a29d86 test: fix pylint issues and use isinstance (Tibor Dudlák) +- db74ae0 fix(Beaker): Exception has been thrown as raise missed argument (Tibor Dudlák) +- de027fa docs(Beaker): Add hostRequires documentation section to guides (David Pascual) -* Wed Jun 14 2023 Python Maint - 1.15.1-2 -- Rebuilt for Python 3.12 +* Tue Sep 19 2023 Tibor Dudlák - 1.16.0-1 +- 278d1b1 chore(release): Add PyPI action & extract copr step (Tibor Dudlák) +- 9bbd987 chore: Bump python-semantic-release to v7.34.4 (Tibor Dudlák) +- d6b7298 feat: Add new dependecies to mrack.spec file (David Pascual) +- 7bbda34 feat(OpenStack): Add clouds.yaml as an authentication method (David Pascual) +- a5b32e3 feat(OpenStack): Import publick key on provision (David Pascual) +- 1a29d86 test: fix pylint issues and use isinstance (Tibor Dudlák) +- db74ae0 fix(Beaker): Exception has been thrown as raise missed argument (Tibor Dudlák) +- de027fa docs(Beaker): Add hostRequires documentation section to guides (David Pascual) * Tue Jun 13 2023 Tibor Dudlák - 1.15.1-1 - 608c763 chore(Packit): Use yaml magic to run same internal tests for PRs and commits to main (Tibor Dudlák) diff --git a/sources b/sources index 19f868d..1b9558b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.15.1.tar.gz) = 40306867def7c56da1e916a8968bc3d5e6e236cb4de63cc9fd5144ecf136d6e9cee2e5879b46a09c01ee625f787c750ec9e7ef4531b164ea46c7090d7a955f22 +SHA512 (mrack-1.16.0.tar.gz) = 012725487b39995f079eb7eea32de6e93e1f64f915baae37cedc9c41609b9e8df0aaf9a386c764bdf2561794fc26ecffd1c57ca039d9667f21645580c98a8591 From 4727d57ca64d8127381da38b979567b94a5b84f5 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 23 Oct 2023 15:08:27 +0000 Subject: [PATCH 03/31] [packit] 1.17.0 upstream release Upstream tag: v1.17.0 Upstream commit: 859d911f --- .gitignore | 1 + .packit.yaml | 128 +++++++++++++++++++++++++-------------------------- mrack.spec | 8 +++- sources | 2 +- 4 files changed, 73 insertions(+), 66 deletions(-) diff --git a/.gitignore b/.gitignore index 5807604..e3693c9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /mrack-1.15.0.tar.gz /mrack-1.15.1.tar.gz /mrack-1.16.0.tar.gz +/mrack-1.17.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index c2ddda4..83f3dee 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -74,80 +74,80 @@ jobs: trigger: commit dist_git_branches: [fedora-branched, epel-8, epel-9] # rawhide updates are created automatically - # pr_osp - - &internal_test # use openstack (osp) tests as template for other test cases - job: tests - fmf_url: "https://gitlab.cee.redhat.com/idm-ops/mrack-internal-tests" - fmf_ref: "main" - use_internal_tf: True - targets: [fedora-latest-stable] - identifier: "internal-provisioning-osp" - trigger: pull_request - env: - MRACK_TEST_CASE: "provisioning-osp" +# # pr_osp +# - &internal_test # use openstack (osp) tests as template for other test cases +# job: tests +# fmf_url: "https://gitlab.cee.redhat.com/idm-ops/mrack-internal-tests" +# fmf_ref: "main" +# use_internal_tf: True +# targets: [fedora-latest-stable] +# identifier: "internal-provisioning-osp" +# trigger: pull_request +# env: +# MRACK_TEST_CASE: "provisioning-osp" - - &pr_aws - <<: *internal_test - identifier: "internal-provisioning-aws" - env: - MRACK_TEST_CASE: "provisioning-aws" +# - &pr_aws +# <<: *internal_test +# identifier: "internal-provisioning-aws" +# env: +# MRACK_TEST_CASE: "provisioning-aws" - - &pr_bkr_cpu - <<: *internal_test - identifier: "internal-provisioning-bkr-c9s-req1cpu" - env: - MRACK_TEST_CASE: "provisioning-bkr-c9s-req1cpu" +# - &pr_bkr_cpu +# <<: *internal_test +# identifier: "internal-provisioning-bkr-c9s-req1cpu" +# env: +# MRACK_TEST_CASE: "provisioning-bkr-c9s-req1cpu" - - &pr_bkr_ppc64le - <<: *internal_test - identifier: "internal-provisioning-bkr-fedora-ppc64le" - env: - MRACK_TEST_CASE: "provisioning-bkr-fedora-ppc64le" +# - &pr_bkr_ppc64le +# <<: *internal_test +# identifier: "internal-provisioning-bkr-fedora-ppc64le" +# env: +# MRACK_TEST_CASE: "provisioning-bkr-fedora-ppc64le" - - &pr_bkr_mem_cpu - <<: *internal_test - identifier: "internal-provisioning-bkr-rhel-8-req-2048mem-2cpu" - env: - MRACK_TEST_CASE: "provisioning-bkr-rhel-8-req-2048mem-2cpu" +# - &pr_bkr_mem_cpu +# <<: *internal_test +# identifier: "internal-provisioning-bkr-rhel-8-req-2048mem-2cpu" +# env: +# MRACK_TEST_CASE: "provisioning-bkr-rhel-8-req-2048mem-2cpu" - - &pr_bkr_mem - <<: *internal_test - identifier: "internal-provisioning-bkr-rhel-9-req-4069mem" - env: - MRACK_TEST_CASE: "provisioning-bkr-rhel-9-req-4069mem" +# - &pr_bkr_mem +# <<: *internal_test +# identifier: "internal-provisioning-bkr-rhel-9-req-4069mem" +# env: +# MRACK_TEST_CASE: "provisioning-bkr-rhel-9-req-4069mem" - - &pr_mrack_all_ssh - <<: *internal_test - identifier: "internal-all-providers-ssh" - trigger: pull_request - env: - MRACK_TEST_CASE: "all-providers-ssh" +# - &pr_mrack_all_ssh +# <<: *internal_test +# identifier: "internal-all-providers-ssh" +# trigger: pull_request +# env: +# MRACK_TEST_CASE: "all-providers-ssh" -# run the same internal tests as in PR for commit in main - - &main_osp - <<: *internal_test # pr_osp - trigger: commit +# # run the same internal tests as in PR for commit in main +# - &main_osp +# <<: *internal_test # pr_osp +# trigger: commit - - &main_aws - <<: *pr_aws - trigger: commit +# - &main_aws +# <<: *pr_aws +# trigger: commit - - &main_bkr_ppc64le - <<: *pr_bkr_ppc64le - trigger: commit +# - &main_bkr_ppc64le +# <<: *pr_bkr_ppc64le +# trigger: commit - - &main_bkr_cpu - <<: *pr_bkr_cpu - trigger: commit +# - &main_bkr_cpu +# <<: *pr_bkr_cpu +# trigger: commit - - &main_bkr_mem_cpu - <<: *pr_bkr_mem_cpu - trigger: commit +# - &main_bkr_mem_cpu +# <<: *pr_bkr_mem_cpu +# trigger: commit - - &main_bkr_mem - <<: *pr_bkr_mem - trigger: commit +# - &main_bkr_mem +# <<: *pr_bkr_mem +# trigger: commit - - &main_mrack_all_ssh - <<: *pr_mrack_all_ssh - trigger: commit +# - &main_mrack_all_ssh +# <<: *pr_mrack_all_ssh +# trigger: commit diff --git a/mrack.spec b/mrack.spec index 9b2c8eb..5411d19 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.16.0 +Version: 1.17.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -184,6 +184,12 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Mon Oct 23 2023 David Pascual Hernandez - 1.17.0-1 +- 5251d90 chore(ci): Temporarely remove packit tests (David Pascual) +- 3a59761 feat(openstack): Append API version to auth_url in credentials (David Pascual) +- 97a5355 chore(release): Update semantic release action name and version (David Pascual) +- 6d6cdc6 chore(release): Upload distribution package to release assets (David Pascual) + * Mon Oct 09 2023 David Pascual Hernandez - 1.16.0-1 - e8e20f1 chore(ci): Fix release workflow build step checking out wrong commit (David Pascual) - 97a7cd0 chore: Bump asyncopenstackclient dependency version (David Pascual) diff --git a/sources b/sources index 1b9558b..3cc046c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.16.0.tar.gz) = 012725487b39995f079eb7eea32de6e93e1f64f915baae37cedc9c41609b9e8df0aaf9a386c764bdf2561794fc26ecffd1c57ca039d9667f21645580c98a8591 +SHA512 (mrack-1.17.0.tar.gz) = 719e7bb52683da16718de246ca92d93fe887136d0783c7c79b4630b92318108c73038e1822cc1aa90225e542d4371564ce8e87e1504fcd93c518262b0db437fa From 4900816b3745be524415bfc2f8e7f42e19f7425f Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 23 Oct 2023 15:09:49 +0000 Subject: [PATCH 04/31] [packit] 1.17.0 upstream release Upstream tag: v1.17.0 Upstream commit: 859d911f --- .gitignore | 1 + .packit.yaml | 128 +++++++++++++++++++++++++-------------------------- mrack.spec | 8 +++- sources | 2 +- 4 files changed, 73 insertions(+), 66 deletions(-) diff --git a/.gitignore b/.gitignore index 5807604..e3693c9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /mrack-1.15.0.tar.gz /mrack-1.15.1.tar.gz /mrack-1.16.0.tar.gz +/mrack-1.17.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index c2ddda4..83f3dee 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -74,80 +74,80 @@ jobs: trigger: commit dist_git_branches: [fedora-branched, epel-8, epel-9] # rawhide updates are created automatically - # pr_osp - - &internal_test # use openstack (osp) tests as template for other test cases - job: tests - fmf_url: "https://gitlab.cee.redhat.com/idm-ops/mrack-internal-tests" - fmf_ref: "main" - use_internal_tf: True - targets: [fedora-latest-stable] - identifier: "internal-provisioning-osp" - trigger: pull_request - env: - MRACK_TEST_CASE: "provisioning-osp" +# # pr_osp +# - &internal_test # use openstack (osp) tests as template for other test cases +# job: tests +# fmf_url: "https://gitlab.cee.redhat.com/idm-ops/mrack-internal-tests" +# fmf_ref: "main" +# use_internal_tf: True +# targets: [fedora-latest-stable] +# identifier: "internal-provisioning-osp" +# trigger: pull_request +# env: +# MRACK_TEST_CASE: "provisioning-osp" - - &pr_aws - <<: *internal_test - identifier: "internal-provisioning-aws" - env: - MRACK_TEST_CASE: "provisioning-aws" +# - &pr_aws +# <<: *internal_test +# identifier: "internal-provisioning-aws" +# env: +# MRACK_TEST_CASE: "provisioning-aws" - - &pr_bkr_cpu - <<: *internal_test - identifier: "internal-provisioning-bkr-c9s-req1cpu" - env: - MRACK_TEST_CASE: "provisioning-bkr-c9s-req1cpu" +# - &pr_bkr_cpu +# <<: *internal_test +# identifier: "internal-provisioning-bkr-c9s-req1cpu" +# env: +# MRACK_TEST_CASE: "provisioning-bkr-c9s-req1cpu" - - &pr_bkr_ppc64le - <<: *internal_test - identifier: "internal-provisioning-bkr-fedora-ppc64le" - env: - MRACK_TEST_CASE: "provisioning-bkr-fedora-ppc64le" +# - &pr_bkr_ppc64le +# <<: *internal_test +# identifier: "internal-provisioning-bkr-fedora-ppc64le" +# env: +# MRACK_TEST_CASE: "provisioning-bkr-fedora-ppc64le" - - &pr_bkr_mem_cpu - <<: *internal_test - identifier: "internal-provisioning-bkr-rhel-8-req-2048mem-2cpu" - env: - MRACK_TEST_CASE: "provisioning-bkr-rhel-8-req-2048mem-2cpu" +# - &pr_bkr_mem_cpu +# <<: *internal_test +# identifier: "internal-provisioning-bkr-rhel-8-req-2048mem-2cpu" +# env: +# MRACK_TEST_CASE: "provisioning-bkr-rhel-8-req-2048mem-2cpu" - - &pr_bkr_mem - <<: *internal_test - identifier: "internal-provisioning-bkr-rhel-9-req-4069mem" - env: - MRACK_TEST_CASE: "provisioning-bkr-rhel-9-req-4069mem" +# - &pr_bkr_mem +# <<: *internal_test +# identifier: "internal-provisioning-bkr-rhel-9-req-4069mem" +# env: +# MRACK_TEST_CASE: "provisioning-bkr-rhel-9-req-4069mem" - - &pr_mrack_all_ssh - <<: *internal_test - identifier: "internal-all-providers-ssh" - trigger: pull_request - env: - MRACK_TEST_CASE: "all-providers-ssh" +# - &pr_mrack_all_ssh +# <<: *internal_test +# identifier: "internal-all-providers-ssh" +# trigger: pull_request +# env: +# MRACK_TEST_CASE: "all-providers-ssh" -# run the same internal tests as in PR for commit in main - - &main_osp - <<: *internal_test # pr_osp - trigger: commit +# # run the same internal tests as in PR for commit in main +# - &main_osp +# <<: *internal_test # pr_osp +# trigger: commit - - &main_aws - <<: *pr_aws - trigger: commit +# - &main_aws +# <<: *pr_aws +# trigger: commit - - &main_bkr_ppc64le - <<: *pr_bkr_ppc64le - trigger: commit +# - &main_bkr_ppc64le +# <<: *pr_bkr_ppc64le +# trigger: commit - - &main_bkr_cpu - <<: *pr_bkr_cpu - trigger: commit +# - &main_bkr_cpu +# <<: *pr_bkr_cpu +# trigger: commit - - &main_bkr_mem_cpu - <<: *pr_bkr_mem_cpu - trigger: commit +# - &main_bkr_mem_cpu +# <<: *pr_bkr_mem_cpu +# trigger: commit - - &main_bkr_mem - <<: *pr_bkr_mem - trigger: commit +# - &main_bkr_mem +# <<: *pr_bkr_mem +# trigger: commit - - &main_mrack_all_ssh - <<: *pr_mrack_all_ssh - trigger: commit +# - &main_mrack_all_ssh +# <<: *pr_mrack_all_ssh +# trigger: commit diff --git a/mrack.spec b/mrack.spec index 9b2c8eb..5411d19 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.16.0 +Version: 1.17.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -184,6 +184,12 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Mon Oct 23 2023 David Pascual Hernandez - 1.17.0-1 +- 5251d90 chore(ci): Temporarely remove packit tests (David Pascual) +- 3a59761 feat(openstack): Append API version to auth_url in credentials (David Pascual) +- 97a5355 chore(release): Update semantic release action name and version (David Pascual) +- 6d6cdc6 chore(release): Upload distribution package to release assets (David Pascual) + * Mon Oct 09 2023 David Pascual Hernandez - 1.16.0-1 - e8e20f1 chore(ci): Fix release workflow build step checking out wrong commit (David Pascual) - 97a7cd0 chore: Bump asyncopenstackclient dependency version (David Pascual) diff --git a/sources b/sources index 1b9558b..3cc046c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.16.0.tar.gz) = 012725487b39995f079eb7eea32de6e93e1f64f915baae37cedc9c41609b9e8df0aaf9a386c764bdf2561794fc26ecffd1c57ca039d9667f21645580c98a8591 +SHA512 (mrack-1.17.0.tar.gz) = 719e7bb52683da16718de246ca92d93fe887136d0783c7c79b4630b92318108c73038e1822cc1aa90225e542d4371564ce8e87e1504fcd93c518262b0db437fa From 863303717f66d71ccfc883e3f84061f026985c54 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 3 Nov 2023 11:05:25 +0000 Subject: [PATCH 05/31] [packit] 1.17.1 upstream release Upstream tag: v1.17.1 Upstream commit: 06a401e4 --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 5 ++++- sources | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3693c9..d3bea54 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /mrack-1.15.1.tar.gz /mrack-1.16.0.tar.gz /mrack-1.17.0.tar.gz +/mrack-1.17.1.tar.gz diff --git a/README.packit b/README.packit index 2a3acd4..5998f60 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.84.0. +The file was generated using packit 0.85.0. diff --git a/mrack.spec b/mrack.spec index 5411d19..0255a78 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.17.0 +Version: 1.17.1 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -184,6 +184,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Fri Nov 03 2023 David Pascual Hernandez - 1.17.1-1 +- 583193a fix: curate_auth func changed to non-async (Kaleemullah Siddiqui) + * Mon Oct 23 2023 David Pascual Hernandez - 1.17.0-1 - 5251d90 chore(ci): Temporarely remove packit tests (David Pascual) - 3a59761 feat(openstack): Append API version to auth_url in credentials (David Pascual) diff --git a/sources b/sources index 3cc046c..0ab84cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.17.0.tar.gz) = 719e7bb52683da16718de246ca92d93fe887136d0783c7c79b4630b92318108c73038e1822cc1aa90225e542d4371564ce8e87e1504fcd93c518262b0db437fa +SHA512 (mrack-1.17.1.tar.gz) = e58427f8468db7d41c7a0cd5e3dd109293049871bdb974dec6f3330a6d37b0335aa41659fca6f161ec10307844eaa0223de5445a635ae4d436241803f82dffda From 56d78b051f61fdb3e4beac72d67e6736ec46c96a Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 3 Nov 2023 11:06:18 +0000 Subject: [PATCH 06/31] [packit] 1.17.1 upstream release Upstream tag: v1.17.1 Upstream commit: 06a401e4 --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 5 ++++- sources | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3693c9..d3bea54 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /mrack-1.15.1.tar.gz /mrack-1.16.0.tar.gz /mrack-1.17.0.tar.gz +/mrack-1.17.1.tar.gz diff --git a/README.packit b/README.packit index 2a3acd4..5998f60 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.84.0. +The file was generated using packit 0.85.0. diff --git a/mrack.spec b/mrack.spec index 5411d19..0255a78 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.17.0 +Version: 1.17.1 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -184,6 +184,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Fri Nov 03 2023 David Pascual Hernandez - 1.17.1-1 +- 583193a fix: curate_auth func changed to non-async (Kaleemullah Siddiqui) + * Mon Oct 23 2023 David Pascual Hernandez - 1.17.0-1 - 5251d90 chore(ci): Temporarely remove packit tests (David Pascual) - 3a59761 feat(openstack): Append API version to auth_url in credentials (David Pascual) diff --git a/sources b/sources index 3cc046c..0ab84cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.17.0.tar.gz) = 719e7bb52683da16718de246ca92d93fe887136d0783c7c79b4630b92318108c73038e1822cc1aa90225e542d4371564ce8e87e1504fcd93c518262b0db437fa +SHA512 (mrack-1.17.1.tar.gz) = e58427f8468db7d41c7a0cd5e3dd109293049871bdb974dec6f3330a6d37b0335aa41659fca6f161ec10307844eaa0223de5445a635ae4d436241803f82dffda From 6246f53d8a2cd241cc16d7b3888922e70455de17 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 17 Jan 2024 21:45:26 +0000 Subject: [PATCH 07/31] [packit] 1.18.0 upstream release Upstream tag: v1.18.0 Upstream commit: ab412cc9 --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d3bea54..8ae6620 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /mrack-1.16.0.tar.gz /mrack-1.17.0.tar.gz /mrack-1.17.1.tar.gz +/mrack-1.18.0.tar.gz diff --git a/README.packit b/README.packit index 5998f60..115b422 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.85.0. +The file was generated using packit 0.88.0.post1.dev4+gc070191b. diff --git a/mrack.spec b/mrack.spec index 0255a78..c94b8a0 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.17.1 +Version: 1.18.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -77,6 +77,7 @@ Requires: python3-%{name}lib = %{version}-%{release} Recommends: python3-aiofiles Recommends: python3-os-client-config Recommends: python3-AsyncOpenStackClient +Recommends: python3-async-timeout %{?python_provide:%python_provide python3-%{name}-openstack} @@ -184,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Mon Nov 27 2023 David Pascual Hernandez - 1.18.0-1 +- c158474 feat: Add async_timeout dependency (David Pascual) + * Fri Nov 03 2023 David Pascual Hernandez - 1.17.1-1 - 583193a fix: curate_auth func changed to non-async (Kaleemullah Siddiqui) diff --git a/sources b/sources index 0ab84cf..f94928c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.17.1.tar.gz) = e58427f8468db7d41c7a0cd5e3dd109293049871bdb974dec6f3330a6d37b0335aa41659fca6f161ec10307844eaa0223de5445a635ae4d436241803f82dffda +SHA512 (mrack-1.18.0.tar.gz) = 2a75e92a7c7b0316cb8ffb544dc33a2ceb729c5ca76743a4fa12d8873ff3764baeb7156b06647e43bfbcf45763277e3eb1cfecd4f60d76e236dca239a887586b From 6ea71f451626d0c4ce9970be81dee13795f0fe20 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 17 Jan 2024 21:46:19 +0000 Subject: [PATCH 08/31] [packit] 1.18.0 upstream release Upstream tag: v1.18.0 Upstream commit: ab412cc9 --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d3bea54..8ae6620 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /mrack-1.16.0.tar.gz /mrack-1.17.0.tar.gz /mrack-1.17.1.tar.gz +/mrack-1.18.0.tar.gz diff --git a/README.packit b/README.packit index 5998f60..115b422 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.85.0. +The file was generated using packit 0.88.0.post1.dev4+gc070191b. diff --git a/mrack.spec b/mrack.spec index 0255a78..c94b8a0 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.17.1 +Version: 1.18.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -77,6 +77,7 @@ Requires: python3-%{name}lib = %{version}-%{release} Recommends: python3-aiofiles Recommends: python3-os-client-config Recommends: python3-AsyncOpenStackClient +Recommends: python3-async-timeout %{?python_provide:%python_provide python3-%{name}-openstack} @@ -184,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Mon Nov 27 2023 David Pascual Hernandez - 1.18.0-1 +- c158474 feat: Add async_timeout dependency (David Pascual) + * Fri Nov 03 2023 David Pascual Hernandez - 1.17.1-1 - 583193a fix: curate_auth func changed to non-async (Kaleemullah Siddiqui) diff --git a/sources b/sources index 0ab84cf..f94928c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.17.1.tar.gz) = e58427f8468db7d41c7a0cd5e3dd109293049871bdb974dec6f3330a6d37b0335aa41659fca6f161ec10307844eaa0223de5445a635ae4d436241803f82dffda +SHA512 (mrack-1.18.0.tar.gz) = 2a75e92a7c7b0316cb8ffb544dc33a2ceb729c5ca76743a4fa12d8873ff3764baeb7156b06647e43bfbcf45763277e3eb1cfecd4f60d76e236dca239a887586b From a81391b6cb7fc0e5bd6aaf2f51f70cc98ea5fa63 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 08:47:45 +0000 Subject: [PATCH 09/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- mrack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mrack.spec b/mrack.spec index c94b8a0..8ec4e87 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack Version: 1.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 1.18.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Mon Nov 27 2023 David Pascual Hernandez - 1.18.0-1 - c158474 feat: Add async_timeout dependency (David Pascual) From d65c84fdf510101b22b1e114818caec65ced443e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 08:14:14 +0000 Subject: [PATCH 10/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- mrack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mrack.spec b/mrack.spec index 8ec4e87..d309bba 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack Version: 1.18.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 1.18.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 1.18.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From d1cc1d37af94d7498a4ae1b861bb95db12fa2cfa Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 30 May 2024 12:51:51 +0000 Subject: [PATCH 11/31] Update to 1.19.0 upstream release Upstream tag: v1.19.0 Upstream commit: 47fc2068 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 13 ++++++++++++- sources | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8ae6620..8b2afda 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /mrack-1.17.0.tar.gz /mrack-1.17.1.tar.gz /mrack-1.18.0.tar.gz +/mrack-1.19.0.tar.gz diff --git a/README.packit b/README.packit index 115b422..2fa216c 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.88.0.post1.dev4+gc070191b. +The file was generated using packit 0.97.1.post1.dev4+g1268842e. diff --git a/mrack.spec b/mrack.spec index c94b8a0..ace59e3 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.18.0 +Version: 1.19.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,17 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Thu May 30 2024 David Pascual Hernandez - 1.19.0-1 +- 6f81e37 test: speed-up tests by mocking gethostbyaddr (Petr Vobornik) +- 587a9c7 fix(beaker): supress 10_avc_check restraint plugin (Petr Vobornik) +- 2c0c2bb test: Add add_dict_to_node test (Petr Vobornik) +- f4324bf feat: handle list value for add_dict_to_node function (Petr Vobornik) +- f1e7590 fix: make delete_host function more robust (Petr Vobornik) +- 784d24b chore: bump black in pre-commit (David Pascual) +- f6f9131 chore(deps): bump black from 22.3.0 to 24.3.0 (David Pascual) +- a7db867 test: Add test for _get_recipe_info function (Petr Vobornik) +- aa25ff3 feat: Provide beaker log links (Petr Vobornik) + * Mon Nov 27 2023 David Pascual Hernandez - 1.18.0-1 - c158474 feat: Add async_timeout dependency (David Pascual) diff --git a/sources b/sources index f94928c..4875fce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.18.0.tar.gz) = 2a75e92a7c7b0316cb8ffb544dc33a2ceb729c5ca76743a4fa12d8873ff3764baeb7156b06647e43bfbcf45763277e3eb1cfecd4f60d76e236dca239a887586b +SHA512 (mrack-1.19.0.tar.gz) = f7cf37dff95a11a833f785c3ae8e778bc25aa547276bf84c27c3f2aba6e885ba97221b511fd42ddc51902d91f47cd5dc5a771ca599be4ba7a2bd78534f63d11e From a80e67eb73b0ce6515a75db63d792a758b7222f2 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 11:10:44 +0200 Subject: [PATCH 12/31] Rebuilt for Python 3.13 --- mrack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mrack.spec b/mrack.spec index d309bba..3305471 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack Version: 1.18.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Fri Jun 07 2024 Python Maint - 1.18.0-4 +- Rebuilt for Python 3.13 + * Thu Jan 25 2024 Fedora Release Engineering - 1.18.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From f272c8c854268d2984ef9c60e58eaf2d142143d3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 18:48:31 +0000 Subject: [PATCH 13/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- mrack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mrack.spec b/mrack.spec index 3305471..3f95e25 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack Version: 1.18.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 1.18.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 1.18.0-4 - Rebuilt for Python 3.13 From b724de5bd0aebae921686cba2096e58f9e5cb43a Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 6 Aug 2024 05:21:40 +0000 Subject: [PATCH 14/31] Update to 1.21.0 upstream release Upstream tag: v1.21.0 Upstream commit: f65f5ece Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 9 ++++++++- sources | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b2afda..27f164f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /mrack-1.17.1.tar.gz /mrack-1.18.0.tar.gz /mrack-1.19.0.tar.gz +/mrack-1.21.0.tar.gz diff --git a/README.packit b/README.packit index 2fa216c..4df53f3 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.97.1.post1.dev4+g1268842e. +The file was generated using packit 0.100.1. diff --git a/mrack.spec b/mrack.spec index ace59e3..b4db982 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.19.0 +Version: 1.21.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,13 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Tue Aug 06 2024 Kaleemullah Siddiqui - 1.21.0-1 +- b3e0f7d feat: update pytest-mh output to work with latest version (Kaleemullah Siddiqui) + +* Tue Jul 16 2024 David Pascual Hernandez - 1.20.0-1 +- feeae04 feat: Add support for translanting %pre and main body part of kickstart (David Pascual) +- 236393c chore: Update deprecated actions (David Pascual) + * Thu May 30 2024 David Pascual Hernandez - 1.19.0-1 - 6f81e37 test: speed-up tests by mocking gethostbyaddr (Petr Vobornik) - 587a9c7 fix(beaker): supress 10_avc_check restraint plugin (Petr Vobornik) diff --git a/sources b/sources index 4875fce..899d506 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.19.0.tar.gz) = f7cf37dff95a11a833f785c3ae8e778bc25aa547276bf84c27c3f2aba6e885ba97221b511fd42ddc51902d91f47cd5dc5a771ca599be4ba7a2bd78534f63d11e +SHA512 (mrack-1.21.0.tar.gz) = 43fae97604edfc6a647fe0988d144f90325e17c60c8530d1f520ac0bbf98ddcceb6d1b5d7a3064bc4fb78935b2d8a0b699891c0b09271c146e448703e34c04b7 From 9b320b736178439bde6a38b9a639595cd438bf80 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 30 May 2024 12:51:13 +0000 Subject: [PATCH 15/31] Update to 1.19.0 upstream release Upstream tag: v1.19.0 Upstream commit: 47fc2068 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 15 +++++++++++++-- sources | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8ae6620..8b2afda 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /mrack-1.17.0.tar.gz /mrack-1.17.1.tar.gz /mrack-1.18.0.tar.gz +/mrack-1.19.0.tar.gz diff --git a/README.packit b/README.packit index 115b422..2fa216c 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.88.0.post1.dev4+gc070191b. +The file was generated using packit 0.97.1.post1.dev4+g1268842e. diff --git a/mrack.spec b/mrack.spec index 3f95e25..a0f3ea7 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack -Version: 1.18.0 -Release: 5%{?dist} +Version: 1.19.0 +Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,6 +185,17 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Thu Oct 03 2024 David Pascual Hernandez - 1.19.0-1 +- 6f81e37 test: speed-up tests by mocking gethostbyaddr (Petr Vobornik) +- 587a9c7 fix(beaker): supress 10_avc_check restraint plugin (Petr Vobornik) +- 2c0c2bb test: Add add_dict_to_node test (Petr Vobornik) +- f4324bf feat: handle list value for add_dict_to_node function (Petr Vobornik) +- f1e7590 fix: make delete_host function more robust (Petr Vobornik) +- 784d24b chore: bump black in pre-commit (David Pascual) +- f6f9131 chore(deps): bump black from 22.3.0 to 24.3.0 (David Pascual) +- a7db867 test: Add test for _get_recipe_info function (Petr Vobornik) +- aa25ff3 feat: Provide beaker log links (Petr Vobornik) + * Thu Jul 18 2024 Fedora Release Engineering - 1.18.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index f94928c..4875fce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.18.0.tar.gz) = 2a75e92a7c7b0316cb8ffb544dc33a2ceb729c5ca76743a4fa12d8873ff3764baeb7156b06647e43bfbcf45763277e3eb1cfecd4f60d76e236dca239a887586b +SHA512 (mrack-1.19.0.tar.gz) = f7cf37dff95a11a833f785c3ae8e778bc25aa547276bf84c27c3f2aba6e885ba97221b511fd42ddc51902d91f47cd5dc5a771ca599be4ba7a2bd78534f63d11e From b75ceb94aacf6240a76851b29dcf74bc3edbffe3 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 6 Aug 2024 05:22:44 +0000 Subject: [PATCH 16/31] Update to 1.21.0 upstream release Upstream tag: v1.21.0 Upstream commit: f65f5ece Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 23 +++++++++-------------- sources | 2 +- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 8b2afda..27f164f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /mrack-1.17.1.tar.gz /mrack-1.18.0.tar.gz /mrack-1.19.0.tar.gz +/mrack-1.21.0.tar.gz diff --git a/README.packit b/README.packit index 2fa216c..4df53f3 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.97.1.post1.dev4+g1268842e. +The file was generated using packit 0.100.1. diff --git a/mrack.spec b/mrack.spec index a0f3ea7..b4db982 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.19.0 +Version: 1.21.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,7 +185,14 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog -* Thu Oct 03 2024 David Pascual Hernandez - 1.19.0-1 +* Tue Aug 06 2024 Kaleemullah Siddiqui - 1.21.0-1 +- b3e0f7d feat: update pytest-mh output to work with latest version (Kaleemullah Siddiqui) + +* Tue Jul 16 2024 David Pascual Hernandez - 1.20.0-1 +- feeae04 feat: Add support for translanting %pre and main body part of kickstart (David Pascual) +- 236393c chore: Update deprecated actions (David Pascual) + +* Thu May 30 2024 David Pascual Hernandez - 1.19.0-1 - 6f81e37 test: speed-up tests by mocking gethostbyaddr (Petr Vobornik) - 587a9c7 fix(beaker): supress 10_avc_check restraint plugin (Petr Vobornik) - 2c0c2bb test: Add add_dict_to_node test (Petr Vobornik) @@ -196,18 +203,6 @@ rm -r src/%{name}.egg-info - a7db867 test: Add test for _get_recipe_info function (Petr Vobornik) - aa25ff3 feat: Provide beaker log links (Petr Vobornik) -* Thu Jul 18 2024 Fedora Release Engineering - 1.18.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jun 07 2024 Python Maint - 1.18.0-4 -- Rebuilt for Python 3.13 - -* Thu Jan 25 2024 Fedora Release Engineering - 1.18.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sun Jan 21 2024 Fedora Release Engineering - 1.18.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - * Mon Nov 27 2023 David Pascual Hernandez - 1.18.0-1 - c158474 feat: Add async_timeout dependency (David Pascual) diff --git a/sources b/sources index 4875fce..899d506 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.19.0.tar.gz) = f7cf37dff95a11a833f785c3ae8e778bc25aa547276bf84c27c3f2aba6e885ba97221b511fd42ddc51902d91f47cd5dc5a771ca599be4ba7a2bd78534f63d11e +SHA512 (mrack-1.21.0.tar.gz) = 43fae97604edfc6a647fe0988d144f90325e17c60c8530d1f520ac0bbf98ddcceb6d1b5d7a3064bc4fb78935b2d8a0b699891c0b09271c146e448703e34c04b7 From 9b2982cf08b5198c66e87f569c5e8566d888e41f Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 17 Oct 2024 11:12:45 +0000 Subject: [PATCH 17/31] Update to 1.22.0 upstream release Upstream tag: v1.22.0 Upstream commit: aa2e3858 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 9 ++++++++- sources | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 27f164f..ca998f2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /mrack-1.18.0.tar.gz /mrack-1.19.0.tar.gz /mrack-1.21.0.tar.gz +/mrack-1.22.0.tar.gz diff --git a/README.packit b/README.packit index 4df53f3..2bd3f40 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.1. +The file was generated using packit 0.102.1.post1.dev6+g64f7460b. diff --git a/mrack.spec b/mrack.spec index b4db982..12f9396 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.21.0 +Version: 1.22.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,13 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Thu Oct 17 2024 David Pascual Hernandez - 1.22.0-1 +- f43d20f style: Reformat by black (David Pascual) +- 768bba5 fix: podman: set podman connection information for ansible (David Pascual) +- 4d0b63c chore: setup: package seccomp filter (David Pascual) +- 9b2d980 docs: Update seccomp configuration example (David Pascual) +- f3deca1 feat: podman: handle custom network configuration (David Pascual) + * Tue Aug 06 2024 Kaleemullah Siddiqui - 1.21.0-1 - b3e0f7d feat: update pytest-mh output to work with latest version (Kaleemullah Siddiqui) diff --git a/sources b/sources index 899d506..055dc9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.21.0.tar.gz) = 43fae97604edfc6a647fe0988d144f90325e17c60c8530d1f520ac0bbf98ddcceb6d1b5d7a3064bc4fb78935b2d8a0b699891c0b09271c146e448703e34c04b7 +SHA512 (mrack-1.22.0.tar.gz) = 90b8c35cff5debf098b49cdb1521676502047f1c7747038fc8031b4f8b4ea1da6d3185f631e2c45adc1e28779636439a2767794f358ee02ef65258d6eded0e9f From f8e3feb0ee6846d73bbc30e165ed6b4ba8c552c7 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 17 Oct 2024 11:13:58 +0000 Subject: [PATCH 18/31] Update to 1.22.0 upstream release Upstream tag: v1.22.0 Upstream commit: aa2e3858 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 9 ++++++++- sources | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 27f164f..ca998f2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /mrack-1.18.0.tar.gz /mrack-1.19.0.tar.gz /mrack-1.21.0.tar.gz +/mrack-1.22.0.tar.gz diff --git a/README.packit b/README.packit index 4df53f3..2bd3f40 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.1. +The file was generated using packit 0.102.1.post1.dev6+g64f7460b. diff --git a/mrack.spec b/mrack.spec index b4db982..12f9396 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.21.0 +Version: 1.22.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,13 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Thu Oct 17 2024 David Pascual Hernandez - 1.22.0-1 +- f43d20f style: Reformat by black (David Pascual) +- 768bba5 fix: podman: set podman connection information for ansible (David Pascual) +- 4d0b63c chore: setup: package seccomp filter (David Pascual) +- 9b2d980 docs: Update seccomp configuration example (David Pascual) +- f3deca1 feat: podman: handle custom network configuration (David Pascual) + * Tue Aug 06 2024 Kaleemullah Siddiqui - 1.21.0-1 - b3e0f7d feat: update pytest-mh output to work with latest version (Kaleemullah Siddiqui) diff --git a/sources b/sources index 899d506..055dc9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.21.0.tar.gz) = 43fae97604edfc6a647fe0988d144f90325e17c60c8530d1f520ac0bbf98ddcceb6d1b5d7a3064bc4fb78935b2d8a0b699891c0b09271c146e448703e34c04b7 +SHA512 (mrack-1.22.0.tar.gz) = 90b8c35cff5debf098b49cdb1521676502047f1c7747038fc8031b4f8b4ea1da6d3185f631e2c45adc1e28779636439a2767794f358ee02ef65258d6eded0e9f From b9961a42066a63888a6aa376368c7fbe9b43f473 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 5 Nov 2024 12:37:28 +0000 Subject: [PATCH 19/31] Update to 1.23.0 upstream release Upstream tag: v1.23.0 Upstream commit: 962bcd00 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ca998f2..e98935c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /mrack-1.19.0.tar.gz /mrack-1.21.0.tar.gz /mrack-1.22.0.tar.gz +/mrack-1.23.0.tar.gz diff --git a/README.packit b/README.packit index 2bd3f40..1b4760d 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.102.1.post1.dev6+g64f7460b. +The file was generated using packit 0.102.2.post1.dev4+g3142fcf8. diff --git a/mrack.spec b/mrack.spec index 12f9396..80f050c 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.22.0 +Version: 1.23.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,10 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Tue Nov 05 2024 David Pascual Hernandez - 1.23.0-1 +- 64a84db feat: Add support for translanting job-owner of kickstart (David Pascual) +- 868523c feat: Add translantion for kernel_options and kernel_options_post (David Pascual) + * Thu Oct 17 2024 David Pascual Hernandez - 1.22.0-1 - f43d20f style: Reformat by black (David Pascual) - 768bba5 fix: podman: set podman connection information for ansible (David Pascual) diff --git a/sources b/sources index 055dc9f..afc9cbd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.22.0.tar.gz) = 90b8c35cff5debf098b49cdb1521676502047f1c7747038fc8031b4f8b4ea1da6d3185f631e2c45adc1e28779636439a2767794f358ee02ef65258d6eded0e9f +SHA512 (mrack-1.23.0.tar.gz) = 29e8bcdf8a074922ba6c980e7525b97995bd27009d38c8ae47683241bf1717cd4ad1a47ac7a058633e5b25a1309afbab9834d4647d4911304d6533c004951f1e From 11899afe97398495f245e8c1a4509c8099eb667d Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 5 Nov 2024 12:40:06 +0000 Subject: [PATCH 20/31] Update to 1.23.0 upstream release Upstream tag: v1.23.0 Upstream commit: 962bcd00 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ca998f2..e98935c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /mrack-1.19.0.tar.gz /mrack-1.21.0.tar.gz /mrack-1.22.0.tar.gz +/mrack-1.23.0.tar.gz diff --git a/README.packit b/README.packit index 2bd3f40..1b4760d 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.102.1.post1.dev6+g64f7460b. +The file was generated using packit 0.102.2.post1.dev4+g3142fcf8. diff --git a/mrack.spec b/mrack.spec index 12f9396..80f050c 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.22.0 +Version: 1.23.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,10 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Tue Nov 05 2024 David Pascual Hernandez - 1.23.0-1 +- 64a84db feat: Add support for translanting job-owner of kickstart (David Pascual) +- 868523c feat: Add translantion for kernel_options and kernel_options_post (David Pascual) + * Thu Oct 17 2024 David Pascual Hernandez - 1.22.0-1 - f43d20f style: Reformat by black (David Pascual) - 768bba5 fix: podman: set podman connection information for ansible (David Pascual) diff --git a/sources b/sources index 055dc9f..afc9cbd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.22.0.tar.gz) = 90b8c35cff5debf098b49cdb1521676502047f1c7747038fc8031b4f8b4ea1da6d3185f631e2c45adc1e28779636439a2767794f358ee02ef65258d6eded0e9f +SHA512 (mrack-1.23.0.tar.gz) = 29e8bcdf8a074922ba6c980e7525b97995bd27009d38c8ae47683241bf1717cd4ad1a47ac7a058633e5b25a1309afbab9834d4647d4911304d6533c004951f1e From ac739649e4e894b91c83169e300792019ed96fc0 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 16 Dec 2024 13:21:24 +0000 Subject: [PATCH 21/31] Update to 1.23.1 upstream release Upstream tag: v1.23.1 Upstream commit: bf24bc06 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e98935c..ce915d9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /mrack-1.21.0.tar.gz /mrack-1.22.0.tar.gz /mrack-1.23.0.tar.gz +/mrack-1.23.1.tar.gz diff --git a/README.packit b/README.packit index 1b4760d..5c0e101 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.102.2.post1.dev4+g3142fcf8. +The file was generated using packit 0.105.0.post1.dev2+g4453c0ec. diff --git a/mrack.spec b/mrack.spec index 80f050c..6e2e69a 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.23.0 +Version: 1.23.1 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,10 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Mon Dec 16 2024 David Pascual Hernandez - 1.23.1-1 +- 0cabc75 fix: Translate job-group properly (David Pascual) +- 70e07c1 fix: Return empty list when there is no content in res_ks_list (David Pascual) + * Tue Nov 05 2024 David Pascual Hernandez - 1.23.0-1 - 64a84db feat: Add support for translanting job-owner of kickstart (David Pascual) - 868523c feat: Add translantion for kernel_options and kernel_options_post (David Pascual) diff --git a/sources b/sources index afc9cbd..f61daac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.23.0.tar.gz) = 29e8bcdf8a074922ba6c980e7525b97995bd27009d38c8ae47683241bf1717cd4ad1a47ac7a058633e5b25a1309afbab9834d4647d4911304d6533c004951f1e +SHA512 (mrack-1.23.1.tar.gz) = 012f5dbe37ee32258a70897de5b0fde5291f134b0db7ebcd822243ba0cefe3c33792b857958a3de44f9ef39358f886ba946be96d1eb8f059a02bbb4dad5b2fef From eb26389a31b74b8e84694a488d29f2189ab372a7 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 9 Jan 2025 09:15:22 +0000 Subject: [PATCH 22/31] Update to 1.23.2 upstream release Upstream tag: v1.23.2 Upstream commit: 7bfeb845 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 5 ++++- sources | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce915d9..8cfd990 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /mrack-1.22.0.tar.gz /mrack-1.23.0.tar.gz /mrack-1.23.1.tar.gz +/mrack-1.23.2.tar.gz diff --git a/README.packit b/README.packit index 5c0e101..8c905b9 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.105.0.post1.dev2+g4453c0ec. +The file was generated using packit 0.106.0.post1.dev8+g521f1e1d. diff --git a/mrack.spec b/mrack.spec index 6e2e69a..10ce07d 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.23.1 +Version: 1.23.2 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Thu Jan 09 2025 David Pascual Hernandez - 1.23.2-1 +- 600203c fix: Translate host_requires properly (David Pascual) + * Mon Dec 16 2024 David Pascual Hernandez - 1.23.1-1 - 0cabc75 fix: Translate job-group properly (David Pascual) - 70e07c1 fix: Return empty list when there is no content in res_ks_list (David Pascual) diff --git a/sources b/sources index f61daac..91cee89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.23.1.tar.gz) = 012f5dbe37ee32258a70897de5b0fde5291f134b0db7ebcd822243ba0cefe3c33792b857958a3de44f9ef39358f886ba946be96d1eb8f059a02bbb4dad5b2fef +SHA512 (mrack-1.23.2.tar.gz) = 0fe3456d01550c2a1808d77ea62ad283e3fabc8cf5bf1acbefb2d2a7779838cb6f37010fa5b7fd7eef51912bf75c4695bd434eea87b0bdfc7460254dc530b1dd From c42f182ff9a47adcb332e4f9dc6d0253c2c23d26 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 19:16:58 +0000 Subject: [PATCH 23/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- mrack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mrack.spec b/mrack.spec index 10ce07d..1a97715 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack Version: 1.23.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 1.23.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jan 09 2025 David Pascual Hernandez - 1.23.2-1 - 600203c fix: Translate host_requires properly (David Pascual) From 3d04fb333ed8446154aa54c70f656ba7413ec605 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 21 Mar 2025 15:52:35 +0000 Subject: [PATCH 24/31] Update to 1.23.3 upstream release Upstream tag: v1.23.3 Upstream commit: 75eb8ea4 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 10 ++++++---- sources | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8cfd990..a84b3a9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /mrack-1.23.0.tar.gz /mrack-1.23.1.tar.gz /mrack-1.23.2.tar.gz +/mrack-1.23.3.tar.gz diff --git a/README.packit b/README.packit index 8c905b9..33d5f21 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.106.0.post1.dev8+g521f1e1d. +The file was generated using packit 1.2.0.post1.dev19+g772be563. diff --git a/mrack.spec b/mrack.spec index 1a97715..61a3114 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack -Version: 1.23.2 -Release: 2%{?dist} +Version: 1.23.3 +Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,8 +185,10 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog -* Fri Jan 17 2025 Fedora Release Engineering - 1.23.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild +* Fri Mar 21 2025 David Pascual Hernandez - 1.23.3-1 +- 4da221c fix: Translate nested or/and constraint properly (David Pascual) +- 60275ee fix: Make distro_variants working as patterns (David Pascual) +- c02cc90 docs: Update maintainer email (David Pascual) * Thu Jan 09 2025 David Pascual Hernandez - 1.23.2-1 - 600203c fix: Translate host_requires properly (David Pascual) diff --git a/sources b/sources index 91cee89..9bbe0a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.23.2.tar.gz) = 0fe3456d01550c2a1808d77ea62ad283e3fabc8cf5bf1acbefb2d2a7779838cb6f37010fa5b7fd7eef51912bf75c4695bd434eea87b0bdfc7460254dc530b1dd +SHA512 (mrack-1.23.3.tar.gz) = 42641754442c75db806086804b9581a49ed2c2c2755b2cc0e63c00cf8858bcd1f56016fad6baf0293e047868aec0f7e0f2a6227555ac6573aca7c90c9a05db6e From aa63646d9637424acd9fe455c14ee2eacb7e1cf3 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 28 May 2025 14:55:45 +0000 Subject: [PATCH 25/31] Update to 1.23.4 upstream release Upstream tag: v1.23.4 Upstream commit: 64f69c1e Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 12 ++++++------ README.packit | 2 +- mrack.spec | 13 ++++++++++++- sources | 2 +- 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index a84b3a9..6661fa1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /mrack-1.23.1.tar.gz /mrack-1.23.2.tar.gz /mrack-1.23.3.tar.gz +/mrack-1.23.4.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 83f3dee..e3612f7 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -45,7 +45,7 @@ jobs: - job: copr_build trigger: pull_request release_suffix: "99.dev.{PACKIT_PROJECT_BRANCH}" - targets: [fedora-all, epel-8, epel-9] + targets: [fedora-all, epel-all] - job: tests trigger: pull_request @@ -54,25 +54,25 @@ jobs: - job: copr_build trigger: commit - targets: [fedora-all, epel-8, epel-9] + targets: [fedora-all, epel-all] - job: copr_build trigger: release owner: "@freeipa" project: neoave - targets: [fedora-all, epel-8, epel-9] + targets: [fedora-all, epel-all] - job: propose_downstream trigger: release - dist_git_branches: [fedora-all, epel-8, epel-9] + dist_git_branches: [fedora-all, epel-all] - job: koji_build trigger: commit - dist_git_branches: [fedora-all, epel-8, epel-9] + dist_git_branches: [fedora-all, epel-all] - job: bodhi_update trigger: commit - dist_git_branches: [fedora-branched, epel-8, epel-9] # rawhide updates are created automatically + dist_git_branches: [fedora-branched, epel-all] # rawhide updates are created automatically # # pr_osp # - &internal_test # use openstack (osp) tests as template for other test cases diff --git a/README.packit b/README.packit index 33d5f21..7e268b5 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.2.0.post1.dev19+g772be563. +The file was generated using packit 1.8.0.post1.dev15+g39511efc. diff --git a/mrack.spec b/mrack.spec index 61a3114..4ee323b 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.23.3 +Version: 1.23.4 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,17 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Wed May 28 2025 David Pascual Hernandez - 1.23.4-1 +- 75d8c3b chore: Enable epel-10 builds in Packit (David Pascual) +- 4a98123 fix: Support pass fetch_url to task (David Pascual) + +* Fri Apr 25 2025 David Pascual Hernandez - 1.23.3-1 +- cee2f5b fix : Not try to login beaker hub unless needed (David Pascual) +- 75eb8ea chore: Release version 1.23.3 (github-actions) +- 4da221c fix: Translate nested or/and constraint properly (David Pascual) +- 60275ee fix: Make distro_variants working as patterns (David Pascual) +- c02cc90 docs: Update maintainer email (David Pascual) + * Fri Mar 21 2025 David Pascual Hernandez - 1.23.3-1 - 4da221c fix: Translate nested or/and constraint properly (David Pascual) - 60275ee fix: Make distro_variants working as patterns (David Pascual) diff --git a/sources b/sources index 9bbe0a7..3fa9d0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.23.3.tar.gz) = 42641754442c75db806086804b9581a49ed2c2c2755b2cc0e63c00cf8858bcd1f56016fad6baf0293e047868aec0f7e0f2a6227555ac6573aca7c90c9a05db6e +SHA512 (mrack-1.23.4.tar.gz) = 4bab63947e92a2d6e7de5d9abb1229740b93bbd2e935b91e65beae7ac15f6fd2b848bc6bae7d6e2e755605bd7420f5c425ef98f78d656c91f4fe8ff80819416f From 8dabca6f5f4ad73027fd81ba79b4134a98398fec Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 23:21:05 +0200 Subject: [PATCH 26/31] Rebuilt for Python 3.14 --- mrack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mrack.spec b/mrack.spec index 4ee323b..0a14a22 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack Version: 1.23.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Mon Jun 02 2025 Python Maint - 1.23.4-2 +- Rebuilt for Python 3.14 + * Wed May 28 2025 David Pascual Hernandez - 1.23.4-1 - 75d8c3b chore: Enable epel-10 builds in Packit (David Pascual) - 4a98123 fix: Support pass fetch_url to task (David Pascual) From c509b2c23339c4bd3c3a1021ec2796a63fa8aef4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 22:25:53 +0000 Subject: [PATCH 27/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- mrack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mrack.spec b/mrack.spec index 0a14a22..8dbad45 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack Version: 1.23.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 1.23.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jun 02 2025 Python Maint - 1.23.4-2 - Rebuilt for Python 3.14 From de1a68f2e7c600ea5b4e4c0f832725a0241877b7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 13:00:52 +0200 Subject: [PATCH 28/31] Rebuilt for Python 3.14.0rc2 bytecode --- mrack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mrack.spec b/mrack.spec index 8dbad45..cb4aa5b 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack Version: 1.23.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Fri Aug 15 2025 Python Maint - 1.23.4-4 +- Rebuilt for Python 3.14.0rc2 bytecode + * Thu Jul 24 2025 Fedora Release Engineering - 1.23.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From d00f1a756ab84c3d4aa5503d8c105b24f8a3b430 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:31:48 +0200 Subject: [PATCH 29/31] Rebuilt for Python 3.14.0rc3 bytecode --- mrack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mrack.spec b/mrack.spec index cb4aa5b..247babb 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack Version: 1.23.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Fri Sep 19 2025 Python Maint - 1.23.4-5 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 1.23.4-4 - Rebuilt for Python 3.14.0rc2 bytecode From b525b8bb68ffa74982f9620dc8d4c92413f4c915 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 25 Sep 2025 07:07:31 +0000 Subject: [PATCH 30/31] Update to 1.24.0 upstream release Upstream tag: v1.24.0 Upstream commit: a0e84a2f Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 12 ++++++------ README.packit | 2 +- mrack.spec | 22 ++++++++++------------ sources | 2 +- 5 files changed, 19 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 6661fa1..18da2c4 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /mrack-1.23.2.tar.gz /mrack-1.23.3.tar.gz /mrack-1.23.4.tar.gz +/mrack-1.24.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index e3612f7..59e7a85 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -45,7 +45,7 @@ jobs: - job: copr_build trigger: pull_request release_suffix: "99.dev.{PACKIT_PROJECT_BRANCH}" - targets: [fedora-all, epel-all] + targets: [fedora-all, epel-9, epel-10] - job: tests trigger: pull_request @@ -54,25 +54,25 @@ jobs: - job: copr_build trigger: commit - targets: [fedora-all, epel-all] + targets: [fedora-all, epel-9, epel-10] - job: copr_build trigger: release owner: "@freeipa" project: neoave - targets: [fedora-all, epel-all] + targets: [fedora-all, epel-9, epel-10] - job: propose_downstream trigger: release - dist_git_branches: [fedora-all, epel-all] + dist_git_branches: [fedora-all, epel-9, epel-10] - job: koji_build trigger: commit - dist_git_branches: [fedora-all, epel-all] + dist_git_branches: [fedora-all, epel-9, epel-10] - job: bodhi_update trigger: commit - dist_git_branches: [fedora-branched, epel-all] # rawhide updates are created automatically + dist_git_branches: [fedora-branched, epel-9, epel-10] # rawhide updates are created automatically # # pr_osp # - &internal_test # use openstack (osp) tests as template for other test cases diff --git a/README.packit b/README.packit index 7e268b5..fb341a1 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.8.0.post1.dev15+g39511efc. +The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32. diff --git a/mrack.spec b/mrack.spec index 247babb..710ff2e 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack -Version: 1.23.4 -Release: 5%{?dist} +Version: 1.24.0 +Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,17 +185,15 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog -* Fri Sep 19 2025 Python Maint - 1.23.4-5 -- Rebuilt for Python 3.14.0rc3 bytecode +* Thu Sep 25 2025 David Pascual Hernandez - 1.24.0-1 +- 39e9d79 feat: Add support to pass watchdog panic="ignore" in Beaker recipe (David Pascual) +- 801ef4b fix: Fix nested and/or issue (David Pascual) +- fad14c2 test: Add _translate_constraint test (David Pascual) -* Fri Aug 15 2025 Python Maint - 1.23.4-4 -- Rebuilt for Python 3.14.0rc2 bytecode - -* Thu Jul 24 2025 Fedora Release Engineering - 1.23.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Mon Jun 02 2025 Python Maint - 1.23.4-2 -- Rebuilt for Python 3.14 +* Tue Sep 09 2025 David Pascual Hernandez - 1.23.5-1 +- b46c7c4 chore: Bump python-semantic-release to fix release issue (David Pascual) +- 033e1f7 chore(packit): Update epel spec for fedora propose upstream (David Pascual) +- aeb12fe fix: Enforce beaker-client 29.2 to fix fetch_url error (David Pascual) * Wed May 28 2025 David Pascual Hernandez - 1.23.4-1 - 75d8c3b chore: Enable epel-10 builds in Packit (David Pascual) diff --git a/sources b/sources index 3fa9d0e..6157ccb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.23.4.tar.gz) = 4bab63947e92a2d6e7de5d9abb1229740b93bbd2e935b91e65beae7ac15f6fd2b848bc6bae7d6e2e755605bd7420f5c425ef98f78d656c91f4fe8ff80819416f +SHA512 (mrack-1.24.0.tar.gz) = 0a44e4dd401bd28b8a12a3f885c7833670bcf05bd5ec99932e32293e3bafd2d0dc1047c4fe9a9370490cfafc788429fcdc490da485c5c4232563b7b6e01be204 From 7e9796cacf6e61f23d19f49dce3a7342413d129a Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 21 Oct 2025 09:49:48 +0000 Subject: [PATCH 31/31] Update to 1.25.0 upstream release Upstream tag: v1.25.0 Upstream commit: 5c9c9ccb Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + mrack.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 18da2c4..4965df3 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /mrack-1.23.3.tar.gz /mrack-1.23.4.tar.gz /mrack-1.24.0.tar.gz +/mrack-1.25.0.tar.gz diff --git a/mrack.spec b/mrack.spec index 710ff2e..05e6443 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.24.0 +Version: 1.25.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,10 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Tue Oct 21 2025 David Pascual Hernandez - 1.25.0-1 +- 8ed12e7 feat: Add support for Beaker group key (David Pascual) +- 8e6ab07 fix: Revert commit 0cabc75 (David Pascual) + * Thu Sep 25 2025 David Pascual Hernandez - 1.24.0-1 - 39e9d79 feat: Add support to pass watchdog panic="ignore" in Beaker recipe (David Pascual) - 801ef4b fix: Fix nested and/or issue (David Pascual) diff --git a/sources b/sources index 6157ccb..5d89186 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.24.0.tar.gz) = 0a44e4dd401bd28b8a12a3f885c7833670bcf05bd5ec99932e32293e3bafd2d0dc1047c4fe9a9370490cfafc788429fcdc490da485c5c4232563b7b6e01be204 +SHA512 (mrack-1.25.0.tar.gz) = 29ddf0b75a989682193e8078780495ea2b8cf61c106d28700361ac18f061a4e3f8e102e932eacf90eace5e2c731765e65a5eac2f499e24e2188e34743f981328