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:
committed by
Git OBS Bridge
parent
1027a8f59a
commit
437af92209
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user