Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / pyresample
Commits: 4930d8d0 by Antonio Valentino at 2017-12-26T20:44:18+00:00 Remove build dependency form python3-xarray - - - - - 1a271c41 by Antonio Valentino at 2017-12-26T20:44:57+00:00 Set distribution to unstable - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +pyresample (1.7.1-3) unstable; urgency=medium + + * debian/control + - remove build dependency form python2-xarray: it is not + strictly necessary and causes problems with migration to + testing + - downgrade relation of python3-pyresample form python3-xarray + to Suggerst + + -- Antonio Valentino <[email protected]> Tue, 26 Dec 2017 20:44:24 +0000 + pyresample (1.7.1-2) unstable; urgency=medium * debian/control ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -20,7 +20,6 @@ Build-Depends: debhelper (>= 9.0.0), python3-sphinx, python-numexpr, python3-numexpr, - python3-xarray, python-yaml, python3-yaml, python-mpltoolkits.basemap, @@ -77,10 +76,10 @@ Depends: ${misc:Depends}, python3-six, python-pyresample-test Recommends: python3-numexpr, - python3-xarray, python3-pil, python3-mpltoolkits.basemap -Suggests: python-pyresample-doc +Suggests: python-pyresample-doc, + python3-xarray Description: Resampling of remote sensing data in Python 3 Pyresample is a Python package for resampling (reprojection) of earth observing satellite data. It handles both resampling of gridded data View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/compare/7aa7c289d618ebd50820a287d600ef2e2cee6bc6...1a271c4113c655d3d4899c163189cc2341e570ea --- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/compare/7aa7c289d618ebd50820a287d600ef2e2cee6bc6...1a271c4113c655d3d4899c163189cc2341e570ea You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

