[Git][debian-gis-team/pyresample][master] 4 commits: Close #939022
Antonio Valentino
gitlab at salsa.debian.org
Sun Sep 1 19:15:13 BST 2019
Antonio Valentino pushed to branch master at Debian GIS Project / pyresample
Commits:
f5fe6753 by Antonio Valentino at 2019-09-01T17:33:17Z
Close #939022
- - - - -
805a23be by Antonio Valentino at 2019-09-01T17:48:32Z
Depend on pyproj <= 2.3.1
- - - - -
abf47ce6 by Antonio Valentino at 2019-09-01T18:04:09Z
Drop dependency on mock
- - - - -
c3b6dea1 by Antonio Valentino at 2019-09-01T18:04:16Z
Remove obsolete fields Name from debian/upstream/metadata.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- − debian/python-pyresample-test.lintian-overrides
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -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 at tiscali.it> Wed, 21 Aug 2019 19:35:41 +0000
=====================================
debian/control
=====================================
@@ -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
=====================================
@@ -1,3 +0,0 @@
-# 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
=====================================
@@ -1,6 +1,4 @@
----
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
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/compare/55eab16e711ff56bac48aee6920840d8ff6e86f0...c3b6dea16f5ceadc90dfda5bed7178dfb740da61
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/compare/55eab16e711ff56bac48aee6920840d8ff6e86f0...c3b6dea16f5ceadc90dfda5bed7178dfb740da61
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190901/091a86d7/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list