SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python310-autopep8-2.0.2-58.1.noarch.rpm :

* Fri Aug 25 2023 Markéta Machová - Add pycodestyle211.patch to fix tests
* Mon Mar 13 2023 Dirk Müller - update to 2.0.2:
* Ignore DeprecationWarnings to fix tests on py3.11
* fix: infinite loop in autopep8.fix_code without w50 ignore option- drop ignore-deprecation.patch (upstream)
* Wed Jan 25 2023 Daniel Garcia - Add ignore-deprecation.patch to make it compatible with python 3.11 gh#hhatto/autopep8#665
* Sat Jan 21 2023 Ben Greiner - Update to 2.0.1
* require pycodestyle 2.10.0 and higher version by AATThhatto in [#659]
* fix: e265, e266 by AATThhatto in #663- Release 2.0.0
* Fix E265 and E266 confusion and overlap by AATTPeterJCLaw in #650
* Use tomli in place of unmaintained toml package by AATTmgorny in [#629]
* fix: special case of auto value with flake8 config by AATThhatto in #653- Release 1.7.0
* Require pycodestyle 2.9.1 and higher version ( Thanks AATTheavenshell)
* Drop support Python2.7
* Thu Nov 04 2021 Ferdinand Thiessen - Update to 1.6.0
* Fix: Ignore Settings for W292 Do Not Work
* Fix: Multiple #autopep8: off/on directives in one file do not work
* Fix: --hang-closing option does not work for non-indented lines
* Requires pycodestyle >= 2.8
* Mon May 31 2021 pgajdosAATTsuse.com- %check: use %pyunittest rpm macro
* Tue May 11 2021 Dirk Müller - update to 1.5.7:
* python 3.9
* disallow 0 for indent-size option
* exit code is 99 when error occured cli option parsing
* exit code correctly on permission denied failure
* Mon Apr 05 2021 Arun Persaud - specfile:
* update copyright year- update to version 1.5.6:
* Update pycodestyle 2.7.0
* Update test_autopep8.py after continued_indentation fix
* continued_indentation: Make the E128 check similar to pycodestyle
* Restore the original pep8 copyright notice
* change: use build and twine tools for pypi upload- changes from version 1.5.5:
* drop py35
* change test python version
* (origin/v1) add unit test that multilines w605
* remove unnecessary function
* change: not convert raw string for w605 fixed method
* docs: fix simple typo, requred -> required
* change: toml package not to import until it is needed (for #566)
* Sat Aug 15 2020 Arun Persaud - update to version 1.5.4:
* Merge pull request #565 from hhatto/fix-issue-564
* ignore SyntaxWarning in Python3.8+ when calling built-in compile() method
* fix pytest command
* fix coverage and upload codecov
* install depends
* flake8 target only autopep8.py
* Fix pycodestyle
* Revert formatting changes outside scope of this feature
* Move the on-off tests to under unit-tests
* Correct line number weirdness
* Add tests
* Improved efficiency of search for enabled/disable
* added basic on-off functionality to autopep8
* Merge pull request #553 from hhatto/issue-551
* fix: ignoring w292 with in-place option
* Tue Jun 09 2020 Dirk Mueller - update to 1.5.3:
* requirement pycodestyle version 2.6.0+ ( #548 )
* Expected pyproject.toml configuration syntax incompatible with TOML format ( #528 , #546 )
* Fix incompatible exit code with --jobs=0 and --exit-code ( #543 , #545 )
* Fix hangup E122 fixed method with backslash ( #540 , #541 )
* Fri Apr 24 2020 Arun Persaud - update to version 1.5.2:
* add test for verbose log
* remove unnecessary format\'s argument
* add unit test
* fix incorrect E702 fixes with --select=E702 option
* refactoring
* enable exclude option when specify directly file args
* add unit test: exclude option when specify directly file args
* support parallel jobs for --diff option (#480)
* add test for diff option parallel jobs
* add python 3.8 to files
* add unit test: --ignore=E503,E504 case
* fix degrade to case of --select=W --ignore=W503
* add test for W503,504 more complex case- changes from version 1.5.1:
* remove skip mark in test
* refactoring
* add unit test for w503 and w504 confliction case
* change: both W503 and W504 are specified, priority is given to W503 (for #518)
* fix E402 with __all__ (for #529)
* Fix a bug causing both W503 and W504 to be ignored
* return diff exit code when reading from stdin too
* Wed Jan 22 2020 Marketa Calabkova - update to 1.5
* Support Python3.8
* Support pyproject.toml with [tool.autopep8] section.
* fix few bugs
 
ICM