diff --git a/ansible-compat-4.1.11.tar.gz b/ansible-compat-4.1.11.tar.gz deleted file mode 100644 index d45e5e7..0000000 --- a/ansible-compat-4.1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3e9f9d7c3a1ce6222de444e9dc6fece7eba70ac64f2a0befdc4e2d542018b4a -size 73021 diff --git a/python-ansible-compat-4.1.12.tar.gz b/python-ansible-compat-4.1.12.tar.gz new file mode 100644 index 0000000..da9aaca --- /dev/null +++ b/python-ansible-compat-4.1.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235db266d08b40377431657842688e892d85916cb194cbab41f519e90083d0ee +size 67974 diff --git a/python-ansible-compat.changes b/python-ansible-compat.changes index 8c34abb..5bddd0d 100644 --- a/python-ansible-compat.changes +++ b/python-ansible-compat.changes @@ -1,13 +1,26 @@ +------------------------------------------------------------------- +Sat Mar 16 14:04:01 UTC 2024 - Johannes Kastl + +- update to 4.1.12: + * Bugfixes + - Allow dashes in role namespaces (#355) @sur5r + - If project_dir is passed, locate requirements within that + directory (#339) @audgirka + ------------------------------------------------------------------- Wed Jan 10 19:27:59 UTC 2024 - Johannes Kastl - update to 4.1.11: * Bugfixes - - Allow more control over verbosity when calling ansible-galaxy (#278) @ziegenberg - - Fix collection installation with custom project_dir (#343) @ssbarnea - - Fix collection installation bug when having custom config (#344) @ssbarnea + - Allow more control over verbosity when calling ansible-galaxy + (#278) @ziegenberg + - Fix collection installation with custom project_dir (#343) + @ssbarnea + - Fix collection installation bug when having custom config + (#344) @ssbarnea - Add support for python 3.12 (#336) @ssbarnea - - Remove isolated option while adding sys.path (#335) @shatakshiiii + - Remove isolated option while adding sys.path (#335) + @shatakshiiii ------------------------------------------------------------------- Fri Nov 24 13:03:50 UTC 2023 - Sebastian Wagner diff --git a/python-ansible-compat.spec b/python-ansible-compat.spec index 029848b..97ff404 100644 --- a/python-ansible-compat.spec +++ b/python-ansible-compat.spec @@ -24,12 +24,12 @@ %endif Name: python-ansible-compat -Version: 4.1.11 +Version: 4.1.12 Release: 0 Summary: Compatibility shim for Ansible 2.9 and newer License: MIT URL: https://github.com/ansible-community/ansible-compat -Source: https://files.pythonhosted.org/packages/source/a/ansible-compat/ansible-compat-%{version}.tar.gz +Source: https://github.com/ansible-community/ansible-compat/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools}