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 2026-08-14 22:09:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_company (Old)
and /work/SRC/openSUSE:Factory/.trytond_company.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_company"
Fri Aug 14 22:09:32 2026 rev:19 rq:1371194 version:7.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_company/trytond_company.changes
2026-03-08 17:27:12.919620376 +0100
+++
/work/SRC/openSUSE:Factory/.trytond_company.new.1258/trytond_company.changes
2026-08-14 22:09:46.101040370 +0200
@@ -1,0 +2,5 @@
+Fri Aug 14 09:22:54 UTC 2026 - Axel Braun <[email protected]>
+
+- Version 7.0.4 - Bugfix Release
+
+-------------------------------------------------------------------
Old:
----
trytond_company-7.0.3.tar.gz
New:
----
trytond_company-7.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trytond_company.spec ++++++
--- /var/tmp/diff_new_pack.66hUiB/_old 2026-08-14 22:09:47.085076460 +0200
+++ /var/tmp/diff_new_pack.66hUiB/_new 2026-08-14 22:09:47.087076533 +0200
@@ -29,7 +29,7 @@
%define majorver 7.0
Name: trytond_company
-Version: %{majorver}.3
+Version: %{majorver}.4
Release: 0
Summary: The "company" module for the Tryton ERP system
License: GPL-3.0-only
++++++ trytond_company-7.0.3.tar.gz -> trytond_company-7.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_company-7.0.3/CHANGELOG
new/trytond_company-7.0.4/CHANGELOG
--- old/trytond_company-7.0.3/CHANGELOG 2026-03-02 22:47:57.000000000 +0100
+++ new/trytond_company-7.0.4/CHANGELOG 2026-07-01 23:08:15.000000000 +0200
@@ -1,4 +1,9 @@
+Version 7.0.4 - 2026-07-01
+--------------------------
+* Bug fixes (see mercurial logs for details)
+
+
Version 7.0.3 - 2026-03-02
--------------------------
* Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_company-7.0.3/PKG-INFO
new/trytond_company-7.0.4/PKG-INFO
--- old/trytond_company-7.0.3/PKG-INFO 2026-03-02 22:48:00.263992800 +0100
+++ new/trytond_company-7.0.4/PKG-INFO 2026-07-01 23:08:19.158834700 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: trytond_company
-Version: 7.0.3
+Version: 7.0.4
Summary: Tryton module with companies and employees
Home-page: http://www.tryton.org/
Download-URL: http://downloads.tryton.org/7.0/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_company-7.0.3/res.py
new/trytond_company-7.0.4/res.py
--- old/trytond_company-7.0.3/res.py 2025-09-22 21:34:39.000000000 +0200
+++ new/trytond_company-7.0.4/res.py 2026-06-30 22:56:38.000000000 +0200
@@ -193,6 +193,10 @@
Return an ordered tuple of company ids for the user
'''
transaction = Transaction()
+
+ if '_companies' in transaction.context:
+ return transaction.context['_companies']
+
user_id = transaction.user
companies = cls._get_companies_cache.get(user_id)
if companies is not None:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_company-7.0.3/tryton.cfg
new/trytond_company-7.0.4/tryton.cfg
--- old/trytond_company-7.0.3/tryton.cfg 2025-09-22 21:34:39.000000000
+0200
+++ new/trytond_company-7.0.4/tryton.cfg 2026-03-02 22:48:06.000000000
+0100
@@ -1,5 +1,5 @@
[tryton]
-version=7.0.3
+version=7.0.4
depends:
currency
ir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_company-7.0.3/trytond_company.egg-info/PKG-INFO
new/trytond_company-7.0.4/trytond_company.egg-info/PKG-INFO
--- old/trytond_company-7.0.3/trytond_company.egg-info/PKG-INFO 2026-03-02
22:47:59.000000000 +0100
+++ new/trytond_company-7.0.4/trytond_company.egg-info/PKG-INFO 2026-07-01
23:08:18.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: trytond_company
-Version: 7.0.3
+Version: 7.0.4
Summary: Tryton module with companies and employees
Home-page: http://www.tryton.org/
Download-URL: http://downloads.tryton.org/7.0/