[tryton-debian-vcs] python-zeep branch dto-jessie created. debian/0.23.0-2
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Fri Jun 16 11:01:20 UTC 2017
The following commit has been merged in the dto-jessie branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/python-zeep.git;a=commitdiff;h=debian/0.23.0-2
commit c54f069daf5c4c55e5daefc679df4850a8273356
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Jun 14 12:32:49 2017 +0200
Releasing debian version 0.23.0-2.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 64d8067..b2aec91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-zeep (0.23.0-2) unstable; urgency=medium
+
+ * Put a minimal version constraint for python-six.
+ * Disable the tests for jessie backports due to missing dependencies.
+
+ -- Mathias Behrle <mbehrle at debian.org> Wed, 14 Jun 2017 12:32:19 +0200
+
python-zeep (0.23.0-1) unstable; urgency=medium
* Initial commit (Closes: #834485).
commit 49d0a2adf7d1ceb11e9f96c60f2c99e866933103
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Jun 14 12:31:16 2017 +0200
Disable the tests for jessie backports due to missing dependencies.
diff --git a/debian/control b/debian/control
index 99cbd52..3bb674b 100644
--- a/debian/control
+++ b/debian/control
@@ -14,14 +14,8 @@ Build-Depends:
python-flake8,
python-freezegun,
python-isodate,
- python-isort,
python-lxml,
- python-mock,
- python-pretend,
- python-pytest,
- python-pytest-cov,
python-requests,
- python-requests-mock,
python-setuptools,
python-six (>= 1.9.0-3~),
python-tz,
@@ -29,17 +23,9 @@ Build-Depends:
python3-appdirs,
python3-cached-property,
python3-defusedxml,
- python3-flake8,
- python3-freezegun,
python3-isodate,
- python3-isort,
python3-lxml,
- python3-mock,
- python3-pretend,
- python3-pytest,
- python3-pytest-cov,
python3-requests,
- python3-requests-mock,
python3-setuptools,
python3-six,
python3-tz,
diff --git a/debian/rules b/debian/rules
index b736038..46a6a69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
export PYBUILD_NAME := zeep
+# Disable the tests for jessie backports due to missing build dependencies
+export PYBUILD_DISABLE=test
+
%:
dh $@ --with python2,python3 --buildsystem=pybuild
commit fdefa80d07bb0b61dce677924e2cf56fb1d05dc2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Jan 31 12:34:05 2017 +0100
Put a minimal version constraint for python-six.
This is needed for backports to pull from jessie-backports instead of jessie.
diff --git a/debian/control b/debian/control
index 5163435..99cbd52 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends:
python-requests,
python-requests-mock,
python-setuptools,
- python-six,
+ python-six (>= 1.9.0-3~),
python-tz,
python3,
python3-appdirs,
@@ -60,7 +60,7 @@ Depends:
python-pkg-resources,
python-requests,
python-setuptools,
- python-six,
+ python-six (>= 1.9.0-3~),
python-tz,
${misc:Depends},
${python:Depends},
--
python-zeep
More information about the tryton-debian-vcs
mailing list