Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Close #939022
· f5fe6753
Antonio Valentino
authored
Sep 01, 2019
f5fe6753
Depend on pyproj <= 2.3.1
· 805a23be
Antonio Valentino
authored
Sep 01, 2019
805a23be
Drop dependency on mock
· abf47ce6
Antonio Valentino
authored
Sep 01, 2019
abf47ce6
Remove obsolete fields Name from debian/upstream/metadata.
· c3b6dea1
Antonio Valentino
authored
Sep 01, 2019
c3b6dea1
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c3b6dea1
...
...
@@ -4,7 +4,11 @@ pyresample (1.12.3-6) UNRELEASED; urgency=medium
* debian/patches:
- new 0004-Detect-broken-basemap.patch: workaround for failures
of basemap imports due to incompatibility with new pyproj
versions
versions (Closes: #939022)
* debian/control:
- depend on pyproj >= 2.3.1
- drop dependency on python3-mock (not really necessary with Python 3)
* Remove obsolete fields Name from debian/upstream/metadata.
-- Antonio Valentino <antonio.valentino@tiscali.it> Wed, 21 Aug 2019 19:35:41 +0000
...
...
debian/control
View file @
c3b6dea1
...
...
@@ -15,7 +15,7 @@ Build-Depends: cython3,
python3-numpy,
python3-pil,
python3-pykdtree (>= 1.3.1),
python3-pyproj,
python3-pyproj
(>= 2.3.1)
,
python3-rasterio,
python3-scipy,
python3-setuptools,
...
...
@@ -33,7 +33,7 @@ Architecture: any
Depends: python-pyresample-test,
python3-configobj,
python3-numpy,
python3-pyproj,
python3-pyproj
(>= 2.3.1)
,
python3-pykdtree (>= 1.3.1),
python3-rasterio,
python3-six,
...
...
@@ -83,8 +83,7 @@ Description: Resampling of remote sensing data in Python (documentation)
Package: python-pyresample-test
Architecture: all
Multi-Arch: foreign
Depends: python3-mock,
${misc:Depends}
Depends: ${misc:Depends}
Description: Resampling of remote sensing data in Python (test suite)
Pyresample is a Python package for resampling (reprojection) of earth
observing satellite data. It handles both resampling of gridded data
...
...
debian/python-pyresample-test.lintian-overrides
deleted
100644 → 0
View file @
55eab16e
# the package only contains common test data and both packages for python2
# and python3 depend on it
python-package-depends-on-package-from-other-python-variant Depends: python3-*
debian/upstream/metadata
View file @
c3b6dea1
---
Bug-Database: https://github.com/pytroll/pyresample/issues
Bug-Submit: https://github.com/pytroll/pyresample/issues/new
Name: Pyresample
Repository: https://github.com/pytroll/pyresample.git
Repository-Browse: https://github.com/pytroll/pyresample