- 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:
Thomas Bechtold 2019-06-04 12:18:23 +00:00 committed by Git OBS Bridge
parent 258fce2c79
commit 72336a3677
4 changed files with 21 additions and 5 deletions

View File

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

View File

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

View File

@ -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> Sat Apr 27 13:06:16 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>

View File

@ -15,9 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
Name: ansible-runner Name: ansible-runner
Version: 1.3.3 Version: 1.3.4
Release: 0 Release: 0
License: Apache-2.0 License: Apache-2.0 and GPL-3.0-or-later
Summary: Package for interfacing with Ansible Summary: Package for interfacing with Ansible
Url: https://github.com/ansible/ansible-runner Url: https://github.com/ansible/ansible-runner
Group: Development/Languages/Python Group: Development/Languages/Python