Changelog for
python312-autopep8-2.0.4-65.15.noarch.rpm :
* Sun Feb 04 2024 Dirk Müller
- add python312-skip-tests.patch to skip failing tests from py312
* Mon Nov 06 2023 Giacomo Comes - add sle15_python_module_pythons
* Sat Oct 07 2023 Martin Schreiner - Update to 2.0.4:
* Changes from 2.0.4: Paugier fix pycodestyle missing whitespace. Try to fix an AttributeError related to pycodestyle 2.11.0.
* Changes from 2.0.3: Add pre-commit configurations. Version dependent operator whitespace function. Update MANIFEST.in.- Remove pycodestyle211.patch, as it was merged upstream.
* 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)