Hello community,

here is the log from the commit of package trytond_product for openSUSE:Factory 
checked in at 2019-11-12 11:56:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_product (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_product.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_product"

Tue Nov 12 11:56:06 2019 rev:5 rq:747421 version:4.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_product/trytond_product.changes  
2019-01-21 10:49:51.668055428 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_product.new.2990/trytond_product.changes    
    2019-11-12 11:57:35.467481982 +0100
@@ -1,0 +2,5 @@
+Mon Nov 11 17:58:32 UTC 2019 - Axel Braun <[email protected]>
+
+- Version 4.6.1 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_product-4.6.0.tar.gz

New:
----
  trytond_product-4.6.1.tar.gz

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

Other differences:
------------------
++++++ trytond_product.spec ++++++
--- /var/tmp/diff_new_pack.rJSnDk/_old  2019-11-12 11:57:37.587484241 +0100
+++ /var/tmp/diff_new_pack.rJSnDk/_new  2019-11-12 11:57:37.595484249 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_product
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014-2016 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define majorver 4.6
 Name:           trytond_product
-Version:        %{majorver}.0
+Version:        %{majorver}.1
 Release:        0
 Summary:        The "product" module for the Tryton ERP system
 License:        GPL-3.0-only

++++++ trytond_product-4.6.0.tar.gz -> trytond_product-4.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-4.6.0/.hgtags 
new/trytond_product-4.6.1/.hgtags
--- old/trytond_product-4.6.0/.hgtags   2017-10-30 15:04:12.000000000 +0100
+++ new/trytond_product-4.6.1/.hgtags   2019-11-08 19:46:35.000000000 +0100
@@ -17,3 +17,4 @@
 e7e236366a9170e2d85fce89cfe30a72486c7083 4.2.0
 286ab66032df8d2e64cce967733fd0277ee8bbb7 4.4.0
 a7f5ca3135909c239a8e965c5f1e367cc29e001b 4.6.0
+57c4a0da5e2965602faafa5177baf432394d404b 4.6.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-4.6.0/CHANGELOG 
new/trytond_product-4.6.1/CHANGELOG
--- old/trytond_product-4.6.0/CHANGELOG 2017-10-30 15:04:12.000000000 +0100
+++ new/trytond_product-4.6.1/CHANGELOG 2019-11-08 19:46:34.000000000 +0100
@@ -1,3 +1,6 @@
+Version 4.6.1 - 2019-11-08
+* Bug fixes (see mercurial logs for details)
+
 Version 4.6.0 - 2017-10-30
 * Bug fixes (see mercurial logs for details)
 * Show all products by category
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-4.6.0/COPYRIGHT 
new/trytond_product-4.6.1/COPYRIGHT
--- old/trytond_product-4.6.0/COPYRIGHT 2017-10-30 15:04:11.000000000 +0100
+++ new/trytond_product-4.6.1/COPYRIGHT 2019-11-08 19:46:34.000000000 +0100
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2017 Cédric Krier.
+Copyright (C) 2008-2019 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2017 B2CK SPRL.
+Copyright (C) 2008-2019 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-4.6.0/PKG-INFO 
new/trytond_product-4.6.1/PKG-INFO
--- old/trytond_product-4.6.0/PKG-INFO  2017-10-30 15:04:14.000000000 +0100
+++ new/trytond_product-4.6.1/PKG-INFO  2019-11-08 19:46:35.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_product
-Version: 4.6.0
+Version: 4.6.1
 Summary: Tryton module with products
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-4.6.0/product.py 
new/trytond_product-4.6.1/product.py
--- old/trytond_product-4.6.0/product.py        2017-10-02 20:16:40.000000000 
+0200
+++ new/trytond_product-4.6.1/product.py        2019-10-23 00:48:56.000000000 
+0200
@@ -259,7 +259,7 @@
                     order_method = TemplateFunction.order(attr)
                     setattr(cls, 'order_%s' % attr, order_method)
 
-    @fields.depends('template')
+    @fields.depends('template', '_parent_template.id')
     def on_change_template(self):
         for name, field in self._fields.iteritems():
             if isinstance(field, TemplateFunction):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-4.6.0/tryton.cfg 
new/trytond_product-4.6.1/tryton.cfg
--- old/trytond_product-4.6.0/tryton.cfg        2017-10-30 15:04:11.000000000 
+0100
+++ new/trytond_product-4.6.1/tryton.cfg        2018-08-20 22:55:18.000000000 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=4.6.0
+version=4.6.1
 depends:
     company
     ir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_product-4.6.0/trytond_product.egg-info/PKG-INFO 
new/trytond_product-4.6.1/trytond_product.egg-info/PKG-INFO
--- old/trytond_product-4.6.0/trytond_product.egg-info/PKG-INFO 2017-10-30 
15:04:13.000000000 +0100
+++ new/trytond_product-4.6.1/trytond_product.egg-info/PKG-INFO 2019-11-08 
19:46:35.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-product
-Version: 4.6.0
+Version: 4.6.1
 Summary: Tryton module with products
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_product-4.6.0/trytond_product.egg-info/requires.txt 
new/trytond_product-4.6.1/trytond_product.egg-info/requires.txt
--- old/trytond_product-4.6.0/trytond_product.egg-info/requires.txt     
2017-10-30 15:04:13.000000000 +0100
+++ new/trytond_product-4.6.1/trytond_product.egg-info/requires.txt     
2019-11-08 19:46:35.000000000 +0100
@@ -1,3 +1,3 @@
 python-sql
-trytond_company >= 4.6, < 4.7
-trytond >= 4.6, < 4.7
+trytond_company<4.7,>=4.6
+trytond<4.7,>=4.6


Reply via email to