[Bug 1727751] Re: ubuntu-distro-info shows the current development series as "latest development" and "supported stable version" at the same time

Launchpad Bug Tracker 1727751 at bugs.launchpad.net
Mon Nov 8 23:52:15 UTC 2021


This bug was fixed in the package distro-info - 1.1

---------------
distro-info (1.1) unstable; urgency=medium

  * Man pages and help: Clarify that --supported includes development releases
    (Closes: #902167, LP: #1727751)
  * Update Python module to satisfy pylint 2.11 (Closes: #998598)
  * Python: Drop object inheritance in classes, we no longer need to support
    2.7.
  * Re-black python.
  * Bump Standards-Version to 4.6.0, no changes needed.

 -- Stefano Rivera <stefanor at debian.org>  Thu, 04 Nov 2021 14:27:37
-0700

** Changed in: distro-info (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to distro-info in Ubuntu.
https://bugs.launchpad.net/bugs/1727751

Title:
  ubuntu-distro-info shows the current development series as "latest
  development" and "supported stable version" at the same time

Status in distro-info package in Ubuntu:
  Fix Released
Status in distro-info package in Debian:
  Fix Released

Bug description:
  The current development series (cosmic as of today) should not be
  listed up as "supported stable versions".

  
  $ ubuntu-distro-info --date 2018-06-27 --devel -f
  Ubuntu 18.10 "Cosmic Cuttlefish"

  $ ubuntu-distro-info --date 2018-06-27 --supported -f
  Ubuntu 14.04 LTS "Trusty Tahr"
  Ubuntu 16.04 LTS "Xenial Xerus"
  Ubuntu 17.10 "Artful Aardvark"
  Ubuntu 18.04 LTS "Bionic Beaver"
  Ubuntu 18.10 "Cosmic Cuttlefish" <<< should not be here because it's a development series still

  
  $ apt policy distro-info
  distro-info:
    Installed: 0.18
    Candidate: 0.18
    Version table:
   *** 0.18 500
          500 http://jp.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
          100 /var/lib/dpkg/status

  $ date +%F
  2018-06-27

  $ grep cosmic /usr/share/distro-info/ubuntu.csv
  18.10,Cosmic Cuttlefish,cosmic,2018-04-26,2018-10-18,2019-07-18

  So the release date of "cosmic" is 2018-10-18 in distro-info-data, so
  cosmic as the current development series should not be listed with
  `ubuntu-distro-info --supported` because it's before the date as of
  today.

  $ ubuntu-distro-info -h
  ...
    -d  --devel            latest development version

        --supported        list of all supported stable versions
  ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/distro-info/+bug/1727751/+subscriptions




More information about the foundations-bugs mailing list