Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-flake8-3.7.7-6.el8 RPM for noarch

From EPEL 8 for aarch64 / Packages / p

Name: python3-flake8 Distribution: Fedora Project
Version: 3.7.7 Vendor: Fedora Project
Release: 6.el8 Build date: Mon Dec 9 22:04:05 2019
Group: Unspecified Build host: buildvm-aarch64-08.arm.fedoraproject.org
Size: 395437 Source RPM: python-flake8-3.7.7-6.el8.src.rpm
Packager: Fedora Project
Url: https://gitlab.com/pycqa/flake8
Summary: Python code checking using pyflakes, pycodestyle, and mccabe
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe
script. It runs all the tools by launching the single flake8 script,
and displays the warnings in a per-file, merged output.

It also adds a few features: files that contain "# flake8: noqa" are
skipped, lines that contain a "# noqa" comment at the end will not
issue warnings, Git and Mercurial hooks are included, a McCabe
complexity checker is included, and it is extendable through
flake8.extension entry points.

Provides

Requires

License

MIT

Changelog

* Mon Dec 09 2019 Troy Dawson <tdawson@redhat.com> - 3.7.7-6
  - Rebuild to pick up all requirements (#1757463)
* Wed Oct 02 2019 Matthias Runge <mrunge@redhat.com> - 3.7.7-5
  - fix dropped requirements (rhbz#1757463)
* Sun Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 3.7.7-4
  - Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.7-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jul 18 2019 Miro Hrončok <mhroncok@redhat.com> - 3.7.7-2
  - Rebuilt to update automatic Python dependencies
* Mon Jun 24 2019 Troy Dawson <tdawson@redhat.com> - 3.7.7-1.1
  - Turn off tests for initial EPEL8 build
* Tue Feb 26 2019 Miro Hrončok <mhroncok@redhat.com> - 3.7.7-1
  - Update to 3.7.7 (#1670664)
  - Drop python2
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Dec 21 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.6.0-1
  - Update to 3.6.0.
  - http://flake8.pycqa.org/en/latest/release-notes/3.6.0.html
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.5.0-5
  - Rebuilt for Python 3.7
* Mon Jun 11 2018 Miro Hrončok <mhroncok@redhat.com> - 3.5.0-4
  - Make this build and run with pyflakes 2.0.0 (#1582075)
* Mon Jun 04 2018 Tom Callaway <spot@fedoraproject.org> - 3.5.0-3
  - apply upstream changes to use pycodestyle 2.4.0
* Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.5.0-2
  - Update Python 2 dependency declarations to new packaging standards
    (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Tue Feb 20 2018 Matthias Runge <mrunge@redhat.com> - 3.5.0-1
  - update to 3.5.0 (rhbz#1508183)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 3.4.1-2
  - Cleanup spec file conditionals
* Fri Jul 28 2017 Ville Skyttä <ville.skytta@iki.fi> - 3.4.1-1
  - Update to 3.4.1
* Fri Jul 28 2017 Ville Skyttä <ville.skytta@iki.fi> - 3.4.0-1
  - Update to 3.4.0
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sun Jul 09 2017 Ville Skyttä <ville.skytta@iki.fi> - 3.3.0-3
  - Point unversioned flake8 executable to Python 3 in F27+
  - Use python3_pkgversion in Python 3 package names
  - Use some python2-* dependencies instead of plain python-* for Python 2
* Fri May 26 2017 Ville Skyttä <ville.skytta@iki.fi> - 3.3.0-2
  - Run tests with -Wall
* Tue Feb 07 2017 Ville Skyttä <ville.skytta@iki.fi> - 3.3.0-1
  - Update to 3.3.0
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 3.2.1-2
  - Rebuild for Python 3.6
* Tue Nov 22 2016 Ville Skyttä <ville.skytta@iki.fi> - 3.2.1-1
  - Update to 3.2.1
* Tue Nov 15 2016 Ville Skyttä <ville.skytta@iki.fi> - 3.2.0-1
  - Update to 3.2.0
* Sat Sep 17 2016 Ville Skyttä <ville.skytta@iki.fi> - 3.0.4-1
  - Update to 3.0.4
  - Add standard versioned names for executable
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.5-2
  - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Wed Jun 15 2016 Ville Skyttä <ville.skytta@iki.fi> - 2.5.5-1
  - Update to 2.5.5 (rhbz#1346516)
* Fri Feb 12 2016 Ville Skyttä <ville.skytta@iki.fi> - 2.5.4-1
  - Update to 2.5.4 (rhbz#1306870)
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Sun Jan 31 2016 Ville Skyttä <ville.skytta@iki.fi> - 2.5.2-1
  - Update to 2.5.2 (rhbz#1303383)
* Wed Dec 30 2015 Ville Skyttä <ville.skytta@iki.fi> - 2.5.1-1
  - Update to 2.5.1 (rhbz#1289545)
  - Update to current Fedora Python packaging guidelines
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Mon Nov 02 2015 Matthias Runge <mrunge@redhat.com> - 2.5.0-1
  - update to 2.5.0 (rhbz#1275447)
* Mon Oct 26 2015 Ville Skyttä <ville.skytta@iki.fi> - 2.4.1-3
  - Update/improve description
* Mon Jul 06 2015 Matthias Runge <mrunge@redhat.com> - 2.4.1-2
  - fix FTBFS (rhbz#1239837)
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Thu May 21 2015 Matej Cepl <mcepl@redhat.com> - 2.4.1-1
  - update to 2.4.1 (rhbz#1178814)
* Mon Oct 20 2014 Matthias Runge <mrunge@redhat.com> - 2.2.5-1
  - update to 2.2.5 (rhbz#1132878)
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 2.1.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Wed Apr 09 2014 Matthias Runge <mrunge@redhat.com> - 2.1.0-1
  - update to 2.1.0
* Thu Jan 02 2014 Matthias Runge <mrunge@redhat.com> - 2.0-5
  - add missing requires to pep8, python-mccabe and pyflakes (rhbz#1046955)
* Mon Nov 18 2013 Matthias Runge <mrunge@redhat.com> - 2.0-4
  - use __python2 instead of __python
  - add CONTRIBUTORS.txt to py3 docs
* Tue Nov 05 2013 Matthias Runge <mrunge@redhat.com> - 2.0-3
  - minimal spec cleanup, fix one rpmlint warning
* Sat Sep 08 2012 Matej Cepl <mcepl@redhat.com> - 1.4-2
  - Update .spec file according to ongoing packaging review.
* Tue Jul 10 2012 Matej Cepl <mcepl@redhat.com> - 1.4-1
  - initial package for Fedora

Files

/usr/bin/flake8
/usr/bin/flake8-3
/usr/bin/flake8-3.6
/usr/bin/python3-flake8
/usr/lib/python3.6/site-packages/flake8
/usr/lib/python3.6/site-packages/flake8-3.7.7-py3.6.egg-info
/usr/lib/python3.6/site-packages/flake8-3.7.7-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/flake8-3.7.7-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/flake8-3.7.7-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/flake8-3.7.7-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/flake8-3.7.7-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/flake8-3.7.7-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/flake8/__init__.py
/usr/lib/python3.6/site-packages/flake8/__main__.py
/usr/lib/python3.6/site-packages/flake8/__pycache__
/usr/lib/python3.6/site-packages/flake8/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/checker.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/checker.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/defaults.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/defaults.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/processor.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/processor.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/statistics.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/statistics.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/style_guide.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/style_guide.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/api
/usr/lib/python3.6/site-packages/flake8/api/__init__.py
/usr/lib/python3.6/site-packages/flake8/api/__pycache__
/usr/lib/python3.6/site-packages/flake8/api/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/api/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/api/__pycache__/legacy.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/api/__pycache__/legacy.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/api/legacy.py
/usr/lib/python3.6/site-packages/flake8/checker.py
/usr/lib/python3.6/site-packages/flake8/defaults.py
/usr/lib/python3.6/site-packages/flake8/exceptions.py
/usr/lib/python3.6/site-packages/flake8/formatting
/usr/lib/python3.6/site-packages/flake8/formatting/__init__.py
/usr/lib/python3.6/site-packages/flake8/formatting/__pycache__
/usr/lib/python3.6/site-packages/flake8/formatting/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/formatting/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/formatting/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/formatting/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/formatting/__pycache__/default.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/formatting/__pycache__/default.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/formatting/base.py
/usr/lib/python3.6/site-packages/flake8/formatting/default.py
/usr/lib/python3.6/site-packages/flake8/main
/usr/lib/python3.6/site-packages/flake8/main/__init__.py
/usr/lib/python3.6/site-packages/flake8/main/__pycache__
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/application.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/application.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/cli.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/cli.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/debug.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/debug.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/git.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/git.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/mercurial.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/mercurial.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/options.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/options.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/setuptools_command.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/setuptools_command.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/vcs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/main/__pycache__/vcs.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/main/application.py
/usr/lib/python3.6/site-packages/flake8/main/cli.py
/usr/lib/python3.6/site-packages/flake8/main/debug.py
/usr/lib/python3.6/site-packages/flake8/main/git.py
/usr/lib/python3.6/site-packages/flake8/main/mercurial.py
/usr/lib/python3.6/site-packages/flake8/main/options.py
/usr/lib/python3.6/site-packages/flake8/main/setuptools_command.py
/usr/lib/python3.6/site-packages/flake8/main/vcs.py
/usr/lib/python3.6/site-packages/flake8/options
/usr/lib/python3.6/site-packages/flake8/options/__init__.py
/usr/lib/python3.6/site-packages/flake8/options/__pycache__
/usr/lib/python3.6/site-packages/flake8/options/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/options/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/options/__pycache__/aggregator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/options/__pycache__/aggregator.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/options/__pycache__/config.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/options/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/options/__pycache__/manager.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/options/__pycache__/manager.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/options/aggregator.py
/usr/lib/python3.6/site-packages/flake8/options/config.py
/usr/lib/python3.6/site-packages/flake8/options/manager.py
/usr/lib/python3.6/site-packages/flake8/plugins
/usr/lib/python3.6/site-packages/flake8/plugins/__init__.py
/usr/lib/python3.6/site-packages/flake8/plugins/__pycache__
/usr/lib/python3.6/site-packages/flake8/plugins/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/plugins/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/plugins/__pycache__/manager.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/plugins/__pycache__/manager.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/plugins/__pycache__/pyflakes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/flake8/plugins/__pycache__/pyflakes.cpython-36.pyc
/usr/lib/python3.6/site-packages/flake8/plugins/manager.py
/usr/lib/python3.6/site-packages/flake8/plugins/pyflakes.py
/usr/lib/python3.6/site-packages/flake8/processor.py
/usr/lib/python3.6/site-packages/flake8/statistics.py
/usr/lib/python3.6/site-packages/flake8/style_guide.py
/usr/lib/python3.6/site-packages/flake8/utils.py
/usr/share/doc/python3-flake8
/usr/share/doc/python3-flake8/CONTRIBUTORS.txt
/usr/share/doc/python3-flake8/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 17 04:02:01 2024