Hello community,

here is the log from the commit of package gnuhealth-thalamus for 
openSUSE:Factory checked in at 2019-11-18 20:08:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuhealth-thalamus (Old)
 and      /work/SRC/openSUSE:Factory/.gnuhealth-thalamus.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuhealth-thalamus"

Mon Nov 18 20:08:54 2019 rev:5 rq:749150 version:0.9.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuhealth-thalamus/gnuhealth-thalamus.changes    
2019-09-26 20:41:23.418517439 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnuhealth-thalamus.new.26869/gnuhealth-thalamus.changes
 2019-11-18 20:09:11.541628671 +0100
@@ -1,0 +2,5 @@
+Sun Nov 17 21:00:32 UTC 2019 - Axel Braun <axel.br...@gmx.de>
+
+- version 0.9.11
+
+-------------------------------------------------------------------

Old:
----
  thalamus-0.9.10.tar.gz

New:
----
  thalamus-0.9.11.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnuhealth-thalamus.spec ++++++
--- /var/tmp/diff_new_pack.6KKaAn/_old  2019-11-18 20:09:12.337628264 +0100
+++ /var/tmp/diff_new_pack.6KKaAn/_new  2019-11-18 20:09:12.345628260 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuhealth-thalamus
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 # Copyright (c) 2017-2019 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,12 +21,12 @@
 
 %define modname thalamus
 Name:           gnuhealth-%{modname}
-Version:        0.9.10
+Version:        0.9.11
 Release:        0
 Summary:        The GNU Health Federation Message and Authentication Server
 License:        GPL-3.0-or-later
 Group:          Development/Languages/Python
-Url:            http://health.gnu.org
+URL:            http://health.gnu.org
 Source:         
https://files.pythonhosted.org/packages/source/t/%{modname}/%{modname}-%{version}.tar.gz
 BuildRequires:  postgresql-server
 BuildRequires:  python-rpm-macros

++++++ thalamus-0.9.10.tar.gz -> thalamus-0.9.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thalamus-0.9.10/MANIFEST.in 
new/thalamus-0.9.11/MANIFEST.in
--- old/thalamus-0.9.10/MANIFEST.in     2019-07-10 20:55:53.000000000 +0200
+++ new/thalamus-0.9.11/MANIFEST.in     2019-11-17 17:05:18.000000000 +0100
@@ -2,6 +2,7 @@
 global-include *.cfg
 global-include *.rst
 global-include *.html
+global-include *.ini
 global-include *.css
 
 include thalamus/demo/*.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thalamus-0.9.10/PKG-INFO new/thalamus-0.9.11/PKG-INFO
--- old/thalamus-0.9.10/PKG-INFO        2019-09-18 13:14:48.000000000 +0200
+++ new/thalamus-0.9.11/PKG-INFO        2019-11-17 17:49:20.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: thalamus
-Version: 0.9.10
+Version: 0.9.11
 Summary: The GNU Health Federation Message and Authentication Server
 Home-page: http://health.gnu.org
 Author: GNU Solidario
@@ -30,7 +30,7 @@
         ------------
         Thalamus is pip-installable::
         
-          $ pip3 install --user thalamus 
+          $ pip3 install --upgrade --user thalamus 
          
         Technology
         ----------
@@ -82,7 +82,7 @@
         
         For development, ff you want to run it directly from the Flask 
Werkzeug server,::
         
-          $ python ./thalamus.py
+          $ python3 ./thalamus.py
         
         
         Examples
@@ -208,7 +208,7 @@
         
         Homepage
         --------
-        www.gnuhealth.org
+        https://www.gnuhealth.org
         
         
         Release Cycle
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thalamus-0.9.10/README.rst 
new/thalamus-0.9.11/README.rst
--- old/thalamus-0.9.10/README.rst      2019-09-18 13:09:59.000000000 +0200
+++ new/thalamus-0.9.11/README.rst      2019-11-17 17:44:27.000000000 +0100
@@ -21,7 +21,7 @@
 ------------
 Thalamus is pip-installable::
 
-  $ pip3 install --user thalamus 
+  $ pip3 install --upgrade --user thalamus 
  
 Technology
 ----------
@@ -73,7 +73,7 @@
 
 For development, ff you want to run it directly from the Flask Werkzeug 
server,::
 
-  $ python ./thalamus.py
+  $ python3 ./thalamus.py
 
 
 Examples
@@ -199,7 +199,7 @@
 
 Homepage
 --------
-www.gnuhealth.org
+https://www.gnuhealth.org
 
 
 Release Cycle
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thalamus-0.9.10/thalamus/etc/thalamus_uwsgi.ini 
new/thalamus-0.9.11/thalamus/etc/thalamus_uwsgi.ini
--- old/thalamus-0.9.10/thalamus/etc/thalamus_uwsgi.ini 1970-01-01 
01:00:00.000000000 +0100
+++ new/thalamus-0.9.11/thalamus/etc/thalamus_uwsgi.ini 2019-11-17 
11:08:34.000000000 +0100
@@ -0,0 +1,10 @@
+[uwsgi]
+master = 1
+https = 
0.0.0.0:8443,/opt/gnuhealth/certs/gnuhealthfed.crt,/opt/gnuhealth/certs/gnuhealthfed.key
 
+wsgi-file = thalamus.py 
+callable = app 
+processes = 4 
+threads = 2 
+block-size = 32000 
+stats = 127.0.0.1:9191
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thalamus-0.9.10/thalamus.egg-info/PKG-INFO 
new/thalamus-0.9.11/thalamus.egg-info/PKG-INFO
--- old/thalamus-0.9.10/thalamus.egg-info/PKG-INFO      2019-09-18 
13:14:48.000000000 +0200
+++ new/thalamus-0.9.11/thalamus.egg-info/PKG-INFO      2019-11-17 
17:49:19.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: thalamus
-Version: 0.9.10
+Version: 0.9.11
 Summary: The GNU Health Federation Message and Authentication Server
 Home-page: http://health.gnu.org
 Author: GNU Solidario
@@ -30,7 +30,7 @@
         ------------
         Thalamus is pip-installable::
         
-          $ pip3 install --user thalamus 
+          $ pip3 install --upgrade --user thalamus 
          
         Technology
         ----------
@@ -82,7 +82,7 @@
         
         For development, ff you want to run it directly from the Flask 
Werkzeug server,::
         
-          $ python ./thalamus.py
+          $ python3 ./thalamus.py
         
         
         Examples
@@ -208,7 +208,7 @@
         
         Homepage
         --------
-        www.gnuhealth.org
+        https://www.gnuhealth.org
         
         
         Release Cycle
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thalamus-0.9.10/thalamus.egg-info/SOURCES.txt 
new/thalamus-0.9.11/thalamus.egg-info/SOURCES.txt
--- old/thalamus-0.9.10/thalamus.egg-info/SOURCES.txt   2019-09-18 
13:14:48.000000000 +0200
+++ new/thalamus-0.9.11/thalamus.egg-info/SOURCES.txt   2019-11-17 
17:49:20.000000000 +0100
@@ -24,6 +24,7 @@
 thalamus/etc/gunicorn.cfg
 thalamus/etc/roles.cfg
 thalamus/etc/thalamus.cfg
+thalamus/etc/thalamus_uwsgi.ini
 thalamus/static/style.css
 thalamus/templates/index.html
 thalamus/templates/password.html
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thalamus-0.9.10/version new/thalamus-0.9.11/version
--- old/thalamus-0.9.10/version 2019-09-18 12:44:30.000000000 +0200
+++ new/thalamus-0.9.11/version 2019-11-17 16:54:21.000000000 +0100
@@ -1 +1 @@
-0.9.10
+0.9.11


Reply via email to