Metadata-Version: 1.2
Name: ubuntu-cloud-image-changelog
Version: 0.8.0
Summary: Helpful utility to generate package changelog between two cloud images
Home-page: https://github.com/CanonicalLtd/ubuntu_cloud_image_changelog
Author: Philip Roche
Author-email: phil.roche@canonical.com
License: GNU General Public License v3
Description: ============================
        ubuntu-cloud-image-changelog
        ============================
        
        
        .. image:: https://img.shields.io/pypi/v/ubuntu_cloud_image_changelog.svg
                :target: https://pypi.python.org/pypi/ubuntu_cloud_image_changelog
        
        Helpful utility to generate package changelog between two cloud images
        
        * Free software: GNU General Public License v3
        
        Install
        -------
        
        Install from snap store
        
        This release is also available for download and install from the snap store @ https://snapcraft.io/ubuntu-cloud-image-changelog
        
        ```
        sudo snap install ubuntu-cloud-image-changelog
        ```
        
        This is a strict snap as recommended for most snaps, see https://snapcraft.io/docs/snap-confinement for more details.
        
        
        Install from PyPi
        
        ```
        pip install ubuntu-cloud-image-changelog
        ```
        
        Usage
        -----
        
        ```
        ubuntu-cloud-image-changelog --from-manifest manifest1.manifest --to-manifest manifest2.manifest
        ```
        
        If Packages in manifest are known to have been installed from this PPA then you can pass one of more PPAs to ubuntu-cloud-image-changelog for the changelog for those packages to be included in the output.
        
        ```
        --ppa
        ```
        
        Expected format is 'https://launchpad.net/~%LAUNCHPAD_USERNAME%/+archive/ubuntu/%PPA_NAME%'
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.8.1 (2020-11-09)
        ------------------
        
        * handle package version that do not exactly conform to debian package version
          shim-signed is a special package as it appends the version of the
          binary shim from Microsoft. This full version will not appear in
          the manifest so we can safely remove anything after the binary shim version.
        
          Example version: 1.37~18.04.6+15+1533136590.3beb971-0ubuntu1
        
        
        0.7.3 (2020-11-09)
        ------------------
        
        * package versions in a changelog may or may not include the epoch
        
        0.7.2 (2020-11-09)
        ------------------
        
        * use consistent ubuntu-cloud-image-changelog entry point
        
        0.7 (2020-11-09)
        ------------------
        
        * Remove dependency on dpkg-parsechangelog utility.
          Use python-debian to parse changelogs instead
        
        0.6 (2020-11-09)
        ------------------
        
        * First release on PyPI.
        
Keywords: ubuntu_cloud_image_changelog
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
