diff --git a/python-pyupgrade-2.7.4.tar.gz b/python-pyupgrade-2.7.4.tar.gz deleted file mode 100644 index 4c31d65..0000000 --- a/python-pyupgrade-2.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88dc4d2137c1e73099e8f1b69e6a8f29c53856cc41f4cc7187d5dca4056088b7 -size 42618 diff --git a/python-pyupgrade-2.8.0.tar.gz b/python-pyupgrade-2.8.0.tar.gz new file mode 100644 index 0000000..e9e1b6a --- /dev/null +++ b/python-pyupgrade-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71f20d422221163d63ad6402720836ecf75a6a45651dcce5cac255205722f5c +size 47621 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index a4419b6..8e8539a 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sun Jan 31 17:48:42 UTC 2021 - Sebastian Wagner + +- Update to version 2.8.0: + - genericize future import detection + - rewrite pep585 generic builtins + - move py2 compat fixer to plugins + - move %-format rewrite to a plugin + - move py3+ base class removal to plugins + - move lru_cache rewrite to a plugin + - move six decorator removal to a plugin + - move six.b / six.ensure_binary to a plugin + - move __metaclass__ = test checker to a plugin + - move io.open rewriting to a plugin + - move simple six attrs to a plugin + - move typing pep585 rewrite to a plugin + - move default encoding to a plugin + - move native literals to a plugin + - move versioned branches rewrite to a plugin + - move open mode fix to a plugin + - move os error alias rename to a plugin + - move six calls / metaclass rewrites to plugins + - settings in separate class + - move mock rewrite to a plugin + - refactor Py3Plus scope management + - move super and yield from to a legacy plugin + - combine six_b into six_calls plugin + - replace typing.Text with str + - rewrite pep604 (+ add --py310-plus) + - document PEP 604 rewrites + ------------------------------------------------------------------- Sat Jan 23 15:25:51 UTC 2021 - Sebastian Wagner diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index ffec918..4168bbf 100644 --- a/python-pyupgrade.spec +++ b/python-pyupgrade.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyupgrade -Version: 2.7.4 +Version: 2.8.0 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT