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