forked from pool/trytond
Accepting request 783274 from Application:ERP:GNUHealth:3.6
- version 5.0.19 revert_werkzeug_setup.patch added to remove dependency on werkzeug < 1.0 OBS-URL: https://build.opensuse.org/request/show/783274 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/trytond?expand=0&rev=85
This commit is contained in:
parent
9876e5e7ff
commit
4fae962422
12
revert_werkzeug_setup.patch
Normal file
12
revert_werkzeug_setup.patch
Normal file
@ -0,0 +1,12 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -108,7 +108,7 @@
|
||||
'python-dateutil',
|
||||
'polib',
|
||||
'python-sql >= 0.5',
|
||||
- 'werkzeug < 1.0',
|
||||
+ 'werkzeug',
|
||||
'wrapt',
|
||||
'passlib',
|
||||
],
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:330626713c14647ae37c7800caed64abc0461f0cbf2e106e12fb41907030ad17
|
||||
size 649093
|
3
trytond-5.0.19.tar.gz
Normal file
3
trytond-5.0.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c20e3e53abfda10619d045a4cad61490a553d089704cdf558cda52dde7ed15b4
|
||||
size 649324
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 10 09:44:05 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- version 5.0.19
|
||||
revert_werkzeug_setup.patch added to remove dependency on werkzeug < 1.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 4 12:48:39 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define majorver 5.0
|
||||
%define base_name tryton
|
||||
Name: trytond
|
||||
Version: %{majorver}.18
|
||||
Version: %{majorver}.19
|
||||
Release: 0
|
||||
Summary: An Enterprise Resource Planning (ERP) system
|
||||
License: GPL-3.0-or-later
|
||||
@ -33,6 +33,7 @@ Source3: %{name}.conf
|
||||
Source4: %{name}_log.conf
|
||||
Source20: %{name}.service
|
||||
Patch0: fix_werkzeug.patch
|
||||
Patch1: revert_werkzeug_setup.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python3-Werkzeug
|
||||
BuildRequires: python3-bcrypt
|
||||
@ -78,6 +79,7 @@ security.
|
||||
cp %{SOURCE1} .
|
||||
cp %{SOURCE2} .
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
python3 setup.py build
|
||||
|
Loading…
Reference in New Issue
Block a user