[Git][debian-gis-team/pyninjotiff][master] 3 commits: Drop dependency on six

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Tue Dec 3 23:09:24 GMT 2024



Antonio Valentino pushed to branch master at Debian GIS Project / pyninjotiff


Commits:
17b5015e by Antonio Valentino at 2024-12-03T23:03:21+00:00
Drop dependency on six

- - - - -
b3b7e8a2 by Antonio Valentino at 2024-12-03T23:04:27+00:00
Update dates in d/copyright

- - - - -
19839ca6 by Antonio Valentino at 2024-12-03T23:04:55+00:00
Set distribution to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/copyright
- + debian/patches/0002-Drop-dependeny-on-six.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,14 @@
-pyninjotiff (0.4.0-4) UNRELEASED; urgency=medium
+pyninjotiff (0.4.0-4) unstable; urgency=medium
 
-  * Team upload.
+  [ Bas Couwenberg ]
   * Bump Standards-Version to 4.7.0, no changes.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sun, 28 Jul 2024 19:54:41 +0200
+  [ Antonio Valentino ]
+  * debian/patches:
+    - New 0002-Drop-dependeny-on-six.patch (Closes: #1088906).
+  * Update dates in d/copyright.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Tue, 03 Dec 2024 23:04:36 +0000
 
 pyninjotiff (0.4.0-3) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -18,7 +18,6 @@ Build-Depends: debhelper-compat (= 13),
                python3-pyproj,
                python3-pyresample,
                python3-pytest <!nocheck>,
-               python3-six,
                python3-trollimage,
                python3-xarray
 Standards-Version: 4.7.0
@@ -32,7 +31,6 @@ Depends: python3-dask,
          python3-matplotlib,
          python3-pyproj,
          python3-pyresample,
-         python3-six,
          python3-xarray,
          ${python3:Depends},
          ${misc:Depends}


=====================================
debian/copyright
=====================================
@@ -14,7 +14,7 @@ Copyright: 2008-2014, Christoph Gohlke
 License: BSD-3-clause
 
 Files: debian/*
-Copyright: 2018-2023, Antonio Valentino <antonio.valentino at tiscali.it>
+Copyright: 2018-2024, Antonio Valentino <antonio.valentino at tiscali.it>
 License: GPL-3+
 
 License: GPL-3+


=====================================
debian/patches/0002-Drop-dependeny-on-six.patch
=====================================
@@ -0,0 +1,23 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Tue, 3 Dec 2024 23:00:42 +0000
+Subject: Drop dependeny on six
+
+Forwarded: not-needed
+---
+ pyninjotiff/ninjotiff.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/pyninjotiff/ninjotiff.py b/pyninjotiff/ninjotiff.py
+index 6f6a2e3..10989e2 100755
+--- a/pyninjotiff/ninjotiff.py
++++ b/pyninjotiff/ninjotiff.py
+@@ -209,7 +209,8 @@ class ProductConfigs(object):
+ 
+     def read_config(self, config_filename=None):
+         """Read the ninjo products config file."""
+-        from six.moves.configparser import RawConfigParser
++        # from six.moves.configparser import RawConfigParser
++        from configparser import RawConfigParser
+         import ast
+ 
+         def _eval(val):


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 0001-Fix-floating-point-comparison.patch
+0002-Drop-dependeny-on-six.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/compare/8d8cdf4f8291c1c2bd523381e8254402c79701d0...19839ca6dba7406499122f1fdfd1c902a162b085

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/compare/8d8cdf4f8291c1c2bd523381e8254402c79701d0...19839ca6dba7406499122f1fdfd1c902a162b085
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/20241203/27b4b4e1/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list