[Git][debian-gis-team/pydecorate][upstream] New upstream version 0.5.1

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sat Apr 18 16:38:14 BST 2026



Antonio Valentino pushed to branch upstream at Debian GIS Project / pydecorate


Commits:
7ed831b8 by Antonio Valentino at 2026-04-18T15:34:42+00:00
New upstream version 0.5.1
- - - - -


4 changed files:

- .git_archival.txt
- .pre-commit-config.yaml
- CHANGELOG.md
- setup.py


Changes:

=====================================
.git_archival.txt
=====================================
@@ -1,4 +1,4 @@
-node: 2c7fa68223d15e2896275dec334f9374330ab103
-node-date: 2026-02-04T09:06:25-06:00
-describe-name: v0.5.0
-ref-names: HEAD -> main, tag: v0.5.0
+node: b77b7056513fd4974f4a7393c5689309be4dd3c9
+node-date: 2026-04-17T09:08:33-05:00
+describe-name: v0.5.1
+ref-names: tag: v0.5.1


=====================================
.pre-commit-config.yaml
=====================================
@@ -2,7 +2,7 @@ exclude: '^$'
 fail_fast: false
 repos:
   - repo: https://github.com/psf/black-pre-commit-mirror
-    rev: 26.1.0
+    rev: 26.3.1
     hooks:
       - id: black
         language_version: python3
@@ -23,12 +23,12 @@ repos:
       - id: check-yaml
         args: [--unsafe]
   - repo: https://github.com/PyCQA/bandit
-    rev: '1.9.3' # Update me!
+    rev: '1.9.4' # Update me!
     hooks:
       - id: bandit
         args: [--ini, .bandit]
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: 'v1.19.1'  # Use the sha / tag you want to point at
+    rev: 'v1.20.0'  # Use the sha / tag you want to point at
     hooks:
       - id: mypy
         additional_dependencies:
@@ -37,7 +37,7 @@ repos:
           - types-PyYAML
           - types-requests
   - repo: https://github.com/pycqa/isort
-    rev: 7.0.0
+    rev: 8.0.1
     hooks:
       - id: isort
         language_version: python3


=====================================
CHANGELOG.md
=====================================
@@ -1,3 +1,20 @@
+## Version 0.5.1 (2026/04/17)
+
+### Issues Closed
+
+* [Issue 108](https://github.com/pytroll/pydecorate/issues/108) - pip install with --no-binary option fails
+
+In this release 1 issue was closed.
+
+### Pull Requests Merged
+
+#### Bugs fixed
+
+* [PR 109](https://github.com/pytroll/pydecorate/pull/109) - Remove setuptools_scm_git_archive from setup.py
+
+In this release 1 pull request was closed.
+
+
 ## Version 0.5.0 (2026/02/04)
 
 ### Issues Closed


=====================================
setup.py
=====================================
@@ -42,7 +42,7 @@ setup(
     include_package_data=True,
     package_data={"pydecorate": ["fonts/*.ttf"]},
     install_requires=["pillow", "aggdraw", "numpy"],
-    setup_requires=["setuptools_scm", "setuptools_scm_git_archive"],
+    setup_requires=["setuptools_scm"],
     scripts=[],
     data_files=[],
     python_requires=">=3.9",



View it on GitLab: https://salsa.debian.org/debian-gis-team/pydecorate/-/commit/7ed831b82d66a51460cd7fe122b489d57f6e1210

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pydecorate/-/commit/7ed831b82d66a51460cd7fe122b489d57f6e1210
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/20260418/887a225f/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list