File python-flake8-quotes.changes of Package python-flake8-quotes
-------------------------------------------------------------------
Tue May 27 12:07:51 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Mon Mar 25 20:20:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.4.0:
* f strings
* python 3.12 support
-------------------------------------------------------------------
Mon Jan 2 16:39:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.3.2:
* support flake8 6.0
- drop support-flake8-6.patch (upstream)
-------------------------------------------------------------------
Mon Dec 19 09:01:02 UTC 2022 - Martin Liška <mliska@suse.cz>
- Add support-flake8-6.patch in order to support flake8 version 6.
-------------------------------------------------------------------
Sat Jan 15 15:42:47 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.3.1
* python 3.9/3.10 added
* python 2 removed
-------------------------------------------------------------------
Sat Jul 25 15:27:54 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 3.2.0:
* Fixed mistaking key access as docstring (#99)
* Added lint checks for main files (#79)
- changes from version 3.1.0:
* Added quadruple quote ending support (#96)
-------------------------------------------------------------------
Thu Apr 16 10:36:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.0.0:
* no upstream changelog
-------------------------------------------------------------------
Sat Aug 3 14:27:22 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* be more specifc in %files section
- update to version 2.1.0:
* List the defined codes in the README (#85)
-------------------------------------------------------------------
Tue May 21 11:52:58 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 2.0.1
* We automatically encourage avoiding escaping quotes as per
PEP 8. To disable this, use --no-avoid-escape (can be used
in configuration file via avoid-escape).
* Add note about warning.
-------------------------------------------------------------------
Tue Dec 4 12:48:07 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Wed May 9 02:22:33 UTC 2018 - toddrme2178@gmail.com
- Update to version 1.0.0
* Docstring detection
* requirements-dev: remove tox
* Remove trailing dot from checker messages
-------------------------------------------------------------------
Tue Feb 20 19:31:40 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 0.13.1:
* Added a note about escaping quotes in the doc (#68)
-------------------------------------------------------------------
Sat Dec 9 20:10:27 UTC 2017 - arun@gmx.de
- update to version 0.13.0:
* Moved to twine for upload (#62)
* Run Travis tests on Python 3.4-3.6 (#63)
-------------------------------------------------------------------
Sun Dec 3 18:30:17 UTC 2017 - arun@gmx.de
- specfile:
* changed from zip to tar.gz
- update to version 0.12.1:
* Add a framework classifier (#61)
Warehouse (pypi.org) allows search results to be filtered by trove
classifiers. One such classifier is `Framework`, which accepts
`Flake8` as a value. Setting the classifier should help people
find flake8-comprehensions when searching for flake8 plugins.
-------------------------------------------------------------------
Wed Oct 18 16:43:26 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
- Update to 0.12.0
* No changelog
-------------------------------------------------------------------
Mon Mar 24 13:08:43 UTC 2014 - toddrme2178@gmail.com
- Initial version