Skip to content

Commit

Permalink
New version 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Oct 2, 2023
1 parent cc4deea commit 67ef0ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion python-pocketlint.spec
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

Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 67ef0ce

Please sign in to comment.