[tryton-debian-vcs] tryton-modules-purchase-request branch debian-stretch-4.4 created. debian/4.4.3-1
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 15 09:45:47 UTC 2017
The following commit has been merged in the debian-stretch-4.4 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-purchase-request.git;a=commitdiff;h=debian/4.4.3-1
commit e3e2923dfb1151c865a151a11b942b206d7b35fa
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 11 14:34:10 2017 +0100
Releasing debian version 4.4.3-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 28b29ae..a2a6ff8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-modules-purchase-request (4.4.3-1) unstable; urgency=medium
+
+ * Bump the Standards-Version to 4.1.0, no changes needed.
+ * Bump the Standards-Version to 4.1.1, no changes needed.
+ * Setting the branch in the watch file to the fixed version 4.4.
+ * Merging upstream version 4.4.3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sat, 11 Nov 2017 14:34:09 +0100
+
tryton-modules-purchase-request (4.4.2-3) unstable; urgency=medium
* Switch to Python3.
commit 43ee743b700e1f95c37b7c9c2d0fe48889b4a80b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 11 14:34:09 2017 +0100
Merging upstream version 4.4.3.
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..c4fd423
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,9 @@
+image: python:all
+env:
+ - POSTGRESQL_URI=postgresql://postgres@127.0.0.1:5432/
+ - MYSQL_URI=mysql://root@127.0.0.1:3306/
+script:
+ - pip install tox
+ - tox -e "{py27,py33,py34,py35}-{sqlite,postgresql}" --skip-missing-interpreters
+services:
+ - postgres
diff --git a/CHANGELOG b/CHANGELOG
index 2a73029..cc4fadd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.3 - 2017-11-07
+* Bug fixes (see mercurial logs for details)
+
Version 4.4.2 - 2017-07-01
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 9d1af5c..ebfce29 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_purchase_request
-Version: 4.4.2
+Version: 4.4.3
Summary: Tryton module for purchase requests
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/purchase_request.py b/purchase_request.py
index 56a23ea..baf7127 100644
--- a/purchase_request.py
+++ b/purchase_request.py
@@ -194,7 +194,7 @@ class PurchaseRequest(ModelSQL, ModelView):
@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 --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..08e43cf
--- /dev/null
+++ b/tox.ini
@@ -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 --git a/tryton.cfg b/tryton.cfg
index da0fb67..d661620 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.4.2
+version=4.4.3
depends:
ir
purchase
diff --git a/trytond_purchase_request.egg-info/PKG-INFO b/trytond_purchase_request.egg-info/PKG-INFO
index 3d4d7bf..5b04f8a 100644
--- a/trytond_purchase_request.egg-info/PKG-INFO
+++ b/trytond_purchase_request.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-purchase-request
-Version: 4.4.2
+Version: 4.4.3
Summary: Tryton module for purchase requests
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond_purchase_request.egg-info/SOURCES.txt b/trytond_purchase_request.egg-info/SOURCES.txt
index 0c73283..a7e4870 100644
--- a/trytond_purchase_request.egg-info/SOURCES.txt
+++ b/trytond_purchase_request.egg-info/SOURCES.txt
@@ -1,12 +1,19 @@
+.drone.yml
+.hgtags
CHANGELOG
COPYRIGHT
INSTALL
LICENSE
MANIFEST.in
README
+__init__.py
+party.py
+purchase.py
purchase.xml
+purchase_request.py
purchase_request.xml
setup.py
+tox.ini
tryton.cfg
./__init__.py
./party.py
@@ -60,7 +67,9 @@ locale/pt_BR.po
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
commit 095a991c289dd6555624c520fa13677311b7562f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Nov 6 12:26:10 2017 +0100
Setting the branch in the watch file to the fixed version 4.4.
diff --git a/debian/watch b/debian/watch
index 54f9197..77149ad 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-opts=pgpsigurlmangle=s/$/.asc/ http://downloads.tryton.org/current/ .*trytond_purchase_request-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+opts=pgpsigurlmangle=s/$/.asc/ http://downloads.tryton.org/4.4/ .*trytond_purchase_request-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
--
tryton-modules-purchase-request
More information about the tryton-debian-vcs
mailing list