Antonio Valentino pushed to branch upstream at Debian GIS Project / pyninjotiff
Commits: e4780052 by Antonio Valentino at 2026-06-21T11:04:17+00:00 New upstream version 0.5.1 - - - - - 2 changed files: - CHANGELOG.md - pyproject.toml Changes: ===================================== CHANGELOG.md ===================================== @@ -1,3 +1,20 @@ +## Version 0.5.1 (2026/06/01) + +### Issues Closed + +* [Issue 40](https://github.com/pytroll/pyninjotiff/issues/40) - Inconsistency in license specification ([PR 41](https://github.com/pytroll/pyninjotiff/pull/41) by [@djhoese](https://github.com/djhoese)) + +In this release 1 issue was closed. + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 41](https://github.com/pytroll/pyninjotiff/pull/41) - Fix license identifier in pyproject.toml ([40](https://github.com/pytroll/pyninjotiff/issues/40)) + +In this release 1 pull request was closed. + + ## Version 0.5.0 (2026/05/19) ===================================== pyproject.toml ===================================== @@ -3,13 +3,13 @@ name = "pyninjotiff" dynamic = ["version"] description = "Python Ninjo TIFF writing library" authors = [ { name = "Martin Raspaud", email = "[email protected]" } ] -license = { text = "GPLv3" } +license = "Apache-2.0" +license-files = ["LICENSE"] requires-python = ">=3.11" classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", - "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering" View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/commit/e4780052e5351d659c4176daf938bb371802eb29 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/commit/e4780052e5351d659c4176daf938bb371802eb29 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
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
