forked from pool/mygnuhealth
Accepting request 1114092 from home:DocB:branches:Application:ERP:GNUHealth:Factory
- Version 2.0.0 * complete rewrite based on Kivy (instead Kirigami) * For Details see CHANGELOG * doc_path.diff removed * shebang.diff removed - License string corrected - version 1.0.5 * switched source download to gnu.org, added signature * added documentation in DE, ES, FR * Minor adjustmends - version 1.0.4 * fixes plotting issues when matplotlib uses unsorted records or dup batch inputs. - version 1.0.3 * update of Uniprot-database * some minor changes / updates in the documentation and credits - Version 1.0.2 * MyGNUHealth does not display global menu on MATE * Update link from GNU Savannah - Version 1.0.1 * Fix the download path within GNU.org. Now it points to https://ftp.gnu.org/gnu/health/mygnuhealth/ * Include Changelog file * Include local / offline documentation (resides on /usr/share/doc/packages/mygnuhealth) * doc_path.diff added * Clean up __pycache__ from tarball - Version 1.0.0 - Version 0.7a6 initial OBS build OBS-URL: https://build.opensuse.org/request/show/1114092 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/mygnuhealth?expand=0&rev=31
This commit is contained in:
parent
70f39aafb5
commit
2aacf30a07
@ -5,6 +5,7 @@ Wed Sep 27 15:26:22 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
||||
* complete rewrite based on Kivy (instead Kirigami)
|
||||
* For Details see CHANGELOG
|
||||
* doc_path.diff removed
|
||||
* shebang.diff removed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 11 11:44:11 UTC 2022 - Axel Braun <axel.braun@gmx.de>
|
||||
|
45
shebang.diff
45
shebang.diff
@ -1,45 +0,0 @@
|
||||
diff -U 3 -dHrN -- a/mygnuhealth/about.py b/mygnuhealth/about.py
|
||||
--- a/mygnuhealth/about.py 2021-04-27 01:05:15.000000000 +0200
|
||||
+++ b/mygnuhealth/about.py 2021-04-29 16:37:17.525630184 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
####################################################################
|
||||
# Copyright (C) 2020-2021 Luis Falcon <falcon@gnuhealth.org>
|
||||
# Copyright (C) 2020-2021 GNU Solidario <health@gnusolidario.org>
|
||||
diff -U 3 -dHrN -- a/mygnuhealth/core.py b/mygnuhealth/core.py
|
||||
--- a/mygnuhealth/core.py 2021-04-19 21:56:29.000000000 +0200
|
||||
+++ b/mygnuhealth/core.py 2021-04-29 16:37:17.533630154 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
##############################################################################
|
||||
#
|
||||
# MyGNUHealth : Mobile and Desktop PHR node for GNU Health
|
||||
diff -U 3 -dHrN -- a/mygnuhealth/credits.py b/mygnuhealth/credits.py
|
||||
--- a/mygnuhealth/credits.py 2021-04-19 21:56:29.000000000 +0200
|
||||
+++ b/mygnuhealth/credits.py 2021-04-29 16:37:17.533630154 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
####################################################################
|
||||
# Copyright (C) 2020-2021 Luis Falcon <falcon@gnuhealth.org>
|
||||
# Copyright (C) 2020-2021 GNU Solidario <health@gnusolidario.org>
|
||||
diff -U 3 -dHrN -- a/mygnuhealth/mygh.py b/mygnuhealth/mygh.py
|
||||
--- a/mygnuhealth/mygh.py 2021-04-19 21:56:29.000000000 +0200
|
||||
+++ b/mygnuhealth/mygh.py 2021-04-29 16:37:17.537630140 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
##############################################################################
|
||||
#
|
||||
# MyGNUHealth : Mobile and Desktop PHR node for GNU Health
|
||||
diff -U 3 -dHrN -- a/setup.py b/setup.py
|
||||
--- a/setup.py 2021-04-18 23:56:30.000000000 +0200
|
||||
+++ b/setup.py 2021-04-29 16:37:17.549630096 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
# This file if part of the MyGNUHealth, the GNU Health PHR
|
||||
# www.gnuhealth.org
|
||||
|
Loading…
Reference in New Issue
Block a user