GithubHelp home page GithubHelp logo

philroche / ubuntu-package-changelog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from toabctl/ubuntu-package-changelog

0.0 1.0 0.0 54 KB

Get a Ubuntu package changelog from the command line

License: Apache License 2.0

Python 100.00%

ubuntu-package-changelog's Introduction

ubuntu-package-changelog

ubuntu-package-changelog can be used to get a changelog for a given Ubuntu source package. Eg:

ubuntu-package-changelog focal Updates linux-azure
linux-azure (5.4.0-1043.45) focal; urgency=medium

  [ Ubuntu: 5.4.0-70.78 ]

  * CVE-2020-27170
    - bpf: Fix off-by-one for area size in creating mask to left
  * CVE-2020-27171
    - bpf: Prohibit alu ops for pointer types not defining ptr_limit
  * binary assembly failures with CONFIG_MODVERSIONS present (LP: #1919315)
    - [Packaging] quiet (nomially) benign errors in BUILD script

 -- Thadeu Lima de Souza Cascardo <[email protected]>  Fri, 19 Mar 2021 13:32:55 -0300

By default, only the latest changelog entry is shown. To see more entries, use the --entries flag. It's also possible to get a changelog for a package in a PPA:

ubuntu-package-changelog -ppa cloud-images/eks-01.11.0 focal Release cni
cni (0.6.0-0ubuntu1) bionic; urgency=medium
[...]

It's also possible to list changelog entries for private PPAs. For that, --lp-user must be given. Eg:

ubuntu-package-changelog --lp-user toabctl --ppa fips-cc-stig/cc bionic Release fips-initramfs
fips-initramfs (0.0.11~rc5) bionic; urgency=medium
[...]

Installation

ubuntu-package-changelog is available as snap.

Get it from the Snap Store

For installation, do:

snap install ubuntu-package-changelog

To access private PPAs, it's useful to connect the password-manager-service so authorization is only done once:

snap connect ubuntu-package-changelog:password-manager-service

The other option is installing it into a virtualenv:

virtualenv venv
source venv/bin/activate
pip install -e .
# now you can use the tool
ubuntu-package-changelog -h

Contributions

Please use github (https://github.com/toabctl/ubuntu-package-changelog) issues and pull requests for discussions and contribution.

ubuntu-package-changelog's People

Contributors

toabctl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.