diff --git a/python-pyupgrade-2.15.0.tar.gz b/python-pyupgrade-2.15.0.tar.gz deleted file mode 100644 index 7a10f9d..0000000 --- a/python-pyupgrade-2.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04f0eb5f779a0c2fc79a515fdeb014756f67666d846a04b8224b7f5ae7dcf79e -size 52752 diff --git a/python-pyupgrade-2.18.3.tar.gz b/python-pyupgrade-2.18.3.tar.gz new file mode 100644 index 0000000..4369590 --- /dev/null +++ b/python-pyupgrade-2.18.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f3efba4ff7de37c5751e92fafa690ce0aaef413c9e18ead967b5b9bc23a0d9 +size 54836 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index e1cd2fe..63fd70b 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue May 25 07:46:49 UTC 2021 - Sebastian Wagner + +- update to versio 2.18.3: + - remove trailing comma after removed list comp + +------------------------------------------------------------------- +Mon May 24 17:12:55 UTC 2021 - Sebastian Wagner + +- 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 + +- update to version 2.18.1: + - check argument count for generator rewrite +- update to version 2.18.0: + - use generator expressions in single arg func calls + +------------------------------------------------------------------- +Wed May 19 07:23:18 UTC 2021 - Sebastian Wagner + +- 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 diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index 521c5f1..12b59d6 100644 --- a/python-pyupgrade.spec +++ b/python-pyupgrade.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pyupgrade -Version: 2.15.0 +Version: 2.18.3 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT