[Git][debian-gis-team/trollsift][master] 4 commits: New upstream version 1.0.1
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Jun 21 12:27:29 BST 2026
Antonio Valentino pushed to branch master at Debian GIS Project / trollsift
Commits:
20ef8334 by Antonio Valentino at 2026-06-21T11:23:01+00:00
New upstream version 1.0.1
- - - - -
744c8647 by Antonio Valentino at 2026-06-21T11:23:02+00:00
Update upstream source from tag 'upstream/1.0.1'
Update to upstream version '1.0.1'
with Debian dir 597920a6e7be635d96610ed1138f2ea3c179b6e6
- - - - -
e033fd82 by Antonio Valentino at 2026-06-21T11:23:52+00:00
New upstream release
- - - - -
db5fa504 by Antonio Valentino at 2026-06-21T11:24:21+00:00
Set distribution to unstable
- - - - -
6 changed files:
- .github/workflows/ci.yaml
- .github/workflows/deploy-sdist.yaml
- .pre-commit-config.yaml
- .readthedocs.yaml
- CHANGELOG.md
- debian/changelog
Changes:
=====================================
.github/workflows/ci.yaml
=====================================
@@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout source
- uses: actions/checkout at v5
+ uses: actions/checkout at v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python at v6
@@ -42,7 +42,7 @@ jobs:
mypy trollsift
- name: Upload unittest coverage to Codecov
- uses: codecov/codecov-action at v5
+ uses: codecov/codecov-action at v6
with:
flags: unittests
files: ./coverage.xml
=====================================
.github/workflows/deploy-sdist.yaml
=====================================
@@ -8,10 +8,13 @@ on:
jobs:
sdist:
runs-on: ubuntu-latest
+ environment: "PyPI Deploy"
+ permissions:
+ id-token: write
steps:
- name: Checkout source
- uses: actions/checkout at v5
+ uses: actions/checkout at v6
- name: Create sdist
shell: bash -l {0}
@@ -21,7 +24,4 @@ jobs:
- name: Publish package to PyPI
if: github.event.action == 'published'
- uses: pypa/gh-action-pypi-publish at v1.13.0
- with:
- user: __token__
- password: ${{ secrets.pypi_password }}
+ uses: pypa/gh-action-pypi-publish at v1.14.0
=====================================
.pre-commit-config.yaml
=====================================
@@ -2,7 +2,7 @@ exclude: '^$'
fail_fast: false
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: 'v0.13.3'
+ rev: 'v0.15.12'
hooks:
- id: ruff
args: ["--fix"]
=====================================
.readthedocs.yaml
=====================================
@@ -10,8 +10,8 @@ sphinx:
formats: all
build:
- os: "ubuntu-20.04"
+ os: "ubuntu-24.04"
tools:
- python: "mambaforge-4.10"
+ python: "miniforge3-latest"
conda:
environment: doc/rtd_environment.yaml
=====================================
CHANGELOG.md
=====================================
@@ -1,3 +1,14 @@
+## Version 1.0.1 (2026/06/01)
+
+### Pull Requests Merged
+
+#### Bugs fixed
+
+* [PR 99](https://github.com/pytroll/trollsift/pull/99) - Switch to trusted publisher for PyPI uploads
+
+In this release 1 pull request was closed.
+
+
## Version 1.0.0 (2025/10/07)
### Issues Closed
=====================================
debian/changelog
=====================================
@@ -1,9 +1,12 @@
-trollsift (1.0.0-3) UNRELEASED; urgency=medium
+trollsift (1.0.1-1) unstable; urgency=medium
- * Team upload.
+ [ Bas Couwenberg ]
* Bump Standards-Version to 4.7.4, no changes.
- -- Bas Couwenberg <sebastic at debian.org> Sat, 04 Apr 2026 10:24:19 +0200
+ [ Antonio Valentino ]
+ * New upstream release.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 21 Jun 2026 11:24:01 +0000
trollsift (1.0.0-2) unstable; urgency=medium
View it on GitLab: https://salsa.debian.org/debian-gis-team/trollsift/-/compare/dcd22d49341b4153984c558fe43cfae59788666f...db5fa504727fe21a15f5c1399416d6956198daf3
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/trollsift/-/compare/dcd22d49341b4153984c558fe43cfae59788666f...db5fa504727fe21a15f5c1399416d6956198daf3
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260621/859f3762/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list