From eb806aee336d687f5d5a0310a469241baff1555f Mon Sep 17 00:00:00 2001 From: Mathias Behrle Date: Thu, 29 Mar 2018 16:31:04 +0200 Subject: [PATCH] control: update Vcs-Browser and Vcs-Git --- debian/control | 154 ++++++++++++++++++++++++------------------------- 1 file changed, 75 insertions(+), 79 deletions(-) diff --git a/debian/control b/debian/control index ae7d243..44f1962 100644 --- a/debian/control +++ b/debian/control @@ -1,76 +1,73 @@ Source: python-zeep +Maintainer: Debian Tryton Maintainers +Uploaders: Mathias Behrle Section: python Priority: optional -Maintainer: Debian Tryton Maintainers -Uploaders: - Mathias Behrle , -Build-Depends: - debhelper (>= 9), - dh-python (>= 1.20130901-1~), - libxmlsec1, - libxmlsec1-openssl, - python, - python-appdirs, - python-cached-property, - python-defusedxml, - python-flake8, - python-freezegun, - python-isodate, - python-isort, - python-lxml, - python-mock, - python-pretend, - python-pytest, - python-pytest-cov, - python-pytest-tornado, - python-requests, - python-requests-mock, - python-requests-toolbelt, - python-setuptools, - python-six (>= 1.9.0-3~), - python-tz, - python3, - python3-aiohttp, - 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-pytest-tornado, - python3-requests, - python3-requests-mock, - python3-requests-toolbelt, - python3-setuptools, - python3-six (>= 1.9.0-3~), - python3-tz, +Build-Depends: debhelper (>= 9), + dh-python (>= 1.20130901-1~), + libxmlsec1, + libxmlsec1-openssl, + python, + python-appdirs, + python-cached-property, + python-defusedxml, + python-flake8, + python-freezegun, + python-isodate, + python-isort, + python-lxml, + python-mock, + python-pretend, + python-pytest, + python-pytest-cov, + python-pytest-tornado, + python-requests, + python-requests-mock, + python-requests-toolbelt, + python-setuptools, + python-six (>= 1.9.0-3~), + python-tz, + python3, + python3-aiohttp, + 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-pytest-tornado, + python3-requests, + python3-requests-mock, + python3-requests-toolbelt, + python3-setuptools, + python3-six (>= 1.9.0-3~), + python3-tz Standards-Version: 4.1.3 +Vcs-Browser: https://salsa.debian.org/tryton-team/python-zeep +Vcs-Git: https://salsa.debian.org/tryton-team/python-zeep.git Homepage: https://github.com/mvantellingen/python-zeep -Vcs-Browser: https://anonscm.debian.org/cgit/tryton/python-zeep.git -Vcs-Git: https://anonscm.debian.org/cgit/tryton/python-zeep.git Package: python-zeep Architecture: all -Depends: - python-appdirs, - python-cached-property, - python-defusedxml, - python-isodate, - python-lxml, - python-pkg-resources, - python-requests, - python-requests-toolbelt, - python-setuptools, - python-six (>= 1.9.0-3~), - python-tz, - ${misc:Depends}, - ${python:Depends}, +Depends: python-appdirs, + python-cached-property, + python-defusedxml, + python-isodate, + python-lxml, + python-pkg-resources, + python-requests, + python-requests-toolbelt, + python-setuptools, + python-six (>= 1.9.0-3~), + python-tz, + ${misc:Depends}, + ${python:Depends} Description: Modern SOAP client library (Python 2) A fast and modern Python SOAP client . @@ -96,20 +93,19 @@ Description: Modern SOAP client library (Python 2) Package: python3-zeep Architecture: all -Depends: - python3-aiohttp, - python3-appdirs, - python3-cached-property, - python3-defusedxml, - python3-freezegun, - python3-isodate, - python3-lxml, - python3-pkg-resources, - python3-requests, - python3-six, - python3-tz, - ${misc:Depends}, - ${python3:Depends}, +Depends: python3-aiohttp, + python3-appdirs, + python3-cached-property, + python3-defusedxml, + python3-freezegun, + python3-isodate, + python3-lxml, + python3-pkg-resources, + python3-requests, + python3-six, + python3-tz, + ${misc:Depends}, + ${python3:Depends} Description: Modern SOAP client library (Python 3) A fast and modern Python SOAP client .