- version 4.0.2
* Use ODT binary format for pediatric growth charts reports * Force Beren library to 0.7.0 to make it compatible with Python 3.6 * Allow Python minor versions > 10 (ej Python 3.10.2) * fix webdav import error, bug #62165 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=97
This commit is contained in:
parent
85de1f096b
commit
f73ae70ba9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86c4c3c6305e270b832308f4ca7f9ae4ef26f3b85ab12564fa4efce84f850f62
|
||||
size 137994240
|
Binary file not shown.
3
gnuhealth-4.0.2.tar.gz
Normal file
3
gnuhealth-4.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2837004abf7d957e353df9a3910ff109a9ce6cbb86ccf041c6f40ebf908d0790
|
||||
size 15117888
|
BIN
gnuhealth-4.0.2.tar.gz.sig
Normal file
BIN
gnuhealth-4.0.2.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 23 07:34:28 UTC 2022 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- version 4.0.2
|
||||
* Use ODT binary format for pediatric growth charts reports
|
||||
* Force Beren library to 0.7.0 to make it compatible with Python 3.6
|
||||
* Allow Python minor versions > 10 (ej Python 3.10.2)
|
||||
* fix webdav import error, bug #62165
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 6 10:01:47 UTC 2022 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnuhealth
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2014-2022 Dr. Axel Braun
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -15,6 +15,8 @@
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%bcond_with tests 0
|
||||
|
||||
%define skip_python2 1
|
||||
@ -23,7 +25,7 @@
|
||||
|
||||
Name: gnuhealth
|
||||
|
||||
Version: %{majorver}.0
|
||||
Version: %{majorver}.2
|
||||
Release: 0
|
||||
URL: https://health.gnu.org
|
||||
Summary: A Health and Hospital Information System
|
||||
@ -46,8 +48,8 @@ Patch0: shebang.diff
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-generators
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-setuptools
|
||||
# For the tests:
|
||||
BuildRequires: trytond
|
||||
BuildRequires: trytond_company
|
||||
@ -59,13 +61,13 @@ BuildRequires: trytond_product
|
||||
Requires: gnu-free-fonts
|
||||
Requires: bsdtar
|
||||
Requires: proteus
|
||||
Requires: python3-Pillow
|
||||
Requires: python3-PyWebDAV3-GNUHealth
|
||||
Requires: python3-caldav
|
||||
Requires: python3-hl7apy
|
||||
Requires: python3-ldap3
|
||||
Requires: python3-matplotlib
|
||||
Requires: python3-passlib
|
||||
Requires: python3-Pillow
|
||||
Requires: python3-pyBarcode
|
||||
Requires: python3-qrcode
|
||||
Requires: python3-simpleeval
|
||||
@ -172,7 +174,6 @@ for i in h*; do
|
||||
done
|
||||
%endif
|
||||
|
||||
|
||||
%pre
|
||||
#Write environment changes to /etc/bash.bashrc.local
|
||||
cat > /etc/bash.bashrc.local << "EOF"
|
||||
|
Loading…
Reference in New Issue
Block a user