diff --git a/.gitignore b/.gitignore index ca0b446..c9707e4 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ python-meh-0.13.tar.gz /python-meh-0.38.tar.gz /python-meh-0.39.tar.gz /python-meh-0.40.tar.gz +/python-meh-0.41.tar.gz diff --git a/python-meh.spec b/python-meh.spec index 6decc4e..2c7d6cf 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -6,8 +6,8 @@ Summary: A python library for handling exceptions Name: python-meh Url: https://github.com/rhinstaller/python-meh -Version: 0.40 -Release: 2%{?dist} +Version: 0.41 +Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -36,6 +36,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-dbus BuildRequires: libreport-python3 >= %{libreportver} BuildRequires: python3-six +BuildRequires: python3-pocketlint %endif Requires: python @@ -146,6 +147,20 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog +* Wed Sep 16 2015 Martin Kolman - 0.41-1 +- Make sure the Meh window has focus even if a dialog is displayed (mkolman) +- Run pylint as part of "make ci". (clumens) +- Add a new makefile target that does everything needed for jenkins. (clumens) +- Fix the other pylint-discovered errors. (clumens) +- Use isinstance instead of type. (clumens) +- Fix all the places we're redefining something. (clumens) +- Don't use [] as the default argument in a method. (clumens) +- Take care of exception-related pylint messages. (clumens) +- Get rid of all the unused variable warnings. (clumens) +- Get rid of all unused and wildcard imports. (clumens) +- Add pocketlint support to python-meh. (clumens) +- Use gi.require_version for Gtk import (vtrefny) + * Thu Jun 18 2015 Fedora Release Engineering - 0.40-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index f119494..9322c1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77cb93cf7c97b2cd110d5ba8bcb4b35e python-meh-0.40.tar.gz +1d1a84d6ca3121b05777ac1a944c9b5e python-meh-0.41.tar.gz