From add8e6bc8fcede1ff613469a5d73d403355e5b850eb35411782ffae2b648e8e8 Mon Sep 17 00:00:00 2001
From: Sebastian Wagner <sebix+novell.com@sebix.at>
Date: Wed, 20 Mar 2024 14:43:41 +0000
Subject: [PATCH] Accepting request 1158495 from
 home:ojkastl_buildservice:Branch_systemsmanagement_ansible

update to 4.1.12

OBS-URL: https://build.opensuse.org/request/show/1158495
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/python-ansible-compat?expand=0&rev=23
---
 ansible-compat-4.1.11.tar.gz        |  3 ---
 python-ansible-compat-4.1.12.tar.gz |  3 +++
 python-ansible-compat.changes       | 21 +++++++++++++++++----
 python-ansible-compat.spec          |  4 ++--
 4 files changed, 22 insertions(+), 9 deletions(-)
 delete mode 100644 ansible-compat-4.1.11.tar.gz
 create mode 100644 python-ansible-compat-4.1.12.tar.gz

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 <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>
 
 - 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 <sebix@sebix.at>
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}