diff --git a/python-pyupgrade-2.29.1.tar.gz b/python-pyupgrade-2.29.1.tar.gz deleted file mode 100644 index 3a9d7b4..0000000 --- a/python-pyupgrade-2.29.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dafc09a988c7f918abb3e94ee677f3263c5f3e77efb40e237fc6cca3d34b422 -size 58334 diff --git a/python-pyupgrade-2.31.0.tar.gz b/python-pyupgrade-2.31.0.tar.gz new file mode 100644 index 0000000..560508f --- /dev/null +++ b/python-pyupgrade-2.31.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4398e2b7b6fee8de8a4ae51e6ce22e3d8ec159df5df14fc7738294961c37a46d +size 59081 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index b1c185a..c8a4214 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Mon Jan 3 11:37:47 UTC 2022 - Sebastian Wagner + +- - update to version 2.31.0: + - rewrite string formatting with **locals() +- update to version 2.30.1: + - don't rewrite six.reraise with named args +- update to version 2.30.0: + - rewrite abspath(__file__) to __file__ in py39+ + - fix __path__ type annotation + - fix the diff output of `forced str("native") literals` section + - improve coverage pragmas with covdefaults 2.1 + - Use org-default .github/FUNDING.yml + Committed via https://github.com/asottile/all-repos + - Rewrite docs examples with commented code to use diffs + +------------------------------------------------------------------- +Tue Dec 28 16:15:14 UTC 2021 - Sebastian Wagner + +- - update to version 2.30.0: + - rewrite abspath(__file__) to __file__ in py39+ + - fix __path__ type annotation + - fix the diff output of `forced str("native") literals` section + - improve coverage pragmas with covdefaults 2.1 + - Use org-default .github/FUNDING.yml + Committed via https://github.com/asottile/all-repos + - Rewrite docs examples with commented code to use diffs +- 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 16 07:44:51 UTC 2021 - Sebastian Wagner diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index 9ebc2bb..e1f224d 100644 --- a/python-pyupgrade.spec +++ b/python-pyupgrade.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyupgrade # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pyupgrade -Version: 2.29.1 +Version: 2.31.0 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT