15
0
forked from pool/python-ara

Accepting request 765332 from home:mcalabkova:branches:devel:languages:python

- update to 1.3.2
  * ara_api role: add support for installing from fedora packages
  * ara_api role: provide sensible PATH defaults without venv
  * api: Use basename instead of base_name in URL mapping
  * Bump Ansible versions in CI tests
  * callback: recover host facts for setup *and* gather_facts
  * cli: Add ara-manage prune to delete old playbooks
  * Remove f-strings to remove requirement on py36
  * api: Add support for ordering objects by fields
  * API client: Add support for disabling SSL verification
  * add django-healthcheck and /healthcheck/ endpoint
  * Ensure endpoint doesn't contain trailing slash
  * API: Use local timezone by default instead of UTC
  * UI: Autoescape untrusted content
  * Add a simple built-in web interface

OBS-URL: https://build.opensuse.org/request/show/765332
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-01-17 18:09:15 +00:00
committed by Git OBS Bridge
parent 1027a8f59a
commit 437af92209
4 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jan 17 15:45:50 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.3.2
* ara_api role: add support for installing from fedora packages
* ara_api role: provide sensible PATH defaults without venv
* api: Use basename instead of base_name in URL mapping
* Bump Ansible versions in CI tests
* callback: recover host facts for setup *and* gather_facts
* cli: Add ara-manage prune to delete old playbooks
* Remove f-strings to remove requirement on py36
* api: Add support for ordering objects by fields
* API client: Add support for disabling SSL verification
* add django-healthcheck and /healthcheck/ endpoint
* Ensure endpoint doesn't contain trailing slash
* API: Use local timezone by default instead of UTC
* UI: Autoescape untrusted content
* Add a simple built-in web interface
-------------------------------------------------------------------
Tue Sep 24 07:42:45 UTC 2019 - pgajdos@suse.com