Antonio Valentino pushed to branch master at Debian GIS Project / pyninjotiff
Commits: e4780052 by Antonio Valentino at 2026-06-21T11:04:17+00:00 New upstream version 0.5.1 - - - - - 9eec057a by Antonio Valentino at 2026-06-21T11:04:18+00:00 Update upstream source from tag 'upstream/0.5.1' Update to upstream version '0.5.1' with Debian dir 81a722cdb8d765ba0bb7b43b15be8fe54322a9af - - - - - 74777ac7 by Antonio Valentino at 2026-06-21T11:05:14+00:00 New upstream release - - - - - c2c22dbb by Antonio Valentino at 2026-06-21T11:08:59+00:00 Update d/copyright - - - - - 7806eee4 by Antonio Valentino at 2026-06-21T11:09:16+00:00 New upstream release - - - - - 4 changed files: - CHANGELOG.md - debian/changelog - debian/copyright - 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) ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyninjotiff (0.5.1-1) unstable; urgency=medium + + * New upstream release. + * Update d/copyright. + + -- Antonio Valentino <[email protected]> Sun, 21 Jun 2026 11:09:03 +0000 + pyninjotiff (0.5.0-1) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/copyright ===================================== @@ -7,11 +7,6 @@ Files: * Copyright: 2017, Pyninjotiff developers License: Apache-2.0 -Files: pyproject.toml -Copyright: 2017, Pyninjotiff developers - Martin Raspaud <[email protected]> -License: GPL-3+ - Files: pyninjotiff/tifffile.py Copyright: 2008-2014, Christoph Gohlke 2008-2014, The Regents of the University of California @@ -37,23 +32,6 @@ License: Apache-2.0 On Debian systems, the complete text of the Apache License, Version 2.0 can be found in '/usr/share/common-licenses/Apache-2.0'. -License: GPL-3+ - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - . - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - . - On Debian systems, the complete text of the GNU General - Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". - License: BSD-3-clause Copyright (c) 2008-2014, Christoph Gohlke Copyright (c) 2008-2014, The Regents of the University of California ===================================== 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/-/compare/4e1780071dd212e732ba9c5700b7bda07c60215f...7806eee42dae44b4293a26486f25e0410f0903ee -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/compare/4e1780071dd212e732ba9c5700b7bda07c60215f...7806eee42dae44b4293a26486f25e0410f0903ee 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
