Antonio Valentino pushed to branch master at Debian GIS Project / satpy
Commits: da3b983e by Antonio Valentino at 2024-01-06T18:14:36+00:00 New 0007-Do-not-document-pvivate-members.patch - - - - - 0d90d1d1 by Antonio Valentino at 2024-01-06T18:35:10+00:00 Drop dependency on python3-setuptools-scm-git-archive - - - - - 8c2cda54 by Antonio Valentino at 2024-01-06T18:35:16+00:00 Update date in d/copyright - - - - - cc96bb56 by Antonio Valentino at 2024-01-06T18:35:16+00:00 Set distribution to unstable - - - - - 5 changed files: - debian/changelog - debian/control - debian/copyright - + debian/patches/0007-Do-not-document-pvivate-members.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +satpy (0.46.0-2) unstable; urgency=medium + + * debian/patches: + - New 0007-Do-not-document-pvivate-members.patch. + * debian/control: + - Drop dependency on python3-setuptools-scm-git-archive + (Closes: #1060029). + * Update dates in d/copyright + + -- Antonio Valentino <[email protected]> Sat, 06 Jan 2024 18:18:47 +0000 + satpy (0.46.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -57,7 +57,6 @@ Build-Depends: debhelper-compat (= 13), python3-scipy, python3-setuptools, python3-setuptools-scm, - python3-setuptools-scm-git-archive, python3-skyfield, python3-sphinx <!nodoc>, python3-sphinx-rtd-theme <!nodoc>, ===================================== debian/copyright ===================================== @@ -26,7 +26,7 @@ Copyright: 2004-2005, Eumetsat License: GPL-2+ Files: debian/* -Copyright: 2018-2023, Antonio Valentino <[email protected]> +Copyright: 2018-2024, Antonio Valentino <[email protected]> License: GPL-3+ License: GPL-3+ ===================================== debian/patches/0007-Do-not-document-pvivate-members.patch ===================================== @@ -0,0 +1,21 @@ +From: Antonio Valentino <[email protected]> +Date: Sat, 6 Jan 2024 18:10:19 +0000 +Subject: Do not document pvivate members + +Forwarded: not-needed +--- + doc/source/conf.py | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/doc/source/conf.py b/doc/source/conf.py +index 5266526..74ef96d 100644 +--- a/doc/source/conf.py ++++ b/doc/source/conf.py +@@ -100,7 +100,6 @@ apidoc_excluded_paths = [ + ] + apidoc_separate_modules = True + apidoc_extra_args = [ +- "--private", + ] + + # Add any paths that contain templates here, relative to this directory. ===================================== debian/patches/series ===================================== @@ -4,3 +4,4 @@ 0004-Relax-test-tolerance.patch 0005-Fix-privacy-breach.patch 0006-Fix-compatibility-with-old-dask-versions.patch +0007-Do-not-document-pvivate-members.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/fd0659da52f6902332bd5ec83706d517730f96f8...cc96bb56847fcce3bc63b173278429d5be0cf67c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/fd0659da52f6902332bd5ec83706d517730f96f8...cc96bb56847fcce3bc63b173278429d5be0cf67c 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
