Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trytond_company for openSUSE:Factory checked in at 2025-01-05 15:28:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond_company (Old) and /work/SRC/openSUSE:Factory/.trytond_company.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_company" Sun Jan 5 15:28:39 2025 rev:16 rq:1234604 version:6.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond_company/trytond_company.changes 2024-05-07 18:03:58.519753949 +0200 +++ /work/SRC/openSUSE:Factory/.trytond_company.new.1881/trytond_company.changes 2025-01-05 15:28:47.731689283 +0100 @@ -1,0 +2,5 @@ +Thu Jan 2 17:35:29 UTC 2025 - Axel Braun <axel.br...@gmx.de> + +- Version 6.0.8 - Bugfix Release + +------------------------------------------------------------------- Old: ---- trytond_company-6.0.7.tar.gz New: ---- trytond_company-6.0.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond_company.spec ++++++ --- /var/tmp/diff_new_pack.N1kcIL/_old 2025-01-05 15:28:48.387716266 +0100 +++ /var/tmp/diff_new_pack.N1kcIL/_new 2025-01-05 15:28:48.391716431 +0100 @@ -1,7 +1,7 @@ # # spec file for package trytond_company # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2015-2024 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -29,7 +29,7 @@ %define majorver 6.0 Name: trytond_company -Version: %{majorver}.7 +Version: %{majorver}.8 Release: 0 Summary: The "company" module for the Tryton ERP system License: GPL-3.0-only ++++++ trytond_company-6.0.7.tar.gz -> trytond_company-6.0.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_company-6.0.7/CHANGELOG new/trytond_company-6.0.8/CHANGELOG --- old/trytond_company-6.0.7/CHANGELOG 2024-05-01 14:02:09.000000000 +0200 +++ new/trytond_company-6.0.8/CHANGELOG 2025-01-01 20:42:35.000000000 +0100 @@ -1,4 +1,9 @@ +Version 6.0.8 - 2025-01-01 +-------------------------- +* Bug fixes (see mercurial logs for details) + + Version 6.0.7 - 2024-05-01 -------------------------- * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_company-6.0.7/PKG-INFO new/trytond_company-6.0.8/PKG-INFO --- old/trytond_company-6.0.7/PKG-INFO 2024-05-01 14:02:13.122454600 +0200 +++ new/trytond_company-6.0.8/PKG-INFO 2025-01-01 20:42:38.445605500 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trytond_company -Version: 6.0.7 +Version: 6.0.8 Summary: Tryton module with companies and employees Home-page: http://www.tryton.org/ Download-URL: http://downloads.tryton.org/6.0/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_company-6.0.7/ir.py new/trytond_company-6.0.8/ir.py --- old/trytond_company-6.0.7/ir.py 2023-05-17 23:03:30.000000000 +0200 +++ new/trytond_company-6.0.8/ir.py 2024-12-30 18:55:17.000000000 +0100 @@ -39,7 +39,7 @@ pool = Pool() Company = pool.get('company.company') company_id = Transaction().context.get('company') - if timezone is None and company_id: + if timezone is None and company_id is not None and company_id >= 0: company = Company(company_id) if company.timezone and pytz: timezone = pytz.timezone(company.timezone) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_company-6.0.7/tox.ini new/trytond_company-6.0.8/tox.ini --- old/trytond_company-6.0.7/tox.ini 2023-05-17 23:03:30.000000000 +0200 +++ new/trytond_company-6.0.8/tox.ini 2024-09-13 16:34:34.000000000 +0200 @@ -4,6 +4,7 @@ [testenv] commands = {envpython} setup.py test deps = + setuptools<72 {py36,py37,py38,py39}-postgresql: psycopg2 >= 2.5 pypy3-postgresql: psycopg2cffi >= 2.5 py36-sqlite: sqlitebck diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_company-6.0.7/tryton.cfg new/trytond_company-6.0.8/tryton.cfg --- old/trytond_company-6.0.7/tryton.cfg 2023-05-17 23:03:30.000000000 +0200 +++ new/trytond_company-6.0.8/tryton.cfg 2024-05-01 14:02:20.000000000 +0200 @@ -1,5 +1,5 @@ [tryton] -version=6.0.7 +version=6.0.8 depends: currency ir diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_company-6.0.7/trytond_company.egg-info/PKG-INFO new/trytond_company-6.0.8/trytond_company.egg-info/PKG-INFO --- old/trytond_company-6.0.7/trytond_company.egg-info/PKG-INFO 2024-05-01 14:02:12.000000000 +0200 +++ new/trytond_company-6.0.8/trytond_company.egg-info/PKG-INFO 2025-01-01 20:42:37.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trytond_company -Version: 6.0.7 +Version: 6.0.8 Summary: Tryton module with companies and employees Home-page: http://www.tryton.org/ Download-URL: http://downloads.tryton.org/6.0/