New version
- 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)
This commit is contained in:
parent
298fda2bbb
commit
ac7f1f2e4d
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@ python-meh-0.13.tar.gz
|
|||||||
/python-meh-0.38.tar.gz
|
/python-meh-0.38.tar.gz
|
||||||
/python-meh-0.39.tar.gz
|
/python-meh-0.39.tar.gz
|
||||||
/python-meh-0.40.tar.gz
|
/python-meh-0.40.tar.gz
|
||||||
|
/python-meh-0.41.tar.gz
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
Summary: A python library for handling exceptions
|
Summary: A python library for handling exceptions
|
||||||
Name: python-meh
|
Name: python-meh
|
||||||
Url: https://github.com/rhinstaller/python-meh
|
Url: https://github.com/rhinstaller/python-meh
|
||||||
Version: 0.40
|
Version: 0.41
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
# within this srpm.
|
# within this srpm.
|
||||||
@ -36,6 +36,7 @@ BuildRequires: python3-setuptools
|
|||||||
BuildRequires: python3-dbus
|
BuildRequires: python3-dbus
|
||||||
BuildRequires: libreport-python3 >= %{libreportver}
|
BuildRequires: libreport-python3 >= %{libreportver}
|
||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
|
BuildRequires: python3-pocketlint
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: python
|
Requires: python
|
||||||
@ -146,6 +147,20 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/python-meh
|
%{_datadir}/python-meh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 16 2015 Martin Kolman <mkolman@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 0.40-2
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user