Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_product for openSUSE:Factory 
checked in at 2025-09-15 19:53:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_product (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_product.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_product"

Mon Sep 15 19:53:10 2025 rev:17 rq:1304783 version:7.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_product/trytond_product.changes  
2025-07-02 18:17:04.170317762 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_product.new.1977/trytond_product.changes    
    2025-09-15 19:57:16.134092776 +0200
@@ -1,0 +2,5 @@
+Sun Sep 14 13:41:15 UTC 2025 - Axel Braun <[email protected]>
+
+- Version 7.0.3 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_product-7.0.2.tar.gz

New:
----
  trytond_product-7.0.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ trytond_product.spec ++++++
--- /var/tmp/diff_new_pack.ZBMlJq/_old  2025-09-15 19:57:16.598112259 +0200
+++ /var/tmp/diff_new_pack.ZBMlJq/_new  2025-09-15 19:57:16.602112427 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_product
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 # Copyright (c) 2014-2024 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -29,7 +29,7 @@
 
 %define majorver 7.0
 Name:           trytond_product
-Version:        %{majorver}.2
+Version:        %{majorver}.3
 Release:        0
 Summary:        The "product" module for the Tryton ERP system
 License:        GPL-3.0-only

++++++ trytond_product-7.0.2.tar.gz -> trytond_product-7.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-7.0.2/CHANGELOG 
new/trytond_product-7.0.3/CHANGELOG
--- old/trytond_product-7.0.2/CHANGELOG 2024-10-18 14:18:52.000000000 +0200
+++ new/trytond_product-7.0.3/CHANGELOG 2025-09-03 20:47:05.000000000 +0200
@@ -1,4 +1,9 @@
 
+Version 7.0.3 - 2025-09-03
+--------------------------
+* Bug fixes (see mercurial logs for details)
+
+
 Version 7.0.2 - 2024-10-18
 --------------------------
 * Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-7.0.2/COPYRIGHT 
new/trytond_product-7.0.3/COPYRIGHT
--- old/trytond_product-7.0.2/COPYRIGHT 2024-10-18 14:18:52.000000000 +0200
+++ new/trytond_product-7.0.3/COPYRIGHT 2025-09-03 20:47:05.000000000 +0200
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2024 Cédric Krier.
+Copyright (C) 2008-2025 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2024 B2CK SPRL.
+Copyright (C) 2008-2025 B2CK SPRL.
 Copyright (C) 2004-2008 Tiny SPRL.
 
 This program is free software: you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-7.0.2/PKG-INFO 
new/trytond_product-7.0.3/PKG-INFO
--- old/trytond_product-7.0.2/PKG-INFO  2024-10-18 14:18:55.033970000 +0200
+++ new/trytond_product-7.0.3/PKG-INFO  2025-09-03 20:47:08.314790700 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: trytond_product
-Version: 7.0.2
+Version: 7.0.3
 Summary: Tryton module with products
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/7.0/
@@ -59,6 +59,20 @@
 Provides-Extra: test
 Requires-Dist: proteus<7.1,>=7.0; extra == "test"
 Requires-Dist: trytond[barcode]<7.1,>=7.0; extra == "test"
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: download-url
+Dynamic: home-page
+Dynamic: keywords
+Dynamic: license
+Dynamic: license-file
+Dynamic: project-url
+Dynamic: provides-extra
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
 ##############
 Product Module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-7.0.2/category.py 
new/trytond_product-7.0.3/category.py
--- old/trytond_product-7.0.2/category.py       2023-10-30 18:06:38.000000000 
+0100
+++ new/trytond_product-7.0.3/category.py       2025-08-23 20:45:19.000000000 
+0200
@@ -32,9 +32,9 @@
     @ModelView.button_action('product.act_category_product')
     def add_products(cls, categories):
         return {
-            'res_id': [categories[0].id],
+            'res_id': [categories[0].id if categories else None],
             'pyson_domain': PYSONEncoder().encode(
-                [('id', '=', categories[0].id)]),
+                [('id', '=', categories[0].id if categories else None)]),
              }
 
     @classmethod
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-7.0.2/tryton.cfg 
new/trytond_product-7.0.3/tryton.cfg
--- old/trytond_product-7.0.2/tryton.cfg        2024-02-05 17:24:27.000000000 
+0100
+++ new/trytond_product-7.0.3/tryton.cfg        2025-05-05 10:54:28.000000000 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=7.0.2
+version=7.0.3
 depends:
     company
     ir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_product-7.0.2/trytond_product.egg-info/PKG-INFO 
new/trytond_product-7.0.3/trytond_product.egg-info/PKG-INFO
--- old/trytond_product-7.0.2/trytond_product.egg-info/PKG-INFO 2024-10-18 
14:18:54.000000000 +0200
+++ new/trytond_product-7.0.3/trytond_product.egg-info/PKG-INFO 2025-09-03 
20:47:07.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: trytond_product
-Version: 7.0.2
+Version: 7.0.3
 Summary: Tryton module with products
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/7.0/
@@ -59,6 +59,20 @@
 Provides-Extra: test
 Requires-Dist: proteus<7.1,>=7.0; extra == "test"
 Requires-Dist: trytond[barcode]<7.1,>=7.0; extra == "test"
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: download-url
+Dynamic: home-page
+Dynamic: keywords
+Dynamic: license
+Dynamic: license-file
+Dynamic: project-url
+Dynamic: provides-extra
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
 ##############
 Product Module

Reply via email to