From 6d2249088627c04e3bfd9d52b8f27f41fe292633c73ceb594c6cde620b2d3128 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Fri, 29 Nov 2019 14:18:21 +0000 Subject: [PATCH] Accepting request 750786 from Application:ERP:GNUHealth:3.6 gnuhealth 3.6.x OBS-URL: https://build.opensuse.org/request/show/750786 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/proteus?expand=0&rev=24 --- proteus-4.6.9.tar.gz | 3 --- proteus-5.0.6.tar.gz | 3 +++ proteus.changes | 5 +++++ proteus.spec | 33 ++++++++++++++++----------------- 4 files changed, 24 insertions(+), 20 deletions(-) delete mode 100644 proteus-4.6.9.tar.gz create mode 100644 proteus-5.0.6.tar.gz diff --git a/proteus-4.6.9.tar.gz b/proteus-4.6.9.tar.gz deleted file mode 100644 index 572705e..0000000 --- a/proteus-4.6.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c4ffcfecc82c8fa46f4746885186ba94e3f963c7ca8620dca68c5a64dcdb191 -size 39764 diff --git a/proteus-5.0.6.tar.gz b/proteus-5.0.6.tar.gz new file mode 100644 index 0000000..d66775b --- /dev/null +++ b/proteus-5.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4fbc25cc37a1b543cabbfabe0eea71a398f3b28522c35da895d5a143f69f1f +size 39887 diff --git a/proteus.changes b/proteus.changes index 96d6fb0..0c54534 100644 --- a/proteus.changes +++ b/proteus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 21 14:36:24 UTC 2019 - Axel Braun + +- version 5.0.6 (GNU Health 3.6 series) + ------------------------------------------------------------------- Mon Nov 11 17:59:36 UTC 2019 - Axel Braun diff --git a/proteus.spec b/proteus.spec index 977f266..7677c56 100644 --- a/proteus.spec +++ b/proteus.spec @@ -1,8 +1,8 @@ # # spec file for package proteus # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2017-2018 Dr. Axel Braun +# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2019 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,25 +17,25 @@ # -%define majorver 4.6 +%define majorver 5.0 Name: proteus -Version: %{majorver}.9 +Version: %{majorver}.6 Release: 0 Summary: A library to access Tryton's modules like a client License: GPL-3.0-or-later Group: Productivity/Office/Management -Url: http://www.tryton.org/ +URL: http://www.tryton.org/ Source0: http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz # List of additional build dependencies BuildRequires: fdupes -BuildRequires: python-devel -BuildRequires: python-lxml -BuildRequires: python-psycopg2 -BuildRequires: python-pydot -BuildRequires: python-setuptools -Requires: python-cdecimal -Requires: python-dateutil -Requires: python-simplejson +BuildRequires: python3-devel +BuildRequires: python3-lxml +BuildRequires: python3-psycopg2 +BuildRequires: python3-pydot +BuildRequires: python3-setuptools +Requires: python3-dateutil +##equires: python3-cdecimal +##Requires: python3-simplejson Requires: trytond BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -47,16 +47,15 @@ Proteus allows you to access Tryton's modules like a client. Useful for automati %setup -q %build -python setup.py build +python3 setup.py build %install -python setup.py install --prefix=%_prefix --root=%buildroot +python3 setup.py install --prefix=%_prefix --root=%buildroot %fdupes -s %{buildroot} %files %defattr(-,root,root) -%doc README -%license LICENSE +%doc README LICENSE %{python_sitelib}/* %changelog