Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mygnuhealth for openSUSE:Factory checked in at 2021-07-08 22:49:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mygnuhealth (Old) and /work/SRC/openSUSE:Factory/.mygnuhealth.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mygnuhealth" Thu Jul 8 22:49:24 2021 rev:2 rq:905077 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mygnuhealth/mygnuhealth.changes 2021-06-25 15:01:58.496198198 +0200 +++ /work/SRC/openSUSE:Factory/.mygnuhealth.new.2625/mygnuhealth.changes 2021-07-08 22:49:46.687839780 +0200 @@ -1,0 +2,12 @@ +Thu Jul 8 06:40:10 UTC 2021 - Axel Braun <axel.br...@gmx.de> + +- Version 1.0.1 +* Fix the download path within GNU.org. Now it points to + https://ftp.gnu.org/gnu/health/mygnuhealth/ +* Include Changelog file +* Include local / offline documentation (resides on + /usr/share/doc/packages/mygnuhealth) +* doc_path.diff added +* Clean up __pycache__ from tarball + +------------------------------------------------------------------- Old: ---- MyGNUHealth-1.0.0.tar.gz New: ---- MyGNUHealth-1.0.1.tar.gz doc_path.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mygnuhealth.spec ++++++ --- /var/tmp/diff_new_pack.4CXfTq/_old 2021-07-08 22:49:47.167836076 +0200 +++ /var/tmp/diff_new_pack.4CXfTq/_new 2021-07-08 22:49:47.171836045 +0200 @@ -16,6 +16,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define modname MyGNUHealth %define majorver 1 @@ -23,7 +24,7 @@ %global __requires_exclude qmlimport\\((BloodPressure|FedLogin|GHBio|GHBol|GHPsycho|Glucose|LocalAccountManager|MoodEnergy|NetworkSettings|Osat|ProfileSettings|Weight|PoL|GHLifestyle|GHPhysicalActivity|GHNutrition|GHSleep|GHAbout) Name: mygnuhealth -Version: %{majorver}.0.0 +Version: %{majorver}.0.1 Release: 0 Summary: The personal health record for the GNU Health system License: GPL-3.0-only @@ -31,19 +32,20 @@ URL: http://health.gnu.org/ Source: https://files.pythonhosted.org/packages/source/M/%{modname}/%{modname}-%{version}.tar.gz Patch0: shebang.diff +Patch1: doc_path.diff BuildRequires: fdupes -BuildRequires: python3-pyside2 >= 5.15 -BuildRequires: python3-matplotlib -BuildRequires: python3-tinydb BuildRequires: python3-bcrypt +BuildRequires: python3-matplotlib +BuildRequires: python3-pyside2 >= 5.15 BuildRequires: python3-setuptools +BuildRequires: python3-tinydb BuildRequires: update-desktop-files Requires: kirigami2 -Requires: python3-pyside2 >= 5.15 +Requires: python3-bcrypt Requires: python3-matplotlib +Requires: python3-pyside2 >= 5.15 Requires: python3-requests Requires: python3-tinydb -Requires: python3-bcrypt %description The Personal Health Information Management System for Desktop and Mobile Devices @@ -60,7 +62,7 @@ %prep %setup -q -n %{modname}-%{version} -%patch0 -p1 +%autopatch -p1 %build %python3_build @@ -72,6 +74,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications org.kde.mygnuhealth.desktop %suse_update_desktop_file org.kde.mygnuhealth +#documentation in the MyGNUHealth-doc package is sufficient +rm -rf %{buildroot}%{_docdir}/* + %python_expand %fdupes %{buildroot}%{python3_sitelib} %post ++++++ MyGNUHealth-1.0.0.tar.gz -> MyGNUHealth-1.0.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MyGNUHealth-1.0.0/MyGNUHealth.egg-info/PKG-INFO new/MyGNUHealth-1.0.1/MyGNUHealth.egg-info/PKG-INFO --- old/MyGNUHealth-1.0.0/MyGNUHealth.egg-info/PKG-INFO 2021-06-24 16:32:57.000000000 +0200 +++ new/MyGNUHealth-1.0.1/MyGNUHealth.egg-info/PKG-INFO 2021-07-08 01:51:01.000000000 +0200 @@ -1,12 +1,12 @@ Metadata-Version: 2.1 Name: MyGNUHealth -Version: 1.0.0 +Version: 1.0.1 Summary: The GNU Health Personal Health Record Home-page: https://www.gnuhealth.org Author: Luis Falcon Author-email: i...@gnuhealth.org License: GPL v3+ -Download-URL: https://ftp.gnu.org/gnu/health +Download-URL: https://ftp.gnu.org/gnu/health/mygnuhealth Keywords: eHealth PHIMS PHR mHealth GNUHealth Platform: any Classifier: Development Status :: 5 - Production/Stable diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MyGNUHealth-1.0.0/PKG-INFO new/MyGNUHealth-1.0.1/PKG-INFO --- old/MyGNUHealth-1.0.0/PKG-INFO 2021-06-24 16:32:58.512906800 +0200 +++ new/MyGNUHealth-1.0.1/PKG-INFO 2021-07-08 01:51:01.235052000 +0200 @@ -1,12 +1,12 @@ Metadata-Version: 2.1 Name: MyGNUHealth -Version: 1.0.0 +Version: 1.0.1 Summary: The GNU Health Personal Health Record Home-page: https://www.gnuhealth.org Author: Luis Falcon Author-email: i...@gnuhealth.org License: GPL v3+ -Download-URL: https://ftp.gnu.org/gnu/health +Download-URL: https://ftp.gnu.org/gnu/health/mygnuhealth Keywords: eHealth PHIMS PHR mHealth GNUHealth Platform: any Classifier: Development Status :: 5 - Production/Stable diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MyGNUHealth-1.0.0/mygnuhealth/about.py new/MyGNUHealth-1.0.1/mygnuhealth/about.py --- old/MyGNUHealth-1.0.0/mygnuhealth/about.py 2021-06-24 16:29:13.000000000 +0200 +++ new/MyGNUHealth-1.0.1/mygnuhealth/about.py 2021-07-08 00:58:39.000000000 +0200 @@ -6,7 +6,7 @@ # Please read the COPYRIGHT and LICENSE files of the package #################################################################### -__version__ = "1.0.0" +__version__ = "1.0.1" __appname__ = "MyGNUHealth" @@ -18,7 +18,7 @@ __email__ = "i...@gnuhealth.org" -__download_url__ = 'https://ftp.gnu.org/gnu/health' +__download_url__ = 'https://ftp.gnu.org/gnu/health/mygnuhealth' __license__ = "GPL v3+" __copyright__ = "Copyright 2008-2021 GNU Solidario" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MyGNUHealth-1.0.0/setup.py new/MyGNUHealth-1.0.1/setup.py --- old/MyGNUHealth-1.0.0/setup.py 2021-06-23 14:29:26.000000000 +0200 +++ new/MyGNUHealth-1.0.1/setup.py 2021-07-08 00:55:24.000000000 +0200 @@ -3,6 +3,7 @@ # www.gnuhealth.org from setuptools import setup, find_packages +from glob import glob long_desc = open('README.rst').read() @@ -52,6 +53,8 @@ zip_safe=False, data_files=[ ('share/applications', ['org.kde.mygnuhealth.desktop']), + ('share/doc/mygnuhealth', ['doc/mygnuhealth.rst']), + ('share/doc/mygnuhealth/images', glob('doc/images/*', recursive=True)), ('share/metainfo', ['org.kde.mygnuhealth.metainfo.xml']), ('share/icons/hicolor/scalable/apps/', ['mygnuhealth/images/mygnuhealth.svg']), ++++++ doc_path.diff ++++++ diff -U 3 -dHrN -- a/setup.py b/setup.py --- a/setup.py 2021-07-08 00:55:24.000000000 +0200 +++ b/setup.py 2021-07-08 09:44:15.828710409 +0200 @@ -53,8 +53,8 @@ zip_safe=False, data_files=[ ('share/applications', ['org.kde.mygnuhealth.desktop']), - ('share/doc/mygnuhealth', ['doc/mygnuhealth.rst']), - ('share/doc/mygnuhealth/images', glob('doc/images/*', recursive=True)), + ('share/doc/packages/mygnuhealth', ['doc/mygnuhealth.rst']), + ('share/doc/packages/mygnuhealth/images', glob('doc/images/*', recursive=True)), ('share/metainfo', ['org.kde.mygnuhealth.metainfo.xml']), ('share/icons/hicolor/scalable/apps/', ['mygnuhealth/images/mygnuhealth.svg']),