Hello community,
here is the log from the commit of package gnuhealth-client for
openSUSE:Factory checked in at 2019-07-17 13:14:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuhealth-client (Old)
and /work/SRC/openSUSE:Factory/.gnuhealth-client.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuhealth-client"
Wed Jul 17 13:14:56 2019 rev:8 rq:714990 version:3.4.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuhealth-client/gnuhealth-client.changes
2019-04-20 17:13:39.942968862 +0200
+++
/work/SRC/openSUSE:Factory/.gnuhealth-client.new.1887/gnuhealth-client.changes
2019-07-17 13:15:00.327826521 +0200
@@ -1,0 +2,5 @@
+Thu Jul 11 06:40:35 UTC 2019 - Axel Braun <[email protected]>
+
+- plugin_frl updated to version 3.4.1
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnuhealth_plugin_frl-latest.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/frl/__init__.py
new/gnuhealth_plugin_frl_3.4.1/__init__.py
--- old/frl/__init__.py 2018-11-27 00:07:32.618162848 +0100
+++ new/gnuhealth_plugin_frl_3.4.1/__init__.py 2019-05-25 07:40:43.299915245
+0200
@@ -2,8 +2,8 @@
##############################################################################
#
# GNU Health: The Free Health and Hospital Information System
-# Copyright (C) 2008-2018 Luis Falcon <[email protected]>
-# Copyright (C) 2011-2018 GNU Solidario <[email protected]>
+# Copyright (C) 2008-2019 Luis Falcon <[email protected]>
+# Copyright (C) 2011-2019 GNU Solidario <[email protected]>
#
#
# This program is free software: you can redistribute it and/or modify
@@ -96,7 +96,7 @@
else:
#Populate and pack the result
r = []
- fields = ['_id','name', 'lastname', 'gender',
+ fields = ['id','name', 'lastname', 'gender',
'dob', 'phone', 'address']
record = self.federation_data.json()
@@ -169,7 +169,7 @@
#Initialize dictionary values for model-specific fields
#needed locally only.
if local_model == 'party.party':
- local_vals = {'federation_account':fed_data['_id'],
'is_person':True}
+ local_vals = {'federation_account':fed_data['id'],
'is_person':True}
local_vals['fsync'] = False
field_mapping = model_fields.split(',')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/frl/version new/gnuhealth_plugin_frl_3.4.1/version
--- old/frl/version 2018-12-10 14:32:26.102433180 +0100
+++ new/gnuhealth_plugin_frl_3.4.1/version 2019-05-25 07:54:07.634237015
+0200
@@ -1 +1 @@
-3.4.0
+3.4.1