From ba749f934a5dc2d7d65534b3b46715f21457f67d Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Apr 19 2016 10:34:09 +0000 Subject: New release 0.1.5 The spec file is synchronized with what is used for Fedora. Signed-off-by: Lubomír Sedlář --- diff --git a/compose-utils.spec b/compose-utils.spec index 6b805aa..629402d 100644 --- a/compose-utils.spec +++ b/compose-utils.spec @@ -1,5 +1,5 @@ Name: compose-utils -Version: 0.1.4 +Version: 0.1.5 Release: 1%{?dist} Summary: Utilities for working with composes @@ -11,9 +11,10 @@ Source0: https://pagure.io/releases/compose-utils/%{name}-%{version}.tar.bz2 BuildRequires: python2-devel BuildRequires: python2-nose BuildRequires: python-productmd +BuildRequires: python-freezegun +BuildRequires: python-mock BuildRequires: kobo BuildRequires: kobo-rpmlib -BuildRequires: python-freezegun Requires: python-productmd Requires: kobo Requires: kobo-rpmlib @@ -49,18 +50,18 @@ make test %changelog +* Tue Apr 19 2016 Lubomír Sedlář - 0.1.5-1 +- Add utility for listing composes +- Display better error messages when changelog fails to find metadata + * Wed Apr 13 2016 Lubomír Sedlář - 0.1.4-1 - Add image diff to changelog (Adam Williamson) * Wed Mar 30 2016 Lubomír Sedlář - 0.1.3-1 - Do not crash changelog when composeinfo.json is missing - -* Tue Mar 15 2016 Lubomír Sedlář - 0.1.2-2 -- Update dependencies -- Fix tests to not depend on underlying system +- Run tests when building package * Tue Mar 15 2016 Lubomír Sedlář - 0.1.2-1 -- Add basic tests - Correctly handle epochs * Thu Feb 25 2016 Lubomír Sedlář - 0.1.1-1 diff --git a/setup.py b/setup.py index 8403711..23eda29 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ distutils.command.sdist.sdist.default_format = {"posix": "bztar"} setup( name='compose-utils', - version='0.1.4', + version='0.1.5', description='Utilities for working with composes', url='https://pagure.io/compose-utils', author='Lubomír Sedlář',