From d680bcc22c39e19af3fecef4dd606c317558ccc43cdb117367fe4e5e681194f7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 18 Nov 2021 13:46:34 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=48 --- python-pyupgrade-2.29.0.tar.gz | 3 --- python-pyupgrade-2.29.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.29.0.tar.gz create mode 100644 python-pyupgrade-2.29.1.tar.gz diff --git a/python-pyupgrade-2.29.0.tar.gz b/python-pyupgrade-2.29.0.tar.gz deleted file mode 100644 index 0073e7e..0000000 --- a/python-pyupgrade-2.29.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d854290f8eb5d6ccbb0ded0bd6e689d98d983dc837a0f437d0e494b37482ab0 -size 58155 diff --git a/python-pyupgrade-2.29.1.tar.gz b/python-pyupgrade-2.29.1.tar.gz new file mode 100644 index 0000000..3a9d7b4 --- /dev/null +++ b/python-pyupgrade-2.29.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dafc09a988c7f918abb3e94ee677f3263c5f3e77efb40e237fc6cca3d34b422 +size 58334 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index 8443101..b1c185a 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 16 07:44:51 UTC 2021 - Sebastian Wagner + +- - update to version 2.29.1: + - prevent rewriting union types with forward annotations + - replace exit(main()) with raise SystemExit(main()) + Committed via https://github.com/asottile/all-repos + ------------------------------------------------------------------- Tue Nov 2 19:39:16 UTC 2021 - Sebastian Wagner diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index 8445051..9ebc2bb 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.29.0 +Version: 2.29.1 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT