This commit is contained in:
parent
a1fe5100de
commit
b2fe0904e4
4
_service
4
_service
@ -1,4 +0,0 @@
|
|||||||
<services>
|
|
||||||
|
|
||||||
<service name="download_files" mode="localonly" />
|
|
||||||
</services>
|
|
@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
||||||
|
|
||||||
|
@ -35,16 +35,19 @@ BuildRequires: python3-setuptools
|
|||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: python3-Flask
|
BuildRequires: python3-Flask
|
||||||
BuildRequires: python3-Flask-HTTPAuth
|
BuildRequires: python3-Flask-HTTPAuth
|
||||||
BuildRequires: python3-bcrypt
|
|
||||||
##BuildRequires: python3-Flask-PyMongo
|
|
||||||
BuildRequires: python3-Flask-RESTful
|
BuildRequires: python3-Flask-RESTful
|
||||||
|
BuildRequires: python3-Flask-WTF
|
||||||
|
BuildRequires: python3-bcrypt
|
||||||
|
BuildRequires: python3-psycopg2
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: postgresql-server
|
Requires: postgresql-server
|
||||||
Requires: python3-Flask
|
Requires: python3-Flask
|
||||||
Requires: python3-Flask-HTTPAuth
|
Requires: python3-Flask-HTTPAuth
|
||||||
Requires: python3-Flask-RESTful
|
Requires: python3-Flask-RESTful
|
||||||
|
Requires: python3-Flask-WTF
|
||||||
Requires: python3-bcrypt
|
Requires: python3-bcrypt
|
||||||
|
Requires: python3-psycopg2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7378cb7d96ae4bfa87ddbd65eddfb7a8aaeed3ba3f2005cc36162c0bcb101f46
|
|
||||||
size 87565
|
|
Loading…
Reference in New Issue
Block a user