commit trytond_product for openSUSE:Factory

2023-10-19 Thread Source-Sync
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 2023-10-19 22:50:11

Comparing /work/SRC/openSUSE:Factory/trytond_product (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_product.new.1945 (New)


Package is "trytond_product"

Thu Oct 19 22:50:11 2023 rev:14 rq:1118961 version:6.0.4

Changes:

--- /work/SRC/openSUSE:Factory/trytond_product/trytond_product.changes  
2023-04-07 23:29:18.366444502 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_product.new.1945/trytond_product.changes
2023-10-19 22:52:30.365718967 +0200
@@ -1,0 +2,6 @@
+Thu Oct 19 11:39:07 UTC 2023 - Daniel Garcia Moreno 
+
+- Remove %python3_install prefix and root options, that's included in
+  the macro by default.
+
+---



Other differences:
--
++ trytond_product.spec ++
--- /var/tmp/diff_new_pack.X78Dui/_old  2023-10-19 22:52:30.889737973 +0200
+++ /var/tmp/diff_new_pack.X78Dui/_new  2023-10-19 22:52:30.893738118 +0200
@@ -29,6 +29,7 @@
 Source2:
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz.asc
 Source3:
https://keybase.io/cedrickrier/pgp_keys.asc?fingerprint=7C5A4360F6DF81ABA91FD54D6FF50AFE03489130#/%{name}.keyring
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3-setuptools
 Requires:   trytond
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,7 +47,7 @@
 %python3_build
 
 %install
-%python3_install --prefix=%_prefix --root=%buildroot
+%python3_install
 %fdupes -s %{buildroot}
 
 %files


commit trytond_product for openSUSE:Factory

2023-04-07 Thread Source-Sync
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 2023-04-07 23:29:17

Comparing /work/SRC/openSUSE:Factory/trytond_product (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_product.new.19717 (New)


Package is "trytond_product"

Fri Apr  7 23:29:17 2023 rev:13 rq:1077915 version:6.0.4

Changes:

--- /work/SRC/openSUSE:Factory/trytond_product/trytond_product.changes  
2022-03-07 17:48:50.203086998 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_product.new.19717/trytond_product.changes   
2023-04-07 23:29:18.366444502 +0200
@@ -1,0 +2,5 @@
+Fri Apr  7 20:03:34 UTC 2023 - Axel Braun 
+
+- Version 6.0.4 - Bugfix Release
+
+---

Old:

  trytond_product-6.0.3.tar.gz
  trytond_product-6.0.3.tar.gz.asc

New:

  trytond_product-6.0.4.tar.gz
  trytond_product-6.0.4.tar.gz.asc



Other differences:
--
++ trytond_product.spec ++
--- /var/tmp/diff_new_pack.SUzseb/_old  2023-04-07 23:29:18.946447345 +0200
+++ /var/tmp/diff_new_pack.SUzseb/_new  2023-04-07 23:29:18.954447384 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package trytond_product
 #
-# Copyright (c) 2021 SUSE LLC
-# Copyright (c) 2014-2021 Dr. Axel Braun
+# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2014-2022 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 
 %define majorver 6.0
 Name:   trytond_product
-Version:%{majorver}.3
+Version:%{majorver}.4
 Release:0
 Summary:The "product" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_product-6.0.3.tar.gz -> trytond_product-6.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-6.0.3/.drone.yml 
new/trytond_product-6.0.4/.drone.yml
--- old/trytond_product-6.0.3/.drone.yml2021-09-27 23:33:28.0 
+0200
+++ new/trytond_product-6.0.4/.drone.yml1970-01-01 01:00:00.0 
+0100
@@ -1,68 +0,0 @@
-clone:
-hg:
-image: plugins/hg
-environment:
-- HG_SHARE_POOL=/root/.cache/hg
-volumes:
-- cache:/root/.cache
-
-pipeline:
-tox:
-image: ${IMAGE}
-environment:
-- CFLAGS=-O0
-- DB_CACHE=/cache
-- TOX_TESTENV_PASSENV=CFLAGS DB_CACHE CI_BUILD_NUMBER 
CI_JOB_NUMBER CI_JOB_ID
-- POSTGRESQL_URI=postgresql://postgres@postgresql:5432/
-commands:
-- echo "[extensions]" >> /root/.hgrc
-- echo "hgext.share =" >> /root/.hgrc
-- echo "[share]" >> /root/.hgrc
-- echo "pool = /root/.cache/hg" >> /root/.hgrc
-- pip install tox
-- tox -e "${TOXENV}-${DATABASE}"
-volumes:
-- cache:/root/.cache
-check_dist:
-image: ${IMAGE}
-commands:
-- pip install twine
-- python setup.py sdist
-- twine check dist/*
-
-services:
-postgresql:
-image: postgres
-environment:
-- POSTGRES_HOST_AUTH_METHOD=trust
-command: "-c fsync=off -c synchronous_commit=off -c 
full_page_writes=off"
-when:
-matrix:
-DATABASE: postgresql
-
-matrix:
-include:
-- IMAGE: python:3.6
-  TOXENV: py36
-  DATABASE: sqlite
-- IMAGE: python:3.6
-  TOXENV: py36
-  DATABASE: postgresql
-- IMAGE: python:3.7
-  TOXENV: py37
-  DATABASE: sqlite
-- IMAGE: python:3.7
-  TOXENV: py37
-  DATABASE: postgresql
-- IMAGE: python:3.8
-  TOXENV: py38
-  DATABASE: sqlite
-- IMAGE: python:3.8
-  TOXENV: py38
-  DATABASE: postgresql
-- IMAGE: python:3.9
-  TOXENV: py39
-  DATABASE: sqlite
-- IMAGE: python:3.9
-  TOXENV: py39
-  DATABASE: postgresql
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-6.0.3/.flake8 
new/trytond_product-6.0.4/.flake8
--- old/trytond_product-6.0.3/.flake8   2021-09-27 23:33:28.0 +0200
+++ new/trytond_product-6.0.4/.flake8   1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-[flake8]
-ignore=E123,E124,E126,E128,E741,W503
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-6.0.3/.hgtags 
new/trytond_product-6.0.4/.hgtags
--- old/trytond_product-6.0.3/.hgtags   2021-10-02 00:27:44.0 +0200

commit trytond_product for openSUSE:Factory

2022-03-07 Thread Source-Sync
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 2022-03-07 17:48:03

Comparing /work/SRC/openSUSE:Factory/trytond_product (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_product.new.1958 (New)


Package is "trytond_product"

Mon Mar  7 17:48:03 2022 rev:12 rq:959978 version:6.0.3

Changes:

--- /work/SRC/openSUSE:Factory/trytond_product/trytond_product.changes  
2021-12-07 00:02:10.499971787 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_product.new.1958/trytond_product.changes
2022-03-07 17:48:50.203086998 +0100
@@ -1,0 +2,5 @@
+Sat Feb 12 17:21:08 UTC 2022 - Axel Braun 
+
+- Version bump to Tryton 6.0 series
+
+---

Old:

  trytond_product-5.0.5.tar.gz
  trytond_product-5.0.5.tar.gz.asc

New:

  trytond_product-6.0.3.tar.gz
  trytond_product-6.0.3.tar.gz.asc



Other differences:
--
++ trytond_product.spec ++
--- /var/tmp/diff_new_pack.ezJafN/_old  2022-03-07 17:48:50.843086812 +0100
+++ /var/tmp/diff_new_pack.ezJafN/_new  2022-03-07 17:48:50.847086812 +0100
@@ -17,9 +17,9 @@
 #
 
 
-%define majorver 5.0
+%define majorver 6.0
 Name:   trytond_product
-Version:%{majorver}.5
+Version:%{majorver}.3
 Release:0
 Summary:The "product" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_product-5.0.5.tar.gz -> trytond_product-6.0.3.tar.gz ++
 31703 lines of diff (skipped)


commit trytond_product for openSUSE:Factory

2021-12-06 Thread Source-Sync
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 2021-12-07 00:00:24

Comparing /work/SRC/openSUSE:Factory/trytond_product (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_product.new.31177 (New)


Package is "trytond_product"

Tue Dec  7 00:00:24 2021 rev:11 rq:936096 version:5.0.5

Changes:

--- /work/SRC/openSUSE:Factory/trytond_product/trytond_product.changes  
2021-06-19 23:05:16.319877839 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_product.new.31177/trytond_product.changes   
2021-12-07 00:02:10.499971787 +0100
@@ -1,0 +2,5 @@
+Mon Dec  6 17:49:19 UTC 2021 - Axel Braun 
+
+- Version 5.0.5 - Bugfix Release
+
+---

Old:

  trytond_product-5.0.4.tar.gz
  trytond_product-5.0.4.tar.gz.asc

New:

  trytond_product-5.0.5.tar.gz
  trytond_product-5.0.5.tar.gz.asc



Other differences:
--
++ trytond_product.spec ++
--- /var/tmp/diff_new_pack.bACNTT/_old  2021-12-07 00:02:11.111969623 +0100
+++ /var/tmp/diff_new_pack.bACNTT/_new  2021-12-07 00:02:11.111969623 +0100
@@ -19,7 +19,7 @@
 
 %define majorver 5.0
 Name:   trytond_product
-Version:%{majorver}.4
+Version:%{majorver}.5
 Release:0
 Summary:The "product" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_product-5.0.4.tar.gz -> trytond_product-5.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-5.0.4/.hgtags 
new/trytond_product-5.0.5/.hgtags
--- old/trytond_product-5.0.4/.hgtags   2021-06-17 21:57:48.0 +0200
+++ new/trytond_product-5.0.5/.hgtags   2021-09-16 23:49:25.0 +0200
@@ -23,3 +23,4 @@
 4a5e520bb2afc55b56b41461087ad2c7384d4a98 5.0.2
 9069bc2d4de16b9dccc7af9c930f515131d8a10f 5.0.3
 1ebabc21a30dd7eb47ccde4206f6747e485764f8 5.0.4
+6a44d0e5a12cdb1ae0f5337656411a98d2a3fd05 5.0.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-5.0.4/CHANGELOG 
new/trytond_product-5.0.5/CHANGELOG
--- old/trytond_product-5.0.4/CHANGELOG 2021-06-17 21:57:47.0 +0200
+++ new/trytond_product-5.0.5/CHANGELOG 2021-09-16 23:49:24.0 +0200
@@ -1,3 +1,6 @@
+Version 5.0.5 - 2021-09-16
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.4 - 2021-06-17
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-5.0.4/PKG-INFO 
new/trytond_product-5.0.5/PKG-INFO
--- old/trytond_product-5.0.4/PKG-INFO  2021-06-17 21:57:50.276344000 +0200
+++ new/trytond_product-5.0.5/PKG-INFO  2021-09-16 23:49:26.401723400 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_product
-Version: 5.0.4
+Version: 5.0.5
 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-5.0.4/product.py 
new/trytond_product-5.0.5/product.py
--- old/trytond_product-5.0.4/product.py2019-11-15 22:44:58.0 
+0100
+++ new/trytond_product-5.0.5/product.py2021-09-10 19:55:25.0 
+0200
@@ -253,6 +253,9 @@
 def get_template(self, name):
 value = getattr(self.template, name)
 if isinstance(value, Model):
+field = getattr(self.__class__, name)
+if field._type == 'reference':
+return str(value)
 return value.id
 elif (isinstance(value, (list, tuple))
 and value and isinstance(value[0], Model)):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-5.0.4/tryton.cfg 
new/trytond_product-5.0.5/tryton.cfg
--- old/trytond_product-5.0.4/tryton.cfg2020-04-04 17:55:03.0 
+0200
+++ new/trytond_product-5.0.5/tryton.cfg2021-06-17 21:57:58.0 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.4
+version=5.0.5
 depends:
 company
 ir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_product-5.0.4/trytond_product.egg-info/PKG-INFO 
new/trytond_product-5.0.5/trytond_product.egg-info/PKG-INFO
--- old/trytond_product-5.0.4/trytond_product.egg-info/PKG-INFO 2021-06-17 
21:57:49.0 +0200
+++ new/trytond_product-5.0.5/trytond_product.egg-info/PKG-INFO 2021-09-16 
23:49:25.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond-product
-Version: 5.0.4
+Version: 5.0.5
 Summary: Tryton module with products
 Home-page: http://www.tryton.org/
 Author: Tryton


commit trytond_product for openSUSE:Factory

2021-06-19 Thread Source-Sync
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 2021-06-19 23:04:34

Comparing /work/SRC/openSUSE:Factory/trytond_product (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_product.new.2625 (New)


Package is "trytond_product"

Sat Jun 19 23:04:34 2021 rev:10 rq:900899 version:5.0.4

Changes:

--- /work/SRC/openSUSE:Factory/trytond_product/trytond_product.changes  
2021-03-02 12:45:04.796335976 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_product.new.2625/trytond_product.changes
2021-06-19 23:05:16.319877839 +0200
@@ -1,0 +2,5 @@
+Fri Jun 18 15:45:05 UTC 2021 - Axel Braun 
+
+- Version 5.0.4 - Bugfix Release
+
+---

Old:

  trytond_product-5.0.3.tar.gz
  trytond_product-5.0.3.tar.gz.asc

New:

  trytond_product-5.0.4.tar.gz
  trytond_product-5.0.4.tar.gz.asc



Other differences:
--
++ trytond_product.spec ++
--- /var/tmp/diff_new_pack.szB4si/_old  2021-06-19 23:05:16.815878605 +0200
+++ /var/tmp/diff_new_pack.szB4si/_new  2021-06-19 23:05:16.819878611 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 5.0
 Name:   trytond_product
-Version:%{majorver}.3
+Version:%{majorver}.4
 Release:0
 Summary:The "product" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_product-5.0.3.tar.gz -> trytond_product-5.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-5.0.3/.drone.yml 
new/trytond_product-5.0.4/.drone.yml
--- old/trytond_product-5.0.3/.drone.yml2020-03-01 16:46:06.0 
+0100
+++ new/trytond_product-5.0.4/.drone.yml2021-06-06 09:20:39.0 
+0200
@@ -29,9 +29,6 @@
 include:
 - IMAGE: python:3.4
   TOXENV: py34
-  DATABASE: sqlite
-- IMAGE: python:3.4
-  TOXENV: py34
   DATABASE: postgresql
 - IMAGE: python:3.5
   TOXENV: py35
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-5.0.3/.hgtags 
new/trytond_product-5.0.4/.hgtags
--- old/trytond_product-5.0.3/.hgtags   2020-04-04 17:54:55.0 +0200
+++ new/trytond_product-5.0.4/.hgtags   2021-06-17 21:57:48.0 +0200
@@ -22,3 +22,4 @@
 9d66cb9b3f6392ee08d7d001c11b14eb1b95c4b5 5.0.1
 4a5e520bb2afc55b56b41461087ad2c7384d4a98 5.0.2
 9069bc2d4de16b9dccc7af9c930f515131d8a10f 5.0.3
+1ebabc21a30dd7eb47ccde4206f6747e485764f8 5.0.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-5.0.3/CHANGELOG 
new/trytond_product-5.0.4/CHANGELOG
--- old/trytond_product-5.0.3/CHANGELOG 2020-04-04 17:54:54.0 +0200
+++ new/trytond_product-5.0.4/CHANGELOG 2021-06-17 21:57:47.0 +0200
@@ -1,3 +1,6 @@
+Version 5.0.4 - 2021-06-17
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.3 - 2020-04-04
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_product-5.0.3/COPYRIGHT 
new/trytond_product-5.0.4/COPYRIGHT
--- old/trytond_product-5.0.3/COPYRIGHT 2020-04-04 17:54:54.0 +0200
+++ new/trytond_product-5.0.4/COPYRIGHT 2021-06-17 21:57:47.0 +0200
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2020 C??dric Krier.
+Copyright (C) 2008-2021 C??dric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2020 B2CK SPRL.
+Copyright (C) 2008-2021 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-5.0.3/PKG-INFO 
new/trytond_product-5.0.4/PKG-INFO
--- old/trytond_product-5.0.3/PKG-INFO  2020-04-04 17:54:56.0 +0200
+++ new/trytond_product-5.0.4/PKG-INFO  2021-06-17 21:57:50.276344000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_product
-Version: 5.0.3
+Version: 5.0.4
 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-5.0.3/tryton.cfg 
new/trytond_product-5.0.4/tryton.cfg
--- old/trytond_product-5.0.3/tryton.cfg2019-11-15 22:44:58.0 
+0100
+++ new/trytond_product-5.0.4/tryton.cfg2020-04-04 17:55:03.0 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.3
+version=5.0.4
 depends:
 company
 ir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_product-5.0.3/trytond_

commit trytond_product for openSUSE:Factory

2021-03-02 Thread Source-Sync
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 2021-03-02 12:33:12

Comparing /work/SRC/openSUSE:Factory/trytond_product (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_product.new.2378 (New)


Package is "trytond_product"

Tue Mar  2 12:33:12 2021 rev:9 rq:875731 version:5.0.3

Changes:

--- /work/SRC/openSUSE:Factory/trytond_product/trytond_product.changes  
2021-02-01 13:29:51.102256946 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_product.new.2378/trytond_product.changes
2021-03-02 12:45:04.796335976 +0100
@@ -1,0 +2,5 @@
+Sat Feb 27 19:10:48 UTC 2021 - Andreas Stieger 
+
+- add upstream signing key and validate source signature
+
+---

New:

  trytond_product-5.0.3.tar.gz.asc
  trytond_product.keyring



Other differences:
--
++ trytond_product.spec ++
--- /var/tmp/diff_new_pack.Rwd6Ir/_old  2021-03-02 12:45:05.360336464 +0100
+++ /var/tmp/diff_new_pack.Rwd6Ir/_new  2021-03-02 12:45:05.364336467 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_product
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2014-2021 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,6 +26,8 @@
 Group:  Productivity/Office/Management
 URL:http://www.tryton.org/
 Source: 
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
+Source2:
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz.asc
+Source3:
https://keybase.io/cedrickrier/pgp_keys.asc?fingerprint=7C5A4360F6DF81ABA91FD54D6FF50AFE03489130#/%{name}.keyring
 BuildRequires:  fdupes
 BuildRequires:  python3-setuptools
 Requires:   trytond


commit trytond_product for openSUSE:Factory

2021-02-01 Thread Source-Sync
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 2021-02-01 13:27:59

Comparing /work/SRC/openSUSE:Factory/trytond_product (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_product.new.28504 (New)


Package is "trytond_product"

Mon Feb  1 13:27:59 2021 rev:8 rq:868174 version:5.0.3

Changes:

--- /work/SRC/openSUSE:Factory/trytond_product/trytond_product.changes  
2020-04-05 20:54:53.801272209 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_product.new.28504/trytond_product.changes   
2021-02-01 13:29:51.102256946 +0100
@@ -1,0 +2,5 @@
+Sun Jan 24 16:39:46 UTC 2021 - Axel Braun 
+
+- Adaption to new python macros
+
+---



Other differences:
--
++ trytond_product.spec ++
--- /var/tmp/diff_new_pack.ECSpen/_old  2021-02-01 13:29:52.298258806 +0100
+++ /var/tmp/diff_new_pack.ECSpen/_new  2021-02-01 13:29:52.302258812 +0100
@@ -2,7 +2,7 @@
 # spec file for package trytond_product
 #
 # Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2014-2016 Dr. Axel Braun
+# Copyright (c) 2014-2021 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,10 +41,10 @@
 %setup -q 
 
 %build
-python3 setup.py build
+%python3_build
 
 %install
-python3 setup.py install --prefix=%_prefix --root=%buildroot 
+%python3_install --prefix=%_prefix --root=%buildroot 
 %fdupes -s %{buildroot}
 
 %files