From 8474de405b1260fa52814bca9a5b1d329a6e484dd4da76f551ca844e472a2a45 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Wed, 28 Feb 2024 09:15:36 +0000 Subject: [PATCH] - version 2.0.2 * No changelog provided * sigature check temporary disabled OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/mygnuhealth?expand=0&rev=37 --- mygnuhealth-2.0.1.tar.gz | 3 --- mygnuhealth-2.0.1.tar.gz.sig | Bin 566 -> 0 bytes mygnuhealth-2.0.2.tar.gz | 3 +++ mygnuhealth.changes | 7 +++++++ mygnuhealth.spec | 7 ++++--- remove-obsolete-deps.patch | 15 --------------- 6 files changed, 14 insertions(+), 21 deletions(-) delete mode 100644 mygnuhealth-2.0.1.tar.gz delete mode 100644 mygnuhealth-2.0.1.tar.gz.sig create mode 100644 mygnuhealth-2.0.2.tar.gz diff --git a/mygnuhealth-2.0.1.tar.gz b/mygnuhealth-2.0.1.tar.gz deleted file mode 100644 index 976f602..0000000 --- a/mygnuhealth-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39d2e826d48efcb18be900b56b6b6c27a56efe3d6ab0f9f868c39fc66f5004db -size 2567326 diff --git a/mygnuhealth-2.0.1.tar.gz.sig b/mygnuhealth-2.0.1.tar.gz.sig deleted file mode 100644 index 3cceb58a5bead60458a6b19343cf2f9d2a197f4da755e63aa29627589276d8ef..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j+zzsL{Bkz*Was*T9N72&P`n30(U0%gLN{{RXJ5Wp4T zt^k;knM7a@|9Y8dzV&snJgjnO!o^V~>3MH-T(T$=Qe>P63|7&rJgbn&$x4Z@$aiRs zY57+F{gihQlc{%avv@&{FJpiX>l}ZW-P8Szo0C6?)(4hQ&6ywmjig73@xNmhhd+!z@i=q1au?-Uc7*K7021Iw#Er4-%1%%N zwPyS{wp66o?wu=-D3YztpL3At-`?Z{w5tmCa)RIxVNS%r&GD|xCh2+r?Na2=Vag2% z3r^v8$FO;lrleR7Kd&pyi*Iw0rR_)}IZN^1A93@_BjKgQGf|AoP1YH)%6hvfh11r? z?qet8q{nL}^)r$m-DQZi;{^V7y}8Xpk=Eqr==z62TxeGXS*~)q?;7{kQ98cv+4{Fg z>I8c%fU;D7;G3KWuo6TV*xCx^8v>}_f?@omDXRjUQ+%QqX|6{j;Ae}Vx1<3foq9_@ z>w?Y^mvu~65Qwt?h9e`(?=o?KG`_Y + +- version 2.0.2 + * No changelog provided + * sigature check temporary disabled + ------------------------------------------------------------------- Wed Feb 7 09:39:23 UTC 2024 - Axel Braun diff --git a/mygnuhealth.spec b/mygnuhealth.spec index 6fec85b..ce94e32 100644 --- a/mygnuhealth.spec +++ b/mygnuhealth.spec @@ -34,14 +34,15 @@ %endif Name: mygnuhealth -Version: %{majorver}.0.1 +Version: %{majorver}.0.2 Release: 0 Summary: The personal health record for the GNU Health system License: GPL-3.0-or-later Group: Productivity/Office/Management URL: http://health.gnu.org/ -Source: https://ftp.gnu.org/gnu/health/mygnuhealth/%{name}-%{version}.tar.gz -Source1: https://ftp.gnu.org/gnu/health/mygnuhealth/%{name}-%{version}.tar.gz.sig +Source: https://files.pythonhosted.org/packages/source/m/%{name}/%{name}-%{version}.tar.gz +## https://ftp.gnu.org/gnu/health/mygnuhealth/%{name}-%{version}.tar.gz +## Source1: https://ftp.gnu.org/gnu/health/mygnuhealth/%{name}-%{version}.tar.gz.sig Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=health&download=1#/%{name}.keyring Patch0: remove-obsolete-deps.patch # SECTION build diff --git a/remove-obsolete-deps.patch b/remove-obsolete-deps.patch index 3b07ed9..b4987e5 100644 --- a/remove-obsolete-deps.patch +++ b/remove-obsolete-deps.patch @@ -1,18 +1,3 @@ -Index: mygnuhealth/buildozer.spec -=================================================================== ---- mygnuhealth.orig/buildozer.spec -+++ mygnuhealth/buildozer.spec -@@ -37,8 +37,8 @@ version = 1.9 - - # (list) Application requirements - # comma separated e.g. requirements = sqlite3,kivy --# pygal, cairosvg, tinycss and cssselect are to render the charts in PNG format --requirements = python3,kivy, tinydb, bcrypt, pygal, cairosvg, tinycss, cssselect -+# pygal, cairosvg is to render the charts in PNG format -+requirements = python3,kivy, tinydb, bcrypt, pygal, cairosvg - - # (str) Custom source folders for requirements - # Sets custom source for any requirements with recipes Index: mygnuhealth/pyproject.toml =================================================================== --- mygnuhealth.orig/pyproject.toml