[tryton-debian-vcs] tryton-modules-purchase-request branch debian updated. upstream/4.0.0-5-g92a0a1e

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun Sep 4 17:31:35 UTC 2016


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-purchase-request.git;a=commitdiff;h=upstream/4.0.0-5-g92a0a1e
  discards  14acd19f9f201f038de607cdbb62b7a9f9840d6a (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (14acd19f9f201f038de607cdbb62b7a9f9840d6a)
            \
             N -- N -- N (92a0a1eadc07682d6ac25fbbfef1c5332c0ddd18)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

commit 92a0a1eadc07682d6ac25fbbfef1c5332c0ddd18
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Jun 25 19:26:32 2016 +0200

    Updating to Standards-Version: 3.9.8, no changes needed.

diff --git a/debian/control b/debian/control
index b2eda0a..740be6d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  dh-python,
  python,
  python-setuptools,
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: http://www.tryton.org/
 Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-modules-purchase-request.git
 Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-modules-purchase-request.git
commit a2d252baf8449ae157ad05f3980193f9f80f9fb5
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Aug 5 12:20:05 2016 +0200

    Releasing debian version 4.0.2-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 5f54ce1..7f1d114 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-purchase-request (4.0.2-1) unstable; urgency=medium
+
+  * Merging upstream version 4.0.2.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Fri, 05 Aug 2016 12:20:05 +0200
+
 tryton-modules-purchase-request (4.0.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #822902).
commit 0604ee8d800a1afa5fee98e3ea450c13b7d9d0ba
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Aug 5 12:20:05 2016 +0200

    Merging upstream version 4.0.2.

diff --git a/CHANGELOG b/CHANGELOG
index af12f3a..3ea6f3a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.0.2 - 2016-08-02
+* Bug fixes (see mercurial logs for details)
+
 Version 4.0.1 - 2016-05-11
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 6d8193d..9ab2eae 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_purchase_request
-Version: 4.0.1
+Version: 4.0.2
 Summary: Tryton module for purchase requests
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/tests/test_purchase_request.py b/tests/test_purchase_request.py
index 44f58f7..f3138a0 100644
--- a/tests/test_purchase_request.py
+++ b/tests/test_purchase_request.py
@@ -8,6 +8,7 @@ import doctest
 from trytond.tests.test_tryton import ModuleTestCase
 from trytond.tests.test_tryton import suite as test_suite
 from trytond.tests.test_tryton import doctest_setup, doctest_teardown
+from trytond.tests.test_tryton import doctest_checker
 
 
 class PurchaseRequestTestCase(ModuleTestCase):
@@ -22,5 +23,6 @@ def suite():
     suite.addTests(doctest.DocFileSuite(
             'scenario_purchase_request.rst',
             setUp=doctest_setup, tearDown=doctest_teardown, encoding='utf-8',
+            checker=doctest_checker,
             optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
     return suite
diff --git a/tryton.cfg b/tryton.cfg
index e59cba6..3a56111 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.0.1
+version=4.0.2
 depends:
     ir
     purchase
diff --git a/trytond_purchase_request.egg-info/PKG-INFO b/trytond_purchase_request.egg-info/PKG-INFO
index 597abc5..3629821 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.0.1
+Version: 4.0.2
 Summary: Tryton module for purchase requests
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-purchase-request



More information about the tryton-debian-vcs mailing list