14
0

- update to version 2.18.2:

-  don't rewrite list comp to generator expression in short-circuiting functions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=27
This commit is contained in:
Sebastian Wagner
2021-05-24 17:13:25 +00:00
committed by Git OBS Bridge
parent 8b110305c1
commit 42e67b43b5
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b3c94aa1befb6bcd1d4cdfdf58d8d043324bc41e0d7de0b7ad234b4a9814afd
size 54673

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd183e0ab6f719f63f38a5f3879c35f452238b97982cc0764b48442f19942102
size 54665

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 24 17:12:55 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.18.2:
- don't rewrite list comp to generator expression in short-circuiting functions
-------------------------------------------------------------------
Fri May 21 16:01:15 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pyupgrade
Version: 2.18.1
Version: 2.18.2
Release: 0
Summary: A tool to automatically upgrade syntax for newer versions
License: MIT