[Git][debian-gis-team/pygac][master] 2 commits: Drop six

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Mon Oct 7 22:14:07 BST 2024



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


Commits:
5bdf59c1 by Antonio Valentino at 2024-10-07T21:07:57+00:00
Drop six

- - - - -
adc690e3 by Antonio Valentino at 2024-10-07T21:08:17+00:00
Set distribution to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0002-Drop-six.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,13 @@
-pygac (1.7.4-2) UNRELEASED; urgency=medium
+pygac (1.7.4-2) 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:53:26 +0200
+  [ Antonio Valentino ]
+  * debian/patches:
+    - New 0002-Drop-six.patch (Closes: #1084324).
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Mon, 07 Oct 2024 21:08:01 +0000
 
 pygac (1.7.4-1) unstable; urgency=medium
 


=====================================
debian/patches/0002-Drop-six.patch
=====================================
@@ -0,0 +1,37 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Mon, 7 Oct 2024 21:05:44 +0000
+Subject: Drop six
+
+Origin: https://github.com/pytroll/pygac/commit/e4db3aef126d24bc01926353d3aa6184cbe5e9f5
+Forwarded: not-needed
+---
+ pygac/reader.py | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/pygac/reader.py b/pygac/reader.py
+index 28f634c..33a24a3 100644
+--- a/pygac/reader.py
++++ b/pygac/reader.py
+@@ -30,11 +30,11 @@ import os
+ import re
+ import types
+ import warnings
+-from abc import ABCMeta, abstractmethod
++from abc import ABC, abstractmethod
+ 
+ import numpy as np
+ import pyorbital
+-import six
++# import six
+ from packaging.version import Version
+ from pyorbital import astronomy
+ from pyorbital.orbital import Orbital
+@@ -88,7 +88,7 @@ class DecodingError(ValueError):
+     """Raised when decoding of some value fails."""
+ 
+ 
+-class Reader(six.with_metaclass(ABCMeta)):
++class Reader(ABC):
+     """Reader for GAC and LAC format, POD and KLM platforms."""
+ 
+     # data set header format, see _validate_header for more details


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 0001-Fix-config.patch
+0002-Drop-six.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/pygac/-/compare/c879a2c25a512bba86353136f9ade2a9c4627762...adc690e36695e349090f39b0e7b249c0954b618f

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pygac/-/compare/c879a2c25a512bba86353136f9ade2a9c4627762...adc690e36695e349090f39b0e7b249c0954b618f
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/938009a0/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list