[tryton-debian-vcs] tryton-proteus branch debian-stretch-4.4 created. debian/4.4.1-1
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 15 09:52:06 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-proteus.git;a=commitdiff;h=debian/4.4.1-1
commit a137a7f0aef2c9e0eff28464120a473833c3bedb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 11 14:25:23 2017 +0100
Releasing debian version 4.4.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 0c468f7..76a290c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-proteus (4.4.1-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.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sat, 11 Nov 2017 14:25:23 +0100
+
tryton-proteus (4.4.0-4) unstable; urgency=medium
* Switch to Python3.
commit 7ca62a912fc3f1808b6ac9fbf732a54b59337088
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 11 14:25:23 2017 +0100
Merging upstream version 4.4.1.
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..18f6590
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,4 @@
+image: python:all
+script:
+ - pip install tox pydot
+ - tox -e "py27,py33,py34,py35" --skip-missing-interpreters
diff --git a/CHANGELOG b/CHANGELOG
index 1826ea4..da63fec 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.1 - 2017-11-07
+* Bug fixes (see mercurial logs for details)
+
Version 4.4.0 - 2017-05-01
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 7d91fdb..53e19f1 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: proteus
-Version: 4.4.0
+Version: 4.4.1
Summary: Library to access Tryton server as a client
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/proteus.egg-info/PKG-INFO b/proteus.egg-info/PKG-INFO
index 7d91fdb..53e19f1 100644
--- a/proteus.egg-info/PKG-INFO
+++ b/proteus.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: proteus
-Version: 4.4.0
+Version: 4.4.1
Summary: Library to access Tryton server as a client
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/proteus.egg-info/SOURCES.txt b/proteus.egg-info/SOURCES.txt
index b19dc88..bf445ef 100644
--- a/proteus.egg-info/SOURCES.txt
+++ b/proteus.egg-info/SOURCES.txt
@@ -1,3 +1,5 @@
+.drone.yml
+.hgtags
CHANGELOG
COPYRIGHT
INSTALL
@@ -5,6 +7,7 @@ LICENSE
MANIFEST.in
README
setup.py
+tox.ini
proteus/__init__.py
proteus/config.py
proteus/pyson.py
diff --git a/proteus/__init__.py b/proteus/__init__.py
index 8dd575e..98f8985 100644
--- a/proteus/__init__.py
+++ b/proteus/__init__.py
@@ -3,7 +3,7 @@
'''
A library to access Tryton's models like a client.
'''
-__version__ = "4.4.0"
+__version__ = "4.4.1"
__all__ = ['Model', 'Wizard', 'Report']
import sys
try:
@@ -545,6 +545,8 @@ class ModelList(list):
definition = record._fields[self.parent_name]
if definition['type'] in ('many2one', 'reference'):
setattr(record, self.parent_name, self.parent)
+ self.record_removed.difference_update(records)
+ self.record_deleted.difference_update(records)
def append(self, record):
self.__check([record])
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..8bfd5a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,4 @@
[egg_info]
tag_build =
tag_date = 0
-tag_svn_revision = 0
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..ccb2d68
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,10 @@
+[tox]
+envlist = py27,py33,py34,py35,pypy
+
+[testenv]
+commands = {envpython} setup.py test
+deps =
+setenv =
+ TRYTOND_DATABASE_URI={env:TRYTOND_DATBASE_URI:sqlite://}
+ DB_NAME={env:DB_NAME::memory:}
+install_command = pip install --pre --find-links https://trydevpi.tryton.org/ {opts} {packages}
commit 382218caa3e6e2e6a41d2f0017db121d6cf43ed9
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 395eb63..a96ef89 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-opts=pgpsigurlmangle=s/$/.asc/ http://downloads.tryton.org/current/ .*proteus-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+opts=pgpsigurlmangle=s/$/.asc/ http://downloads.tryton.org/4.4/ .*proteus-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
--
tryton-proteus
More information about the tryton-debian-vcs
mailing list