From cd6150b0875e0460e82b47e99062a975981e1417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Fri, 16 Apr 2021 12:36:26 +0000 Subject: [PATCH 1/2] Accepting request 885973 from home:moio:branches:systemsmanagement - Switch to python3-cryptography in openSUSE/SLE OBS-URL: https://build.opensuse.org/request/show/885973 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=205 --- ansible.changes | 5 +++++ ansible.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ansible.changes b/ansible.changes index 4963944..a96f08e 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 16 12:05:06 UTC 2021 - Alexander Graul + +- Switch to python3-cryptography in openSUSE/SLE + ------------------------------------------------------------------- Tue Apr 13 07:44:55 UTC 2021 - Michael Ströder diff --git a/ansible.spec b/ansible.spec index 713f02c..4ffb887 100644 --- a/ansible.spec +++ b/ansible.spec @@ -195,7 +195,7 @@ BuildRequires: %{python}-coverage BuildRequires: %{python}-devel BuildRequires: %{python}-jmespath BuildRequires: %{python}-paramiko -BuildRequires: %{python}-pycrypto >= 2.6 +BuildRequires: %{python}-cryptography BuildRequires: %{python}-setuptools > 0.6 BuildRequires: %{python}-straight-plugin BuildRequires: fdupes @@ -205,7 +205,7 @@ Requires: %{python}-coverage Requires: %{python}-jmespath Requires: %{python}-paramiko Requires: %{python}-passlib -Requires: %{python}-pycrypto >= 2.6 +Requires: %{python}-cryptography Requires: %{python}-setuptools > 0.6 Recommends: %{python}-boto3 Recommends: %{python}-botocore From 53184286a47331f1ef0f1805a45e97adf6deb9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Fri, 16 Apr 2021 13:34:01 +0000 Subject: [PATCH 2/2] Accepting request 885999 from home:moio:branches:systemsmanagement - Drop python-coverage run-time requirement from openSUSE/SLE python-coverage is only required in SLE/openSUSE, it is not listed in the requirements.txt in Ansible's repo. I think it is only in the tests at build time. OBS-URL: https://build.opensuse.org/request/show/885999 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=206 --- ansible.changes | 5 +++++ ansible.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible.changes b/ansible.changes index a96f08e..b9b2112 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 16 12:54:09 UTC 2021 - Alexander Graul + +- Drop python-coverage run-time requirement from openSUSE/SLE + ------------------------------------------------------------------- Fri Apr 16 12:05:06 UTC 2021 - Alexander Graul diff --git a/ansible.spec b/ansible.spec index 4ffb887..8cbd746 100644 --- a/ansible.spec +++ b/ansible.spec @@ -201,7 +201,6 @@ BuildRequires: %{python}-straight-plugin BuildRequires: fdupes Requires: %{python}-Jinja2 Requires: %{python}-PyYAML -Requires: %{python}-coverage Requires: %{python}-jmespath Requires: %{python}-paramiko Requires: %{python}-passlib