Debian Package Tracker
Register | Log in
Subscribe

vitrage-dashboard

OpenStack Vitrage - dashboard plugin

Choose email to subscribe with

general
  • source: vitrage-dashboard (main)
  • version: 2.0.0-2
  • maintainer: Debian OpenStack (DMD)
  • uploaders: Thomas Goirand [DMD] – Michal Arbet [DMD]
  • arch: all
  • std-ver: 4.1.5
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • testing: 2.0.0-2
  • unstable: 2.0.0-2
  • exp: 3.0.0-1
versioned links
  • 2.0.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.0.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • python3-vitrage-dashboard
action needed
A new upstream version is available: 3.2.0 high
A new upstream version 3.2.0 is available, you should consider packaging it.
Created: 2020-06-29 Last update: 2021-01-24 20:34
Fails to build during reproducibility testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2020-08-16 Last update: 2021-01-24 20:38
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 3.2.0-1, distribution experimental) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit a0d849b02f8b6f5b87ca4f3501e5b7a0c027d7f5
Author: Thomas Goirand <zigo@debian.org>
Date:   Fri Sep 11 10:45:32 2020 +0200

    Now packaging 3.2.0

commit ce205e2e165c7bc055aab8c111a4c13a3e4a8ae1
Merge: 3083178 53026b9
Author: Thomas Goirand <zigo@debian.org>
Date:   Fri Sep 11 10:45:15 2020 +0200

    Merge tag '3.2.0' into debian/victoria
    
    vitrage-dashboard 3.2.0 release
    
    meta:version: 3.2.0
    meta:diff-start: -
    meta:series: victoria
    meta:release-type: release
    meta:pypi: no
    meta:first: yes
    meta:release:Author: Eyal <eyal.bar-ilan@nokia.com>
    meta:release:Commit: Eyal <eyal.bar-ilan@nokia.com>
    meta:release:Change-Id: I93520521dac8791885229f76d39fc0b57a83eb02
    meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
    meta:release:Code-Review+1: Ivan Kolodyazhny <e0ne@e0ne.info>
    meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
    meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>

commit 53026b9867610b313c71128ef88b24d6102bccda
Author: Andreas Jaeger <aj@suse.com>
Date:   Thu May 21 12:44:43 2020 +0200

    Switch to newer openstackdocstheme and reno versions
    
    Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
    these versions will allow especially:
    * Linking from HTML to PDF document
    * Allow parallel building of documents
    * Fix some rendering problems
    
    Update Sphinx version as well.
    
    Set openstackdocs_pdf_link to link to PDF file. Note that
    the link to the published document only works on docs.openstack.org
    where the PDF file is placed in the top-level html directory. The
    site-preview places the PDF in a pdf directory.
    
    Disable openstackdocs_auto_version to not auto-version the documents.
    
    Disable openstackdocs_auto_name to use 'project' variable as name.
    
    Change pygments_style to 'native' since old theme version always used
    'native' and the theme now respects the setting and using 'sphinx' can
    lead to some strange rendering.
    
    Remove docs requirements from test-requirements, they are not needed
    during install or test but only for docs building.
    
    openstackdocstheme renames some variables, so follow the renames
    before the next release removes them. A couple of variables are also
    not needed anymore, remove them.
    
    See also
    http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
    
    Change-Id: I7a752815abf068c8fecadfa8ecbf01e77bf6efdc

commit ca6016d48641fbc67a1de0f165da4853c25d9bc0
Author: Ghanshyam Mann <gmann@ghanshyammann.com>
Date:   Tue May 12 21:31:47 2020 -0500

    Fix hacking min version to 3.0.1
    
    flake8 new release 3.8.0 added new checks and gate pep8
    job start failing. hacking 3.0.1 fix the pinning of flake8 to
    avoid bringing in a new version with new checks.
    
    Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
    flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
    break the pep8 job if new check are added.
    
    To avoid similar gate break in future, we need to bump the hacking min
    version.
    
    - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html
    
    Change-Id: I093d57f49f7da215e9d18b231aed2358fb268d47

commit 6c917fb722ec3e8accdd3529199ba9fd1fad9b66
Author: Sean McGinnis <sean.mcginnis@gmail.com>
Date:   Sat May 2 07:48:17 2020 -0500

    Add py38 package metadata
    
    Now that we are running the Victoria tests that include a
    voting py38, we can now add the Python 3.8 metadata to the
    package information to reflect that support.
    
    Change-Id: I2eb847f626ecf883cd64a0542101602f5149cdf1
    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>

commit e9f0b64ed6362a0a7d26924f012700f4983d35ac
Author: OpenStack Release Bot <infra-root@openstack.org>
Date:   Mon Apr 27 22:46:07 2020 +0000

    Add Python3 victoria unit tests
    
    This is an automatically generated patch to ensure unit testing
    is in place for all the of the tested runtimes for victoria.
    
    See also the PTI in governance [1].
    
    [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
    
    Change-Id: I323dca1a43c180f1ab98261917a724e4d224515e

commit ff43684f3bf543ccd77f43b8205f339a62149557
Author: OpenStack Release Bot <infra-root@openstack.org>
Date:   Mon Apr 27 22:46:05 2020 +0000

    Update master for stable/ussuri
    
    Add file to the reno documentation build to show release notes for
    stable/ussuri.
    
    Use pbr instruction to increment the minor version number
    automatically so that master versions are higher than the versions on
    stable/ussuri.
    
    Change-Id: I02834f57d6a984c7bd7c4bb2801b0223e5f96d0d
    Sem-Ver: feature
Created: 2020-04-26 Last update: 2021-01-19 04:09
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.5.1 instead of 4.1.5).
Created: 2019-11-17 Last update: 2020-11-17 05:41
news
[rss feed]
  • [2020-04-24] Accepted vitrage-dashboard 3.0.0-1 (source) into experimental (Michal Arbet)
  • [2020-03-12] vitrage-dashboard 2.0.0-2 MIGRATED to testing (Debian testing watch)
  • [2020-03-05] Accepted vitrage-dashboard 2.0.0-2 (source) into unstable (Michal Arbet)
  • [2019-11-17] Accepted vitrage-dashboard 2.0.0-1 (source all) into unstable, unstable (Michal Arbet)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, exp, clang, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2.0.0-2

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing