Hello community,

here is the log from the commit of package trytond_purchase for 
openSUSE:Factory checked in at 2017-07-05 23:56:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_purchase (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_purchase.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_purchase"

Wed Jul  5 23:56:07 2017 rev:2 rq:505316 version:4.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_purchase/trytond_purchase.changes        
2016-09-23 11:31:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.trytond_purchase.new/trytond_purchase.changes   
2017-07-05 23:56:08.255678975 +0200
@@ -2 +2 @@
-Thu Aug 25 09:10:04 UTC 2016 - [email protected]
+Fri Mar 10 10:24:03 UTC 2017 - [email protected]
@@ -4 +4 @@
-- LICENSE added
+- Version 4.2.1
@@ -7 +7 @@
-Sun Aug 21 12:33:04 UTC 2016 - [email protected]
+Mon Nov 28 18:22:41 UTC 2016 - [email protected] 
@@ -9 +9,6 @@
-- Update summary/description
+- Tryton Release 4.2 
+
+------------------------------------------------------------------- 
+Tue May 02 10:24:48 UTC 2016 - [email protected] 
+
+- Tryton Release 4.0 

Old:
----
  trytond_purchase-3.8.2.tar.gz

New:
----
  trytond_purchase-4.2.1.tar.gz

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

Other differences:
------------------
++++++ trytond_purchase.spec ++++++
--- /var/tmp/diff_new_pack.BufgwV/_old  2017-07-05 23:56:08.775605735 +0200
+++ /var/tmp/diff_new_pack.BufgwV/_new  2017-07-05 23:56:08.779605172 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_purchase
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014-2016 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,9 +17,9 @@
 #
 
 
-%define majorver 3.8
+%define majorver 4.2
 Name:           trytond_purchase
-Version:        %{majorver}.2
+Version:        %{majorver}.1
 Release:        0
 Summary:        The "purchase" module for the Tryton ERP system
 License:        GPL-3.0
@@ -27,9 +27,7 @@
 Url:            http://www.tryton.org/
 Source:         
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-# List of additional build dependencies
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python3-setuptools
 Requires:       trytond
 Requires:       trytond_account
 Requires:       trytond_account_invoice
@@ -41,7 +39,6 @@
 Requires:       trytond_stock
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-%py_requires
 
 %description
 The purchase module defines the Purchase model in the Tryton
@@ -53,16 +50,14 @@
 %setup -q
 
 %build
-python setup.py build
-
+python3 setup.py build   
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+python3 setup.py install --prefix=%_prefix --root=%buildroot 
 %fdupes -s %{buildroot}
 
 %files
 %defattr(-,root,root)
-%doc LICENSE README
-%{python_sitelib}/*
+%{python3_sitelib}/*
 
 %changelog

++++++ trytond_purchase-3.8.2.tar.gz -> trytond_purchase-4.2.1.tar.gz ++++++
++++ 39686 lines of diff (skipped)


Reply via email to