------------------------------------------------------------------- Thu Dec 14 09:15:04 UTC 2023 - Petr Gajdos - update to 2.2.1: * ## What's Changed * pre-commit autoupdate and annotations fix * Remove py.typed * Bump v2.2.1 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v2.2.0...v2.2.1 update to 2.2.0: * ## What's Changed * [pre-commit.ci] pre-commit autoupdate * [pre-commit.ci] pre-commit autoupdate * [pre-commit.ci] pre-commit autoupdate * [pre-commit.ci] pre-commit autoupdate * Add type annotations and validate with pyright * Remove test_fuzz_pypi * Bump v2.2.0 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v2.1.1...v2.2.0 update to 2.1.1: * ## What's Changed * Revert "Support .toml configuration format with --config flag (#249)" * Bump v2.1.1 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v2.1.0...v2.1.1 update to 2.1.0: * ## What's Changed * Bump v2.0.2 * Support .toml configuration format with --config flag * Bump v2.1.0 * ## New Contributors * @bricker made their first contribution in https://github.com/PyCQA/autoflake/pull/249 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v2.0.2...v2.1.0 update to 2.0.2: * ## What's Changed * Don't sort imports * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v2.0.1...v2.0.2 update to 2.0.1: * ## What's Changed * pre-commit autoupdate * Fix a typo in a link to pre-commit * Update standard_paths so it only checks existing directories * Bump to 2.0.1 * ## New Contributors * @sadikkuzu made their first contribution in https://github.com/PyCQA/autoflake/pull/198 * @solzard made their first contribution in https://github.com/PyCQA/autoflake/pull/200 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v2.0.0...v2.0.1 update to 2.0.0: * ## What's Changed * Upgrade minimum version of pyflakes * Bump 2.0.0 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v1.7.8...v2.0.0 update to 1.7.8: * ## What's Changed * [pre-commit.ci] pre-commit autoupdate * Enable Python 3.11 in CI * github/worfklows/main: 3.11 should be available on macOS now * [pre-commit.ci] pre-commit autoupdate * [pre-commit.ci] pre-commit autoupdate * Add upper limit to pyflake's version <3.0 to support handling of python 2.x ``# type: `` comments * Bump 1.7.8 * ## New Contributors * @psasselum made their first contribution in https://github.com/PyCQA/autoflake/pull/186 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v1.7.7...v1.7.8 update to 1.7.7: * ## What's Changed * fix: Ignore pass multiple lines after docstring with flag * Bump to 1.7.7 * ## New Contributors * @DenverCoder1 made their first contribution in https://github.com/PyCQA/autoflake/pull/177 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v1.7.6...v1.7.7 update to 1.7.6: * ## What's Changed * Bump actions/cache from 3.0.10 to 3.0.11 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v1.7.5...v1.7.6 update to 1.7.5: * ## What's Changed * Fixed multiprocessing issue on win64 with more than 60 cores * Bump to 1.7.5 * ## New Contributors * @inuik made their first contribution in https://github.com/PyCQA/autoflake/pull/172 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v1.7.4...v1.7.5 update to 1.7.4: * ## What's Changed * Bump actions/setup-python from 4.2.0 to 4.3.0 * Fix default value for `--imports` * Bump to 1.7.4 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v1.7.3...v1.7.4 update to 1.7.3: * ## What's Changed * [pre-commit.ci] pre-commit autoupdate * Use regular dictionary instead of defaultdict * Bump v1.7.3 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v1.7.2...v1.7.3 update to 1.7.2: * ## What's Changed * Properly consider options from config file and flags * Bump to 1.7.2 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v1.7.1...v1.7.2 update to 1.7.1: * ## What's Changed * Update merge_configuration_file to prefer values from flags * Bump v1.7.1 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v1.7.0...v1.7.1 update to 1.7.0: * ## What's Changed * Unified output to stdout when using --check * Bump actions/cache from 3.0.8 to 3.0.9 * add config-file option * Fix Namespace check * Bump actions/cache from 3.0.9 to 3.0.10 * Bump actions/checkout from 3.0.2 to 3.1.0 * Add --check-diff flag which combines check and diff * Bump 1.7.0 * ## New Contributors * @ericstengard made their first contribution in https://github.com/PyCQA/autoflake/pull/148 * @GrozniyToaster made their first contribution in https://github.com/PyCQA/autoflake/pull/150 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v1.6.1...v1.7.0 update to 1.6.1: * ## What's Changed * Add ignore-pass-after-doctstring and ignore-pass-statement to config * Bump 1.6.1 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v1.6.0...v1.6.1 update to 1.6.0: * ## What's Changed * Use black for formatting code * Migrate to tomli * pre-commit: Fix typos using codespell * PEP 621: Migrate to pyproject.toml * github/workflows/upload-to-pypi: use build * Add option to keep pass statements * Bump to 1.6.0 * ## New Contributors * @cclauss made their first contribution in https://github.com/PyCQA/autoflake/pull/141 * @alvarotroya made their first contribution in https://github.com/PyCQA/autoflake/pull/143 * **Full Changelog**: https://github.com/PyCQA/autoflake/compare/v1.5.3...v1.6.0 ------------------------------------------------------------------- Mon Jul 31 18:49:08 UTC 2023 - Matej Cepl - Remove upstreamed patch rm_assert_failing_310.patch. ------------------------------------------------------------------- Mon Sep 12 08:00:46 UTC 2022 - Dirk Müller - reenable build for python38, issue got fixed in current release ------------------------------------------------------------------- Fri Sep 9 16:07:50 UTC 2022 - Yogalakshmi Arunachalam - Update to v1.5.3 * test_autoflake: use os.linesep in assertion * Make sure messages use os.linesep * test_autoflake: add a test for #129 * autoflake: propagate the exit status instead of calling sys.exit * Renamed the head branch * Remove Makefile and reference to travis.yml - Update to v1.5.2 * Remove usage of deprecated distutils module * Also add support for removing RHS of unused variables. * Use the new sysconfig module instead of distutils * added option to remove RHS also when removing unused variables (#92) ------------------------------------------------------------------- Sun Aug 28 10:41:19 UTC 2022 - Ben Greiner - Update to v1.5.1 * support for reading configuration from setup.cfg and pyproject.toml * new flag `--quiet` * drop support for old versions of Python (<3.7) * support for reading contents from stdin (prints the output to stdout, ideal for integration with editors) * support for parallel execution with `--jobs` - Skip building Python 3.8: gh#PyCQA/autoflake#100 ------------------------------------------------------------------- Wed Feb 23 14:04:15 UTC 2022 - Matej Cepl - Skip failing test for Python 3.10 (gh#PyCQA/autoflake#104) ------------------------------------------------------------------- Mon Aug 31 04:16:47 UTC 2020 - Steve Kowalik - Update to 1.4: * No upstream changelog - Switch from setup.py test to pytest ------------------------------------------------------------------- Fri Sep 13 11:32:10 UTC 2019 - Tomáš Chvátal - Update to 1.3.1: * no upstream changelog ------------------------------------------------------------------- Thu May 16 17:27:05 UTC 2019 - Meera Belur - Update to v1.3 + No changes were provided ------------------------------------------------------------------- Sun Feb 10 13:50:19 UTC 2019 - John Vandenberg - Update to v1.2 + Have `standard_paths` look in both platform-specific and platform-independent directories (replaces fix_standard_paths.patch) + Add LICENSE + Drop Python 3.3 - Remove unnecessary build dependency %pythons - Remove unused build dependency 'coverage' ------------------------------------------------------------------- Wed Dec 5 01:54:31 UTC 2018 - Jan Engelhardt - Use noun phrase in summary. ------------------------------------------------------------------- Tue Dec 4 12:45:50 UTC 2018 - Matej Cepl - Remove superfluous devel dependency for noarch package ------------------------------------------------------------------- Wed May 9 18:33:29 UTC 2018 - toddrme2178@gmail.com - Add license file - Use license tag ------------------------------------------------------------------- Fri Oct 20 16:13:14 UTC 2017 - toddrme2178@gmail.com - initial version - Add fix_standard_paths.patch * Fix for https://github.com/myint/autoflake/issues/32