[Blends-commit] [Git][blends-team/blends][master] 2 commits: Use kstars instead of starplot in Python documentation examples

Ole Streicher (@olebole) gitlab at salsa.debian.org
Sun Nov 5 15:27:17 GMT 2023



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 <locutusofborg at 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 <olebole at 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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/blends-commit/attachments/20231105/7ad02313/attachment-0001.htm>


More information about the Blends-commit mailing list