15
0
forked from pool/python-bowler

Accepting request 840969 from home:jayvdb:branches:devel:languages:python

- Update to v0.9.0

OBS-URL: https://build.opensuse.org/request/show/840969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bowler?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2020-10-13 10:38:31 +00:00
committed by Git OBS Bridge
parent 84fd3a03b7
commit 12e37b25be
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Oct 11 07:34:01 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Update to v0.9.0
* Added bowler test command for testing codemod scripts
* Added python_version option to load files with Python 2 print statement
* Implemented Query.encapsulate() to generate @property wrappers
* Improvements to Query.add_argument() and positional arguments
* No longer depends on shelling-out to patch command for applying diffs
* Fix Query.write() to be non-interactive and silent
* Fix unexpected error code after successful queries
* Marked package as typed for PEP 561 support
-------------------------------------------------------------------
Wed May 27 09:36:30 UTC 2020 - Petr Gajdos <pgajdos@suse.com>