[Git][debian-gis-team/xarray-safe-s1][master] 5 commits: New upstream version 2025.09.25

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sat Sep 27 10:08:27 BST 2025



Antonio Valentino pushed to branch master at Debian GIS Project / xarray-safe-s1


Commits:
85b0d30e by Antonio Valentino at 2025-09-27T09:01:32+00:00
New upstream version 2025.09.25
- - - - -
176278bb by Antonio Valentino at 2025-09-27T09:01:33+00:00
Update upstream source from tag 'upstream/2025.09.25'

Update to upstream version '2025.09.25'
with Debian dir f935bb7385bb4186feeccd0c89493d65bc97ebaf
- - - - -
94ee99a9 by Antonio Valentino at 2025-09-27T09:02:31+00:00
New upstream release

- - - - -
bcf6705c by Antonio Valentino at 2025-09-27T09:04:06+00:00
Drop Rules-Requires-Root: no

- - - - -
e567bce7 by Antonio Valentino at 2025-09-27T09:06:16+00:00
New upstream release

- - - - -


6 changed files:

- .github/workflows/ci.yaml
- .github/workflows/publish.yml
- .github/workflows/upstream-dev.yaml
- debian/changelog
- debian/control
- safe_s1/reader.py


Changes:

=====================================
.github/workflows/ci.yaml
=====================================
@@ -23,7 +23,7 @@ jobs:
     outputs:
       triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
     steps:
-      - uses: actions/checkout at v4
+      - uses: actions/checkout at v5
         with:
           fetch-depth: 2
       - uses: xarray-contrib/ci-trigger at v1
@@ -50,7 +50,7 @@ jobs:
 
     steps:
       - name: Checkout the repository
-        uses: actions/checkout at v4
+        uses: actions/checkout at v5
         with:
           # need to fetch all tags to get a correct version
           fetch-depth: 0 # fetch all branches and tags


=====================================
.github/workflows/publish.yml
=====================================
@@ -12,9 +12,9 @@ jobs:
       contents: "read"
       id-token: "write"
     steps:
-      - uses: actions/checkout at v4
+      - uses: actions/checkout at v5
       - name: Set up Python
-        uses: actions/setup-python at v5
+        uses: actions/setup-python at v6
         with:
           python-version: "3.x"
       - name: Install dependencies
@@ -28,7 +28,7 @@ jobs:
           twine check dist/*
           pip install dist/*.whl
       - name: Publish to PyPI
-        uses: pypa/gh-action-pypi-publish at 76f52bc884231f62b9a034ebfe128415bbaabdfc
+        uses: pypa/gh-action-pypi-publish at ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
         with:
           password: ${{ secrets.pypi_token }}
           repository_url: https://upload.pypi.org/legacy/


=====================================
.github/workflows/upstream-dev.yaml
=====================================
@@ -21,7 +21,7 @@ jobs:
     outputs:
       triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
     steps:
-      - uses: actions/checkout at v4
+      - uses: actions/checkout at v5
         with:
           fetch-depth: 2
       - uses: xarray-contrib/ci-trigger at v1.2
@@ -55,7 +55,7 @@ jobs:
 
     steps:
       - name: checkout the repository
-        uses: actions/checkout at v4
+        uses: actions/checkout at v5
         with:
           # need to fetch all tags to get a correct version
           fetch-depth: 0 # fetch all branches and tags


=====================================
debian/changelog
=====================================
@@ -1,9 +1,14 @@
-xarray-safe-s1 (2025.06.02-2) UNRELEASED; urgency=medium
+xarray-safe-s1 (2025.09.25-1) unstable; urgency=medium
 
-  * Team upload.
+  [ Bas Couwenberg ]
   * Update lintian overrides.
 
- -- Bas Couwenberg <sebastic at debian.org>  Fri, 12 Sep 2025 17:52:13 +0200
+  [ Antonio Valentino ]
+  * New upstream release.
+  * debian/control:
+    - Drop "Rules-Requires-Root: no", no longer needed.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 27 Sep 2025 09:05:34 +0000
 
 xarray-safe-s1 (2025.06.02-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -25,7 +25,6 @@ Build-Depends: debhelper-compat (= 13),
                python3-xarray (>= 2024.10.0)
 Standards-Version: 4.7.2
 Testsuite: autopkgtest-pkg-pybuild
-Rules-Requires-Root: no
 Homepage: https://github.com/umr-lops/xarray-safe-s1
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/xarray-safe-s1
 Vcs-Git: https://salsa.debian.org/debian-gis-team/xarray-safe-s1.git


=====================================
safe_s1/reader.py
=====================================
@@ -668,7 +668,7 @@ class Sentinel1Reader:
             pol = os.path.basename(xml_file).split("-")[4].upper()
             pols.append(pol)
             tmp.append(luts_ds)
-        ds = xr.concat(tmp, pd.Index(pols, name="pol"))
+        ds = xr.concat(tmp, pd.Index(pols, name="pol").astype(np.str_))
         # ds.attrs = {'description':
         #                                 'original (ie not interpolation) xr.Dataset sigma0 and gamma0 Look Up Tables'}
         return ds



View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-safe-s1/-/compare/27317c09379e1579fb918e1521c2955d1b49c0a6...e567bce764ea33b263c2820b905862b1c78cac96

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-safe-s1/-/compare/27317c09379e1579fb918e1521c2955d1b49c0a6...e567bce764ea33b263c2820b905862b1c78cac96
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/20250927/48afc5ad/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list