15
0
Files
python-flake8-quotes/python-flake8-quotes.changes
Dirk Mueller 29f92aa683 Accepting request 704445 from home:mcalabkova:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/704445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-quotes?expand=0&rev=7
2019-05-21 15:18:06 +00:00

64 lines
2.0 KiB
Plaintext

-------------------------------------------------------------------
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