[Git][debian-gis-team/pyresample][master] 3 commits: New 0006-Setup-requires.patch
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Mon Oct 7 20:14:10 BST 2024
Antonio Valentino pushed to branch master at Debian GIS Project / pyresample
Commits:
b1fa918f by Antonio Valentino at 2024-10-07T18:53:28+00:00
New 0006-Setup-requires.patch
- - - - -
a714b9ad by Antonio Valentino at 2024-10-07T19:05:17+00:00
Update lintian-overrides
- - - - -
36a8cf8b by Antonio Valentino at 2024-10-07T19:05:17+00:00
Set distribution to unstable
- - - - -
4 changed files:
- debian/changelog
- + debian/patches/0006-Setup-requires.patch
- debian/patches/series
- debian/source/lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+pyresample (1.30.0-2) unstable; urgency=medium
+
+ * debian/patches:
+ - New 0006-Setup-requires.patch (Closes: #1083582).
+ * Update lintian-overrides.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Mon, 07 Oct 2024 18:26:07 +0000
+
pyresample (1.30.0-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/patches/0006-Setup-requires.patch
=====================================
@@ -0,0 +1,30 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Mon, 7 Oct 2024 18:23:49 +0000
+Subject: Setup requires
+
+Forwarded: https://github.com/pytroll/pyresample/pull/624
+---
+ setup.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 8857778..8c1d27a 100644
+--- a/setup.py
++++ b/setup.py
+@@ -24,7 +24,7 @@ from setuptools import find_packages, setup
+
+ import versioneer
+
+-requirements = ['setuptools>=3.2', 'pyproj>=3.0', 'configobj',
++requirements = ['pyproj>=3.0', 'configobj',
+ 'pykdtree>=1.3.1', 'pyyaml', 'numpy>=1.21.0',
+ "shapely", "donfig", "platformdirs",
+ ]
+@@ -103,6 +103,7 @@ if __name__ == "__main__":
+ package_data={'pyresample.test': ['test_files/*']},
+ include_package_data=True,
+ python_requires='>=3.9',
++ setup_requires=['setuptools>=3.2'],
+ install_requires=requirements,
+ extras_require=extras_require,
+ ext_modules=extensions,
=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@
0003-Fix-mathjax-path.patch
0004-Fix-privacy-breachs.patch
0005-Compatibility-with-numpy-2.0.patch
+0006-Setup-requires.patch
=====================================
debian/source/lintian-overrides
=====================================
@@ -1,6 +1,2 @@
# Inline SVG
source-is-missing [pyresample/static/html/icons_svg_inline.html]
-
-# False positive: "uuid" isused not "uu"
-uses-deprecated-python-stdlib uu (deprecated in Python 3.11, removed in Python 3.13) [pyresample/_formatting_html.py:*]
-uses-deprecated-python-stdlib uu (deprecated in Python 3.11, removed in Python 3.13) [pyresample/test/test_utils.py:*]
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/compare/4c54e4453f3a3dd66ad5c147f9d27158f9f1be5d...36a8cf8b36467e1cdcc3b9ad2c0a18ee4e76aafe
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/compare/4c54e4453f3a3dd66ad5c147f9d27158f9f1be5d...36a8cf8b36467e1cdcc3b9ad2c0a18ee4e76aafe
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/20241007/2bac657a/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list