Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trytond for openSUSE:Factory checked in at 2025-07-02 18:17:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond (Old) and /work/SRC/openSUSE:Factory/.trytond.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond" Wed Jul 2 18:17:01 2025 rev:106 rq:1289101 version:7.0.32 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond/trytond.changes 2025-06-23 15:04:03.138678588 +0200 +++ /work/SRC/openSUSE:Factory/.trytond.new.7067/trytond.changes 2025-07-02 18:17:14.502747061 +0200 @@ -2 +2 @@ -Sun Jun 15 07:11:48 UTC 2025 - Axel Braun <axel.br...@gmx.de> +Sun Jun 15 07:17:26 UTC 2025 - Axel Braun <axel.br...@gmx.de> @@ -4 +4,2 @@ -- Version 6.0.63 - Bugfix Release +- Version 7.0.32 - Bugfix Release + * Update_changed_fields_6.0.diff removed @@ -7 +8 @@ -Sat May 3 10:54:59 UTC 2025 - Axel Braun <axel.br...@gmx.de> +Sat May 3 10:49:56 UTC 2025 - Axel Braun <axel.br...@gmx.de> @@ -9 +10 @@ -- Version 6.0.62 - Bugfix Release +- Version 7.0.31 - Bugfix Release @@ -12 +13 @@ -Wed Mar 5 09:16:13 UTC 2025 - Axel Braun <axel.br...@gmx.de> +Sun Oct 13 06:52:15 UTC 2024 - Axel Braun <axel.br...@gmx.de> @@ -14 +15 @@ -- Version 6.0.60 - Bugfix Release +- Version 7.0.19 - Bugfix Release @@ -17 +18 @@ -Sun Feb 2 11:16:55 UTC 2025 - Axel Braun <axel.br...@gmx.de> +Wed Feb 14 17:30:18 UTC 2024 - Axel Braun <axel.br...@gmx.de> @@ -19,47 +20 @@ -- Version 6.0.58 - Bugfix Release - -------------------------------------------------------------------- -Thu Jan 2 17:35:49 UTC 2025 - Axel Braun <axel.br...@gmx.de> - -- Version 6.0.57 - Bugfix Release - -------------------------------------------------------------------- -Mon Dec 2 10:03:09 UTC 2024 - Axel Braun <axel.br...@gmx.de> - -- Version 6.0.55 - Bugfix Release - -------------------------------------------------------------------- -Tue Oct 8 18:03:59 UTC 2024 - Axel Braun <axel.br...@gmx.de> - -- Version 6.0.53 - Bugfix Release - -------------------------------------------------------------------- -Tue Sep 17 07:58:59 UTC 2024 - Axel Braun <axel.br...@gmx.de> - -- Version 6.0.52 - Bugfix Release - -------------------------------------------------------------------- -Sat Aug 3 08:11:37 UTC 2024 - Axel Braun <axel.br...@gmx.de> - -- Version 6.0.50 - Bugfix Release - -------------------------------------------------------------------- -Tue Jul 2 09:11:26 UTC 2024 - Axel Braun <axel.br...@gmx.de> - -- Version 6.0.48 - Bugfix Release - -------------------------------------------------------------------- -Tue May 7 08:02:02 UTC 2024 - Axel Braun <axel.br...@gmx.de> - -- Version 6.0.46 - Bugfix Release - -------------------------------------------------------------------- -Mon Apr 29 17:39:57 UTC 2024 - Axel Braun <axel.br...@gmx.de> - -- sources are not signed anymore - -------------------------------------------------------------------- -Mon Feb 26 16:05:43 UTC 2024 - pgaj...@suse.com - -- Use %autosetup macro. Allows to eliminate the usage of deprecated - %patchN +- Version 7.0 - new LTS Release Old: ---- Update_changed_fields_6.0.diff trytond-6.0.63.tar.gz New: ---- trytond-7.0.32.tar.gz ----------(Old B)---------- Old:- Version 7.0.32 - Bugfix Release * Update_changed_fields_6.0.diff removed ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond.spec ++++++ --- /var/tmp/diff_new_pack.ox420C/_old 2025-07-02 18:17:16.750840466 +0200 +++ /var/tmp/diff_new_pack.ox420C/_new 2025-07-02 18:17:16.770841298 +0200 @@ -2,7 +2,7 @@ # spec file for package trytond # # Copyright (c) 2025 SUSE LLC -# Copyright (c) 2015-2024 Dr. Axel Braun +# Copyright (c) 2015-2025 Dr. Axel Braun <d...@opensuse.org> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,20 @@ # -%define majorver 6.0 +%define majorver 7.0 %define base_name tryton -%if 0%{?suse_version} >= 1550 +##%%if 0%{?suse_version} >= 1550 %define pythons python3 %define mypython python3 %define mysitelib %python3_sitelib -%else +##%%else %{?sle15_python_module_pythons} -%define mypython %pythons -%define mysitelib %{expand:%%%{mypython}_sitelib} -%endif +##%%define mypython %pythons +##%%define mysitelib %{expand:%%%{mypython}_sitelib} +##%%endif Name: trytond -Version: %{majorver}.63 +Version: %{majorver}.32 Release: 0 Summary: An Enterprise Resource Planning (ERP) system License: GPL-3.0-or-later @@ -40,12 +40,10 @@ Source1: tryton-server.README.openSUSE Source3: %{name}.conf Source4: %{name}_log.conf -## Source5: http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz.asc -## Source6: https://keybase.io/cedrickrier/pgp_keys.asc?fingerprint=7C5A4360F6DF81ABA91FD54D6FF50AFE03489130#/%{name}.keyring Source7: openSUSE-trytond-setup Source20: %{name}.service -Patch0: Update_changed_fields_6.0.diff -BuildRequires: %{mypython}-Werkzeug + +BuildRequires: %{mypython}-Werkzeug > 0.12 BuildRequires: %{mypython}-bcrypt BuildRequires: %{mypython}-devel BuildRequires: %{mypython}-lxml >= 2.0 @@ -64,7 +62,7 @@ Requires: %{mypython}-Genshi Requires: %{mypython}-Levenshtein Requires: %{mypython}-Pillow -Requires: %{mypython}-Werkzeug +Requires: %{mypython}-Werkzeug > 0.12 Requires: %{mypython}-bcrypt Requires: %{mypython}-dateutil Requires: %{mypython}-defusedxml @@ -77,6 +75,7 @@ Requires: %{mypython}-python-sql >= 0.5 Requires: %{mypython}-relatorio >= 0.7.0 Requires: %{mypython}-weasyprint +Requires: %{mypython}-webcolors Requires: %{mypython}-wrapt Requires: graphviz Requires: html2text @@ -101,7 +100,7 @@ security. %prep -%autosetup -p1 +%autosetup cp %{SOURCE1} . #shebag ersetzen ++++++ openSUSE-trytond-setup ++++++ --- /var/tmp/diff_new_pack.ox420C/_old 2025-07-02 18:17:17.162857585 +0200 +++ /var/tmp/diff_new_pack.ox420C/_new 2025-07-02 18:17:17.210859580 +0200 @@ -27,13 +27,15 @@ #----------------------------------------------------------------------------- # Change log #----------------------------------------------------------------------------- +# V 0.34 20250503 Axel Update to Tryton7 +#----------------------------------------------------------------------------- # V 0.33 20210803 Axel Initial version #----------------------------------------------------------------------------- # Variables declaration #----------------------------------------------------------------------------- #Tryton Server installer for openSUSE version -VERSION="0.33" +VERSION="0.34" # Colors constants NONE="$(tput sgr0)" @@ -44,7 +46,7 @@ # Params #ROOT_PW="root" -DB_NAME="Tryton6" +DB_NAME="Tryton7" DB_ADMIN_PWD="admin" DB_USER="tryton" DB_CONFIG="/var/lib/pgsql/data/pg_hba.conf" ++++++ trytond-6.0.63.tar.gz -> trytond-7.0.32.tar.gz ++++++ ++++ 92941 lines of diff (skipped)