Hello community,
here is the log from the commit of package trytond_purchase_request for
openSUSE:Factory checked in at 2017-11-16 14:03:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_purchase_request (Old)
and /work/SRC/openSUSE:Factory/.trytond_purchase_request.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_purchase_request"
Thu Nov 16 14:03:38 2017 rev:2 rq:542144 version:4.2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/trytond_purchase_request/trytond_purchase_request.changes
2017-07-05 23:56:27.284998395 +0200
+++
/work/SRC/openSUSE:Factory/.trytond_purchase_request.new/trytond_purchase_request.changes
2017-11-16 14:03:39.295883843 +0100
@@ -1,0 +2,5 @@
+Thu Nov 9 06:04:45 UTC 2017 - [email protected]
+
+- Version 4.2.2 - Bugfix Release
+
+-------------------------------------------------------------------
Old:
----
trytond_purchase_request-4.2.1.tar.gz
New:
----
trytond_purchase_request-4.2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trytond_purchase_request.spec ++++++
--- /var/tmp/diff_new_pack.2UUCI6/_old 2017-11-16 14:03:39.891862243 +0100
+++ /var/tmp/diff_new_pack.2UUCI6/_new 2017-11-16 14:03:39.899861954 +0100
@@ -16,25 +16,26 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
%define majorver 4.2
Name: trytond_purchase_request
-Version: %{majorver}.1
+Version: %{majorver}.2
Release: 0
-License: GPL-3.0
Url: http://www.tryton.org/
Source:
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
-Group: Productivity/Office/Management
Summary: The purchase Request module of the Tryton ERP system
+License: GPL-3.0
+Group: Productivity/Office/Management
BuildRequires: python3-setuptools
BuildArch: noarch
Requires: trytond
-Requires: trytond_purchase
Requires: trytond_product
+Requires: trytond_purchase
%description
The purchase_request module of the Tryton application platform allows you to
create a purchase request as pre-step for a purchase
@@ -51,3 +52,5 @@
%files
%defattr(-,root,root)
%{python3_sitelib}/*
+
+%changelog
++++++ trytond_purchase_request-4.2.1.tar.gz ->
trytond_purchase_request-4.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_purchase_request-4.2.1/.drone.yml
new/trytond_purchase_request-4.2.2/.drone.yml
--- old/trytond_purchase_request-4.2.1/.drone.yml 1970-01-01
01:00:00.000000000 +0100
+++ new/trytond_purchase_request-4.2.2/.drone.yml 2016-11-28
18:39:04.000000000 +0100
@@ -0,0 +1,9 @@
+image: python:all
+env:
+ - POSTGRESQL_URI=postgresql://[email protected]:5432/
+ - MYSQL_URI=mysql://[email protected]:3306/
+script:
+ - pip install tox
+ - tox -e "{py27,py33,py34,py35}-{sqlite,postgresql}"
--skip-missing-interpreters
+services:
+ - postgres
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_purchase_request-4.2.1/.hgtags
new/trytond_purchase_request-4.2.2/.hgtags
--- old/trytond_purchase_request-4.2.1/.hgtags 1970-01-01 01:00:00.000000000
+0100
+++ new/trytond_purchase_request-4.2.2/.hgtags 2017-11-08 00:33:55.000000000
+0100
@@ -0,0 +1,4 @@
+01649a64b1527ab0cd844b116c6372d095bf049f 4.0.0
+b1b4778e4be5a374b5e36318b653ecff4c9db0a4 4.2.0
+748572a217bb7ce4f3be9ef061e080b49baedfae 4.2.1
+f89963a0c475c542b18b4e271fc1520e402b61a8 4.2.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_purchase_request-4.2.1/CHANGELOG
new/trytond_purchase_request-4.2.2/CHANGELOG
--- old/trytond_purchase_request-4.2.1/CHANGELOG 2017-07-01
23:53:07.000000000 +0200
+++ new/trytond_purchase_request-4.2.2/CHANGELOG 2017-11-08
00:33:55.000000000 +0100
@@ -1,3 +1,6 @@
+Version 4.2.2 - 2017-11-07
+* Bug fixes (see mercurial logs for details)
+
Version 4.2.1 - 2017-07-01
* Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_purchase_request-4.2.1/PKG-INFO
new/trytond_purchase_request-4.2.2/PKG-INFO
--- old/trytond_purchase_request-4.2.1/PKG-INFO 2017-07-01 23:53:08.000000000
+0200
+++ new/trytond_purchase_request-4.2.2/PKG-INFO 2017-11-08 00:33:56.000000000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_purchase_request
-Version: 4.2.1
+Version: 4.2.2
Summary: Tryton module for purchase requests
Home-page: http://www.tryton.org/
Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_purchase_request-4.2.1/purchase_request.py
new/trytond_purchase_request-4.2.2/purchase_request.py
--- old/trytond_purchase_request-4.2.1/purchase_request.py 2017-07-01
23:53:06.000000000 +0200
+++ new/trytond_purchase_request-4.2.2/purchase_request.py 2017-11-08
00:33:53.000000000 +0100
@@ -163,7 +163,7 @@
@classmethod
def search_purchase(cls, name, clause):
- return [('purchase_line.purchase',) + tuple(clause[1:])]
+ return [('purchase_line.' + clause[0],) + tuple(clause[1:])]
@property
def currency(self):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_purchase_request-4.2.1/tox.ini
new/trytond_purchase_request-4.2.2/tox.ini
--- old/trytond_purchase_request-4.2.1/tox.ini 1970-01-01 01:00:00.000000000
+0100
+++ new/trytond_purchase_request-4.2.2/tox.ini 2016-11-28 18:39:04.000000000
+0100
@@ -0,0 +1,18 @@
+[tox]
+envlist =
{py27,py33,py34,py35}-{sqlite,postgresql,mysql},pypy-{sqlite,postgresql}
+
+[testenv]
+commands = {envpython} setup.py test
+deps =
+ {py27,py33,py34,py35}-postgresql: psycopg2 >= 2.5
+ pypy-postgresql: psycopg2cffi >= 2.5
+ mysql: MySQL-python
+ sqlite: sqlitebck
+setenv =
+ sqlite: TRYTOND_DATABASE_URI={env:SQLITE_URI:sqlite://}
+ postgresql: TRYTOND_DATABASE_URI={env:POSTGRESQL_URI:postgresql://}
+ mysql: TRYTOND_DATABASE_URI={env:MYSQL_URI:mysql://}
+ sqlite: DB_NAME={env:SQLITE_NAME::memory:}
+ postgresql: DB_NAME={env:POSTGRESQL_NAME:test}
+ mysql: DB_NAME={env:MYSQL_NAME:test}
+install_command = pip install --pre --find-links https://trydevpi.tryton.org/
{opts} {packages}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_purchase_request-4.2.1/tryton.cfg
new/trytond_purchase_request-4.2.2/tryton.cfg
--- old/trytond_purchase_request-4.2.1/tryton.cfg 2016-11-28
18:42:12.000000000 +0100
+++ new/trytond_purchase_request-4.2.2/tryton.cfg 2017-07-01
23:53:18.000000000 +0200
@@ -1,5 +1,5 @@
[tryton]
-version=4.2.1
+version=4.2.2
depends:
ir
purchase
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_purchase_request-4.2.1/trytond_purchase_request.egg-info/PKG-INFO
new/trytond_purchase_request-4.2.2/trytond_purchase_request.egg-info/PKG-INFO
---
old/trytond_purchase_request-4.2.1/trytond_purchase_request.egg-info/PKG-INFO
2017-07-01 23:53:08.000000000 +0200
+++
new/trytond_purchase_request-4.2.2/trytond_purchase_request.egg-info/PKG-INFO
2017-11-08 00:33:56.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-purchase-request
-Version: 4.2.1
+Version: 4.2.2
Summary: Tryton module for purchase requests
Home-page: http://www.tryton.org/
Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_purchase_request-4.2.1/trytond_purchase_request.egg-info/SOURCES.txt
new/trytond_purchase_request-4.2.2/trytond_purchase_request.egg-info/SOURCES.txt
---
old/trytond_purchase_request-4.2.1/trytond_purchase_request.egg-info/SOURCES.txt
2017-07-01 23:53:08.000000000 +0200
+++
new/trytond_purchase_request-4.2.2/trytond_purchase_request.egg-info/SOURCES.txt
2017-11-08 00:33:56.000000000 +0100
@@ -1,11 +1,18 @@
+.drone.yml
+.hgtags
CHANGELOG
COPYRIGHT
INSTALL
LICENSE
MANIFEST.in
README
+__init__.py
+party.py
+purchase.py
+purchase_request.py
purchase_request.xml
setup.py
+tox.ini
tryton.cfg
./__init__.py
./party.py
@@ -57,7 +64,9 @@
locale/ru.po
locale/sl.po
locale/zh_CN.po
+tests/__init__.py
tests/scenario_purchase_request.rst
+tests/test_purchase_request.py
trytond_purchase_request.egg-info/PKG-INFO
trytond_purchase_request.egg-info/SOURCES.txt
trytond_purchase_request.egg-info/dependency_links.txt