Antonio Valentino pushed to branch master at Debian GIS Project / pydecorate
Commits: 7ed831b8 by Antonio Valentino at 2026-04-18T15:34:42+00:00 New upstream version 0.5.1 - - - - - fcc9e8fa by Antonio Valentino at 2026-04-18T15:34:53+00:00 Update upstream source from tag 'upstream/0.5.1' Update to upstream version '0.5.1' with Debian dir 3973ccdcd1e1e8e4f0d9d06a7d193502395245e0 - - - - - d75eb773 by Antonio Valentino at 2026-04-18T15:35:24+00:00 New upstream version - - - - - 444aba25 by Antonio Valentino at 2026-04-18T15:36:46+00:00 Set distribution to unstable - - - - - 5 changed files: - .git_archival.txt - .pre-commit-config.yaml - CHANGELOG.md - debian/changelog - 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 ===================================== debian/changelog ===================================== @@ -1,9 +1,12 @@ -pydecorate (0.5.0-2) UNRELEASED; urgency=medium +pydecorate (0.5.1-1) unstable; urgency=medium - * Team upload. + [ Bas Couwenberg ] * Bump Standards-Version to 4.7.4, no changes. - -- Bas Couwenberg <[email protected]> Sat, 04 Apr 2026 10:18:31 +0200 + [ Antonio Valentino ] + * Newu upstream version. + + -- Antonio Valentino <[email protected]> Sat, 18 Apr 2026 15:36:24 +0000 pydecorate (0.5.0-1) unstable; urgency=medium ===================================== 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/-/compare/8d50347473f28f079cc6bc2f888f4224c55bc7da...444aba25e41842769b902b1514af52531f265e27 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pydecorate/-/compare/8d50347473f28f079cc6bc2f888f4224c55bc7da...444aba25e41842769b902b1514af52531f265e27 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
