forked from pool/mygnuhealth
- 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
This commit is contained in:
parent
c1cf8fdcd2
commit
8474de405b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39d2e826d48efcb18be900b56b6b6c27a56efe3d6ab0f9f868c39fc66f5004db
|
||||
size 2567326
|
Binary file not shown.
3
mygnuhealth-2.0.2.tar.gz
Normal file
3
mygnuhealth-2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbc269940eae84936c4f5e82315cac8b6c265b8149fdb8ccc507cf0c34c38af3
|
||||
size 2380866
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 15:35:36 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- version 2.0.2
|
||||
* No changelog provided
|
||||
* sigature check temporary disabled
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 09:39:23 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user