From 6b2b16c48566ffdbc566725b6f275647ee1b6967cc45ac903d434570002058bc Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 29 Mar 2022 21:23:55 +0000 Subject: [PATCH] - Update to version 2.0.2: - Ensure get_cache_dir works with relative paths (#131) - Make cache_key portable (#127) This will help getting the behavior more portable across different systems, as the cache key for specific project name should be the same, regardless location of user home directory or the source code location. - Correct pylint version (#128) We previously used unreleased version of pylint. OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/python-ansible-compat?expand=0&rev=2 --- ansible-compat-2.0.0.tar.gz | 3 --- ansible-compat-2.0.2.tar.gz | 3 +++ python-ansible-compat.changes | 13 +++++++++++++ python-ansible-compat.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 ansible-compat-2.0.0.tar.gz create mode 100644 ansible-compat-2.0.2.tar.gz diff --git a/ansible-compat-2.0.0.tar.gz b/ansible-compat-2.0.0.tar.gz deleted file mode 100644 index b09e2fc..0000000 --- a/ansible-compat-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4027da4ec2b524c263a801cc2dc6da2b98c2996cec258cef118a30c790467ed2 -size 34702 diff --git a/ansible-compat-2.0.2.tar.gz b/ansible-compat-2.0.2.tar.gz new file mode 100644 index 0000000..b1a2f7a --- /dev/null +++ b/ansible-compat-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c651995dc323ef145bab857fee6540febc881fb71b7feafe8163d49e273163a5 +size 35072 diff --git a/python-ansible-compat.changes b/python-ansible-compat.changes index 4439ee5..8829730 100644 --- a/python-ansible-compat.changes +++ b/python-ansible-compat.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Mar 29 20:14:16 UTC 2022 - Sebastian Wagner + +- Update to version 2.0.2: + - Ensure get_cache_dir works with relative paths (#131) + - Make cache_key portable (#127) + This will help getting the behavior more portable across different + systems, as the cache key for specific project name should be the + same, regardless location of user home directory or the source code + location. + - Correct pylint version (#128) + We previously used unreleased version of pylint. + ------------------------------------------------------------------- Tue Mar 15 20:51:08 UTC 2022 - Sebastian Wagner diff --git a/python-ansible-compat.spec b/python-ansible-compat.spec index 3fb6274..c0d995e 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.0.0 +Version: 2.0.2 Release: 0 Summary: Compatibility shim for Ansible 2.9 and newer. License: MIT