Ole Streicher pushed to branch master at Debian Blends Team / blends
Commits: a0c3f38f by Ole Streicher at 2023-11-05T16:22:46+01:00 Use kstars instead of starplot in Python documentation examples Closes: #1054757 - - - - - ec5cee57 by Ole Streicher at 2023-11-05T16:23:20+01:00 Update changelog for 0.7.6 release - - - - - 2 changed files: - blends.py - debian/changelog Changes: ===================================== blends.py ===================================== @@ -10,7 +10,7 @@ The examples use the following sample tasks file: ... . ... This is however incomplete. ... -... Recommends: celestia-gnome | celestia-glut, starplot +... Recommends: celestia-gnome | celestia-glut, kstars ... ... Recommends: gravit ... WNPP: 743379 @@ -208,7 +208,7 @@ class Task: ... print(p.name) celestia-gnome celestia-glut - starplot + kstars gravit sunclock xtide @@ -354,7 +354,7 @@ class Task: Architecture: all Recommends: celestia-gnome | celestia-glut, gravit, - starplot + kstars Suggests: sunclock, xtide Description: Educational astronomy applications @@ -446,10 +446,11 @@ class Task: ... task = Task('debian-astro', 'education', fp) >>> dep = task.recommends[1][0] >>> print(dep.name + ": ", dep.summary) - starplot: None + kstars: None >>> task += apt.Cache() >>> print(dep.name + ": ", dep.summary) - starplot: 3-dimensional perspective star map viewer + kstars: desktop planetarium, observation planning and telescope control + ''' for dep in self.all: pkg = cache.get(dep.name) @@ -475,7 +476,7 @@ class Task: >>> for dep in task.recommends: ... print(dep.rawstr) celestia-gnome | celestia-glut - starplot + kstars gravit >>> for dep in task.suggests: ... print(dep.rawstr) @@ -485,7 +486,7 @@ class Task: >>> missing = task.fix_dependencies() >>> for dep in task.recommends: ... print(dep.rawstr) - starplot + kstars gravit >>> for dep in task.suggests: ... print(dep.rawstr) ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -blends (0.7.6) UNRELEASED; urgency=medium +blends (0.7.6) unstable; urgency=medium [ Gianfranco Costamagna ] * Add "ubuntu devel", an alias for the latest development release @@ -13,7 +13,11 @@ blends (0.7.6) UNRELEASED; urgency=medium - Remove non-existing Blends - Add Debian Astro - -- Gianfranco Costamagna <locutusofb...@debian.org> Mon, 06 Jun 2022 09:32:29 +0200 + [ Ole Streicher ] + * Use kstars instead of starplot in Python documentation examples + (Closes: #1054757) + + -- Ole Streicher <oleb...@debian.org> Sun, 05 Nov 2023 16:23:11 +0100 blends (0.7.5) unstable; urgency=medium View it on GitLab: https://salsa.debian.org/blends-team/blends/-/compare/ffd8967c316ff685c1902516456c38d8cb6948f7...ec5cee571711dd34011edf1ab4bf4b1dcccb6c90 -- View it on GitLab: https://salsa.debian.org/blends-team/blends/-/compare/ffd8967c316ff685c1902516456c38d8cb6948f7...ec5cee571711dd34011edf1ab4bf4b1dcccb6c90 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Blends-commit mailing list Blends-commit@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/blends-commit