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 3cceb58..0000000 Binary files a/mygnuhealth-2.0.1.tar.gz.sig and /dev/null differ diff --git a/mygnuhealth-2.0.2.tar.gz b/mygnuhealth-2.0.2.tar.gz new file mode 100644 index 0000000..325e2d5 --- /dev/null +++ b/mygnuhealth-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc269940eae84936c4f5e82315cac8b6c265b8149fdb8ccc507cf0c34c38af3 +size 2380866 diff --git a/mygnuhealth.changes b/mygnuhealth.changes index 387127f..f6bf816 100644 --- a/mygnuhealth.changes +++ b/mygnuhealth.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 27 15:35:36 UTC 2024 - Axel Braun + +- 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