Bas Couwenberg pushed to branch master at Debian GIS Project / pycsw
Commits: c7342209 by Bas Couwenberg at 2018-04-02T17:29:33+02:00 Add patch to not use strict dependency on python-six. - - - - - 0b5368fb by Bas Couwenberg at 2018-04-02T17:35:41+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/0007-python-six-dependency.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pycsw (2.2.0+dfsg-2) unstable; urgency=medium + + * Team upload. + * Add patch to not use strict dependency on python-six. + + -- Bas Couwenberg <sebas...@debian.org> Mon, 02 Apr 2018 17:35:25 +0200 + pycsw (2.2.0+dfsg-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/0007-python-six-dependency.patch ===================================== --- /dev/null +++ b/debian/patches/0007-python-six-dependency.patch @@ -0,0 +1,14 @@ +Description: Don't require exact version of python-six. + Causes strict dependency: python-six (= 1.10.0) +Author: Bas Couwenberg <sebas...@debian.org> +Forwarded: not-needed + +--- a/requirements.txt ++++ b/requirements.txt +@@ -3,5 +3,5 @@ lxml==3.6.2 + OWSLib==0.16.0 + pyproj==1.9.5.1 + Shapely==1.5.17 +-six==1.10.0 ++six>=1.10.0 + xmltodict==0.10.2 ===================================== debian/patches/series ===================================== --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ 0002-Remove-externally-linked-files.patch 0004-Use-xdg-open-instead-of-firefox-in-desktop-file.patch 0006-Don-t-include-external-references-to-images.patch +0007-python-six-dependency.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/compare/c64bc7936f61632de224054a145ad1954caccb78...0b5368fbaea3e2c6ad9e503a08d518a83fc5ea94 --- View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/compare/c64bc7936f61632de224054a145ad1954caccb78...0b5368fbaea3e2c6ad9e503a08d518a83fc5ea94 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel