From 2aacf30a07b19d177cf39e53b8b2aa3fa6b8b031f80fb829b4f2ea1182ad85fc Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Thu, 28 Sep 2023 12:46:43 +0000 Subject: [PATCH] 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 --- mygnuhealth.changes | 1 + shebang.diff | 45 --------------------------------------------- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 shebang.diff diff --git a/mygnuhealth.changes b/mygnuhealth.changes index 268e39e..e7a8fe7 100644 --- a/mygnuhealth.changes +++ b/mygnuhealth.changes @@ -5,6 +5,7 @@ Wed Sep 27 15:26:22 UTC 2023 - Axel Braun * 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 diff --git a/shebang.diff b/shebang.diff deleted file mode 100644 index 916ef87..0000000 --- a/shebang.diff +++ /dev/null @@ -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 - # Copyright (C) 2020-2021 GNU Solidario -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 - # Copyright (C) 2020-2021 GNU Solidario -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 -