forked from pool/python-pyupgrade
- update to version 2.17.0:
- Fix typo in the "is" example of README - use generator to unpack list comprehension - update to version 2.16.0: - don't crash on --py311-plus - Use more inclusive language - pep584-rewrite - note pep584 change in README OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=25
This commit is contained in:
committed by
Git OBS Bridge
parent
1aff9ed1f6
commit
50977608e2
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:04f0eb5f779a0c2fc79a515fdeb014756f67666d846a04b8224b7f5ae7dcf79e
|
|
||||||
size 52752
|
|
3
python-pyupgrade-2.17.0.tar.gz
Normal file
3
python-pyupgrade-2.17.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bf75f2638fea40705ff655d7aed80cd81e837ece96297d445ef554661432dcfd
|
||||||
|
size 53909
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 19 07:23:18 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- update to version 2.17.0:
|
||||||
|
- Fix typo in the "is" example of README
|
||||||
|
- use generator to unpack list comprehension
|
||||||
|
- update to version 2.16.0:
|
||||||
|
- don't crash on --py311-plus
|
||||||
|
- Use more inclusive language
|
||||||
|
- pep584-rewrite
|
||||||
|
- note pep584 change in README
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 9 09:50:40 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
Sun May 9 09:50:40 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-pyupgrade
|
Name: python-pyupgrade
|
||||||
Version: 2.15.0
|
Version: 2.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A tool to automatically upgrade syntax for newer versions
|
Summary: A tool to automatically upgrade syntax for newer versions
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user