forked from pool/python-autoflake
- 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
OBS-URL: https://build.opensuse.org/request/show/999918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autoflake?expand=0&rev=15
72 lines
2.4 KiB
Plaintext
72 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Aug 28 10:41:19 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- 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 <mcepl@suse.com>
|
|
|
|
- Skip failing test for Python 3.10 (gh#PyCQA/autoflake#104)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 31 04:16:47 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- 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 <tchvatal@suse.com>
|
|
|
|
- Update to 1.3.1:
|
|
* no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 16 17:27:05 UTC 2019 - Meera Belur <mbelur@suse.com>
|
|
|
|
- Update to v1.3
|
|
+ No changes were provided
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 10 13:50:19 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- 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 <jengelh@inai.de>
|
|
|
|
- Use noun phrase in summary.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:45:50 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- 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
|