From 8b110305c1fa2c31b8acbd555c86ff1c376720278ca4806cec8bd8a7a94703df Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 21 May 2021 16:01:59 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=26 --- python-pyupgrade-2.17.0.tar.gz | 3 --- python-pyupgrade-2.18.1.tar.gz | 3 +++ python-pyupgrade.changes | 8 ++++++++ python-pyupgrade.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 python-pyupgrade-2.17.0.tar.gz create mode 100644 python-pyupgrade-2.18.1.tar.gz diff --git a/python-pyupgrade-2.17.0.tar.gz b/python-pyupgrade-2.17.0.tar.gz deleted file mode 100644 index cc183a7..0000000 --- a/python-pyupgrade-2.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf75f2638fea40705ff655d7aed80cd81e837ece96297d445ef554661432dcfd -size 53909 diff --git a/python-pyupgrade-2.18.1.tar.gz b/python-pyupgrade-2.18.1.tar.gz new file mode 100644 index 0000000..95f1a53 --- /dev/null +++ b/python-pyupgrade-2.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3c94aa1befb6bcd1d4cdfdf58d8d043324bc41e0d7de0b7ad234b4a9814afd +size 54673 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index 71ed636..4b5750a 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index ba15826..c1cfa1f 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.17.0 +Version: 2.18.1 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT