From 50a53169ff9030d7db3d47f4e564ebc7ee81f771a075375ef0f4929c47f2f9ed Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 29 Jul 2022 06:03:05 +0000 Subject: [PATCH] Accepting request 991624 from home:ojkastl_buildservice:Branch_systemsmanagement update to 2.2.0 OBS-URL: https://build.opensuse.org/request/show/991624 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/python-ansible-compat?expand=0&rev=11 --- ansible-compat-2.1.0.tar.gz | 3 --- ansible-compat-2.2.0.tar.gz | 3 +++ python-ansible-compat.changes | 12 ++++++++++++ python-ansible-compat.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 ansible-compat-2.1.0.tar.gz create mode 100644 ansible-compat-2.2.0.tar.gz diff --git a/ansible-compat-2.1.0.tar.gz b/ansible-compat-2.1.0.tar.gz deleted file mode 100644 index 0a96576..0000000 --- a/ansible-compat-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62bae1bb5c20663d5ee1bfec04f073c08be721040af9ef5bddc7904e6678d184 -size 37840 diff --git a/ansible-compat-2.2.0.tar.gz b/ansible-compat-2.2.0.tar.gz new file mode 100644 index 0000000..062d228 --- /dev/null +++ b/ansible-compat-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676db8ec0449d1f07038625b8ebb8ceef5f8ad3a1af3ee82d4ed66b9b04cb6fa +size 38772 diff --git a/python-ansible-compat.changes b/python-ansible-compat.changes index fd11942..a25868d 100644 --- a/python-ansible-compat.changes +++ b/python-ansible-compat.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jul 28 20:45:45 UTC 2022 - Johannes Kastl + +- update to 2.2.0: + * Minor Changes + - Allow installation of pre-released collections (#157) @ssbarnea + - Add support for python 3.11 (#155) @ssbarnea + * Bugfixes + - Refactor schema testing (#152) @ssbarnea + - Use jsonschema 4.6.0 (#153) @ssbarnea + - Avoid CryptographyDeprecationWarning from paramiko (#150) @ssbarnea + ------------------------------------------------------------------- Tue Jun 14 21:02:38 UTC 2022 - Sebastian Wagner diff --git a/python-ansible-compat.spec b/python-ansible-compat.spec index 29a0d9b..e16879a 100644 --- a/python-ansible-compat.spec +++ b/python-ansible-compat.spec @@ -19,7 +19,7 @@ # only works with the python version which the package 'ansible' uses %define pythons python3 Name: python-ansible-compat -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Compatibility shim for Ansible 2.9 and newer License: MIT