diff --git a/ansible-compat-2.2.7.tar.gz b/ansible-compat-2.2.7.tar.gz deleted file mode 100644 index b825945..0000000 --- a/ansible-compat-2.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08deddcd0a1dc6baabe674b07c6ff882118492c123d281f56f01905271a7ffc4 -size 47378 diff --git a/ansible-compat-3.0.1.tar.gz b/ansible-compat-3.0.1.tar.gz new file mode 100644 index 0000000..b5cedaa --- /dev/null +++ b/ansible-compat-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dc5e4b7fade9b7375c568a24475b7be81024cac2a20caef3260ef0b51287b4 +size 62676 diff --git a/python-ansible-compat.changes b/python-ansible-compat.changes index 531d3d2..b72ed44 100644 --- a/python-ansible-compat.changes +++ b/python-ansible-compat.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jan 31 15:05:36 UTC 2023 - Johannes Kastl + +- update to 3.0.0: + * Major Changes + - Require ansible-core 2.12 or newer (#215) @ssbarnea + * Minor Changes + - Address ansible 2.15 compatibility related to AnsibleCollectionConfig (#213) @ssbarnea + * Bugfixes + - Required subprocess-tee>=0.4.1 (#211) @ssbarnea +- update to 3.0.1: + * Bugfixes + - Avoid double initialization of ansible runtime (#218) @ssbarnea + - Update README.md for 3.0.0 release (#217) @ianw + ------------------------------------------------------------------- Sun Dec 18 20:51:46 UTC 2022 - Johannes Kastl diff --git a/python-ansible-compat.spec b/python-ansible-compat.spec index c65b3eb..5158a90 100644 --- a/python-ansible-compat.spec +++ b/python-ansible-compat.spec @@ -26,7 +26,7 @@ %endif Name: python-ansible-compat -Version: 2.2.7 +Version: 3.0.1 Release: 0 Summary: Compatibility shim for Ansible 2.9 and newer License: MIT @@ -44,13 +44,13 @@ BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module flaky} BuildRequires: %{python_module jsonschema >= 4.5.1} BuildRequires: %{python_module pytest-mock} -BuildRequires: %{python_module subprocess-tee} +BuildRequires: %{python_module subprocess-tee >= 0.4.1} BuildRequires: ansible # /SECTION BuildRequires: fdupes BuildRequires: python-rpm-generators %{?python_enable_dependency_generator} -Requires: python-subprocess-tee +Requires: python-subprocess-tee >= 0.4.1 BuildArch: noarch %python_subpackages