Accepting request 1159867 from systemsmanagement:ansible

OBS-URL: https://build.opensuse.org/request/show/1159867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansible-compat?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:18:46 +00:00 committed by Git OBS Bridge
commit 003f52225a
4 changed files with 22 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3e9f9d7c3a1ce6222de444e9dc6fece7eba70ac64f2a0befdc4e2d542018b4a
size 73021

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:235db266d08b40377431657842688e892d85916cb194cbab41f519e90083d0ee
size 67974

View File

@ -1,13 +1,26 @@
-------------------------------------------------------------------
Sat Mar 16 14:04:01 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de> Wed Jan 10 19:27:59 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 4.1.11: - update to 4.1.11:
* Bugfixes * Bugfixes
- Allow more control over verbosity when calling ansible-galaxy (#278) @ziegenberg - Allow more control over verbosity when calling ansible-galaxy
- Fix collection installation with custom project_dir (#343) @ssbarnea (#278) @ziegenberg
- Fix collection installation bug when having custom config (#344) @ssbarnea - 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 - 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 <sebix@sebix.at> Fri Nov 24 13:03:50 UTC 2023 - Sebastian Wagner <sebix@sebix.at>

View File

@ -24,12 +24,12 @@
%endif %endif
Name: python-ansible-compat Name: python-ansible-compat
Version: 4.1.11 Version: 4.1.12
Release: 0 Release: 0
Summary: Compatibility shim for Ansible 2.9 and newer Summary: Compatibility shim for Ansible 2.9 and newer
License: MIT License: MIT
URL: https://github.com/ansible-community/ansible-compat 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 pip}
BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}