From c5c83e2273863c1012a2a768a51d548a5962828ae21a3274aff429ebd140663c Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Tue, 16 Nov 2021 08:45:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=91 --- webdav.diff | 60 ----------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 webdav.diff diff --git a/webdav.diff b/webdav.diff deleted file mode 100644 index faa8bc1..0000000 --- a/webdav.diff +++ /dev/null @@ -1,60 +0,0 @@ -diff -U 3 -dHrN -- a/health_caldav/setup.py b/health_caldav/setup.py ---- a/health_caldav/setup.py 2021-01-29 00:16:22.579731378 +0100 -+++ b/health_caldav/setup.py 2021-04-28 19:09:21.063707816 +0200 -@@ -47,13 +47,13 @@ - url='https://www.gnuhealth.org', - download_url='http://ftp.gnu.org/gnu/health/', - keywords='GNUHealth calendar caldav', -- package_dir={'trytond.modules.calendar': '.'}, -+ package_dir={'trytond.modules.health_caldav': '.'}, - packages=[ -- 'trytond.modules.calendar', -- 'trytond.modules.calendar.tests', -+ 'trytond.modules.health_caldav', -+ 'trytond.modules.health_caldav.tests', - ], - package_data={ -- 'trytond.modules.calendar': (info.get('xml', []) -+ 'trytond.modules.health_caldav': (info.get('xml', []) - + ['tryton.cfg', 'view/*.xml', 'locale/*.po']), - }, - classifiers=[ -@@ -79,7 +79,7 @@ - zip_safe=False, - entry_points=""" - [trytond.modules] -- calendar = trytond.modules.calendar -+ calendar = trytond.modules.health_caldav - """, - test_suite='tests', - test_loader='trytond.test_loader:Loader', -diff -U 3 -dHrN -- a/health_webdav3_server/setup.py b/health_webdav3_server/setup.py ---- a/health_webdav3_server/setup.py 2021-02-14 01:56:43.480016164 +0100 -+++ b/health_webdav3_server/setup.py 2021-04-28 15:15:55.966534040 +0200 -@@ -63,13 +63,13 @@ - url='https://www.gnuhealth.org', - download_url='http://ftp.gnu.org/gnu/health/', - keywords='webdav GNUHealth', -- package_dir={'trytond.modules.webdav': '.'}, -+ package_dir={'trytond.modules.gnuhealth_webdav3_server': '.'}, - packages=[ -- 'trytond.modules.webdav', -- 'trytond.modules.webdav.tests', -+ 'trytond.modules.gnuhealth_webdav3_server', -+ 'trytond.modules.gnuhealth_webdav3_server.tests', - ], - package_data={ -- 'trytond.modules.webdav': (info.get('xml', []) -+ 'trytond.modules.gnuhealth_webdav3_server': (info.get('xml', []) - + ['tryton.cfg', 'view/*.xml', 'locale/*.po', '*.fodt', - 'icons/*.svg', 'tests/*.rst']), - }, -@@ -93,7 +93,7 @@ - zip_safe=False, - entry_points=""" - [trytond.modules] -- webdav = trytond.modules.webdav -+ webdav = trytond.modules.gnuhealth_webdav3_server - """, - test_suite='tests', - test_loader='trytond.test_loader:Loader',