- 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
This commit is contained in:
parent
0979f327de
commit
6b2b16c485
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4027da4ec2b524c263a801cc2dc6da2b98c2996cec258cef118a30c790467ed2
|
||||
size 34702
|
3
ansible-compat-2.0.2.tar.gz
Normal file
3
ansible-compat-2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c651995dc323ef145bab857fee6540febc881fb71b7feafe8163d49e273163a5
|
||||
size 35072
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 20:14:16 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- 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 <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user