Antonio Valentino pushed to branch master at Debian GIS Project / donfig
Commits: 370df096 by Antonio Valentino at 2024-05-14T20:57:51+00:00 New 0001-No-namespaces.patch - - - - - c33541f9 by Antonio Valentino at 2024-05-14T20:58:39+00:00 Set distribution to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/0001-No-namespaces.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +donfig (0.8.1+dfsg-3) unstable; urgency=medium + + * debian/patches: + - New 0001-No-namespaces.patch (Closes: #1071125). + + -- Antonio Valentino <[email protected]> Tue, 14 May 2024 20:58:24 +0000 + donfig (0.8.1+dfsg-2) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/patches/0001-No-namespaces.patch ===================================== @@ -0,0 +1,22 @@ +From: Antonio Valentino <[email protected]> +Date: Tue, 14 May 2024 20:43:46 +0000 +Subject: No namespaces + +Forwarded: https://github.com/pytroll/donfig/pull/102 +--- + pyproject.toml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pyproject.toml b/pyproject.toml +index f79b387..97d8e67 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -40,7 +40,7 @@ docs = [ + include-package-data = true + + [tool.setuptools.packages] +-find = {} ++find = { namespaces = false } + + [tool.mypy] + # Silence errors about Python 3.9-style delayed type annotations on Python 3.8 ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +0001-No-namespaces.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/donfig/-/compare/73f237bdce1d12cda8e6d2999d9eee66a93e1207...c33541f9a7c66ce75a051445a5580a83000e0fe5 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/donfig/-/compare/73f237bdce1d12cda8e6d2999d9eee66a93e1207...c33541f9a7c66ce75a051445a5580a83000e0fe5 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
