- update to 1.3.4:
* make class __name__ match Ansible expectation * bundle six.ensure_str to avoid pinning to a new six version * Updating for 1.3.4 release * Adopt modified upstream packaging * Add missing lockfile RPM dependency * Fix an issue with missing options * port old callback tests to integration folder * Fix missing toplevel host events docs issue * Move integration data folder, add new test - fix license - ansible-runner also contains code licensed under GPL-3.0-or-later OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible-runner?expand=0&rev=5
This commit is contained in:
parent
258fce2c79
commit
72336a3677
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a2b83e63b830de3ff01c2992342cfe09f96e410953c85904ee7e301b21fa513
|
||||
size 40400
|
3
ansible-runner-1.3.4.tar.gz
Normal file
3
ansible-runner-1.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60f531f1cb9b2b0cb1e8cf8dc9f81186aecda22d01587f35c61a833d0198f220
|
||||
size 40821
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 12:14:09 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
- update to 1.3.4:
|
||||
* make class __name__ match Ansible expectation
|
||||
* bundle six.ensure_str to avoid pinning to a new six version
|
||||
* Updating for 1.3.4 release
|
||||
* Adopt modified upstream packaging
|
||||
* Add missing lockfile RPM dependency
|
||||
* Fix an issue with missing options
|
||||
* port old callback tests to integration folder
|
||||
* Fix missing toplevel host events docs issue
|
||||
* Move integration data folder, add new test
|
||||
- fix license - ansible-runner also contains code licensed under
|
||||
GPL-3.0-or-later
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 27 13:06:16 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
|
@ -15,9 +15,9 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
|
||||
Name: ansible-runner
|
||||
Version: 1.3.3
|
||||
Version: 1.3.4
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
License: Apache-2.0 and GPL-3.0-or-later
|
||||
Summary: Package for interfacing with Ansible
|
||||
Url: https://github.com/ansible/ansible-runner
|
||||
Group: Development/Languages/Python
|
||||
|
Loading…
x
Reference in New Issue
Block a user