- Version 0.9.8
rewrite to use PostgreSQL instad of mongoDB OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth-thalamus?expand=0&rev=6
This commit is contained in:
parent
057b16371e
commit
a1fe5100de
4
_service
Normal file
4
_service
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<services>
|
||||||
|
|
||||||
|
<service name="download_files" mode="localonly" />
|
||||||
|
</services>
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 8 20:57:13 UTC 2019 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- Version 0.9.8
|
||||||
|
rewrite to use PostgreSQL instad of mongoDB
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 17 12:04:49 UTC 2018 - Axel Braun <axel.braun@gmx.de>
|
Mon Dec 17 12:04:49 UTC 2018 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnuhealth-thalamus
|
# spec file for package gnuhealth-thalamus
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2017-218 Dr. Axel Braun
|
# Copyright (c) 2017-2019 Dr. Axel Braun
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -13,35 +13,38 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
|
|
||||||
%define modname thalamus
|
%define modname thalamus
|
||||||
Name: gnuhealth-%{modname}
|
Name: gnuhealth-%{modname}
|
||||||
Version: 0.9.5
|
Version: 0.9.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-3.0-or-later
|
|
||||||
Summary: The GNU Health Federation Message and Authentication Server
|
Summary: The GNU Health Federation Message and Authentication Server
|
||||||
Url: http://health.gnu.org
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: http://health.gnu.org
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/%{modname}/%{modname}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/%{modname}/%{modname}-%{version}.tar.gz
|
||||||
|
BuildRequires: postgresql-server
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: python3-bcrypt
|
|
||||||
BuildRequires: python3-Flask
|
BuildRequires: python3-Flask
|
||||||
BuildRequires: python3-Flask-HTTPAuth
|
BuildRequires: python3-Flask-HTTPAuth
|
||||||
BuildRequires: python3-Flask-PyMongo
|
BuildRequires: python3-bcrypt
|
||||||
|
##BuildRequires: python3-Flask-PyMongo
|
||||||
BuildRequires: python3-Flask-RESTful
|
BuildRequires: python3-Flask-RESTful
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python3-bcrypt
|
Requires: postgresql-server
|
||||||
Requires: python3-Flask
|
Requires: python3-Flask
|
||||||
Requires: python3-Flask-HTTPAuth
|
Requires: python3-Flask-HTTPAuth
|
||||||
Requires: python3-Flask-PyMongo
|
|
||||||
Requires: python3-Flask-RESTful
|
Requires: python3-Flask-RESTful
|
||||||
|
Requires: python3-bcrypt
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
3
thalamus-0.9.8.tar.gz
Normal file
3
thalamus-0.9.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7378cb7d96ae4bfa87ddbd65eddfb7a8aaeed3ba3f2005cc36162c0bcb101f46
|
||||||
|
size 87565
|
Loading…
Reference in New Issue
Block a user