14
0

Accepting request 1039690 from home:yarunachalam:branches:devel:languages:python

- Update to version 3.3.0
  * rewrite to datetime.UTC
- Update to version 3.2.3
  * fix rewrite of u strings to f strings
- Update to version 3.2.2
  * remove abspath(__file__) rewrite
- Update to version 3.2.1 
  * Fix `Optional["ForwardRef"]` rewriting

OBS-URL: https://build.opensuse.org/request/show/1039690
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=69
This commit is contained in:
Sebastian Wagner
2022-12-03 08:23:16 +00:00
committed by Git OBS Bridge
parent 6017c7ac99
commit a907fc0677
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Dec 3 00:15:00 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 3.3.0
* rewrite to datetime.UTC
- Update to version 3.2.3
* fix rewrite of u strings to f strings
- Update to version 3.2.2
* remove abspath(__file__) rewrite
- Update to version 3.2.1
* Fix `Optional["ForwardRef"]` rewriting
-------------------------------------------------------------------
Wed Nov 9 18:48:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>