[Git][debian-gis-team/xarray-safe-s1][upstream] New upstream version 2025.09.25
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Sep 27 10:08:34 BST 2025
Antonio Valentino pushed to branch upstream 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
- - - - -
4 changed files:
- .github/workflows/ci.yaml
- .github/workflows/publish.yml
- .github/workflows/upstream-dev.yaml
- 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
=====================================
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/-/commit/85b0d30e21d3e485623d2dc33a7b451b2585406e
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-safe-s1/-/commit/85b0d30e21d3e485623d2dc33a7b451b2585406e
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/34bb4def/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list