-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc4deea
commit 67ef0ce
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%global srcname pocketlint | ||
|
||
Name: python-%{srcname} | ||
Version: 0.24 | ||
Version: 0.25 | ||
Release: 1%{?dist} | ||
Summary: Support for running pylint against projects | ||
|
||
|
@@ -51,6 +51,11 @@ make PYTHON=%{__python3} check | |
%{python3_sitelib}/%{srcname}/ | ||
|
||
%changelog | ||
* Mon Oct 02 2023 Vojtech Trefny <[email protected]> - 0.25-1 | ||
- Remove unneeded IAstroidChecker (bcl) | ||
- Replace check_messages decorator with only_required_for_messages (bcl) | ||
- spec: Change license string to the SPDX format required by Fedora (vtrefny) | ||
|
||
* Wed Jul 13 2022 Jiri Konecny <[email protected]> - 0.24-1 | ||
- Add packaging to setup.py dependencies (vslavik) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
from setuptools import setup | ||
|
||
setup(name='pocketlint', version='0.24', | ||
setup(name='pocketlint', version='0.25', | ||
description='Support for running pylint against projects', | ||
author='Chris Lumens', author_email='[email protected]', | ||
url='https://github.com/rhinstaller/pocketlint', | ||
|