forked from pool/python-pyupgrade
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=10
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jan 23 15:25:51 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Use python_clone and alternatives to provide the executable.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 25 20:49:51 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Update to version 2.7.4:
|
|
- parenthesize expressions when replacing six calls when needed
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 1 18:32:44 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Update to 2.7.3:
|
|
- fix off-by-one in encode() call fixer
|
|
- upgrade mypy to get typeshed fix
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 3 13:30:45 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 2.7.2
|
|
* fix any call with *sys.exc_info()
|
|
* leave f'string'.format(...) alone
|
|
* `reraise` and `raise_from` doc examples
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 4 09:50:49 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- initial package for version 2.6.2.
|