From 437af922096cacc34cbbc28a9be36115f0fb64c569efcdce48e98fb6660fbb3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Jan 2020 18:09:15 +0000 Subject: [PATCH] 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 --- ara-1.1.0.tar.gz | 3 --- ara-1.3.2.tar.gz | 3 +++ python-ara.changes | 19 +++++++++++++++++++ python-ara.spec | 9 ++++++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 ara-1.1.0.tar.gz create mode 100644 ara-1.3.2.tar.gz diff --git a/ara-1.1.0.tar.gz b/ara-1.1.0.tar.gz deleted file mode 100644 index 16b9cc2..0000000 --- a/ara-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75e012f609bf5df46928c0b1da8d545cf5330f1639ff0d3351debaa4e97954e1 -size 566337 diff --git a/ara-1.3.2.tar.gz b/ara-1.3.2.tar.gz new file mode 100644 index 0000000..20f3204 --- /dev/null +++ b/ara-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8572f1ff097ab97cd628315e86fdc98cd6276e4f94aa6b88874acbdafa393c +size 961418 diff --git a/python-ara.changes b/python-ara.changes index e635acd..73c8133 100644 --- a/python-ara.changes +++ b/python-ara.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Jan 17 15:45:50 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-ara.spec b/python-ara.spec index 6c89dcc..743cb13 100644 --- a/python-ara.spec +++ b/python-ara.spec @@ -1,7 +1,7 @@ # # spec file for package python-ara # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,12 +28,12 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ara -Version: 1.1.0 +Version: 1.3.2 Release: 0 Summary: ARA Records Ansible License: GPL-3.0-or-later Group: Development/Languages/Python -Url: https://github.com/ansible-community/ara +URL: https://github.com/ansible-community/ara Source: https://files.pythonhosted.org/packages/source/a/ara/ara-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pbr} @@ -43,10 +43,13 @@ BuildRequires: %{python_module Django >= 2.1.5} BuildRequires: %{python_module ara >= %{version}} BuildRequires: %{python_module django-cors-headers} BuildRequires: %{python_module django-filter} +BuildRequires: %{python_module django-health-check} BuildRequires: %{python_module djangorestframework >= 3.9.1} BuildRequires: %{python_module dynaconf} BuildRequires: %{python_module factory_boy} BuildRequires: %{python_module pyaml} +BuildRequires: %{python_module pygments} +BuildRequires: %{python_module tzlocal} BuildRequires: %{python_module whitenoise} %endif BuildRequires: fdupes