diff --git a/python-pyupgrade-2.24.0.tar.gz b/python-pyupgrade-2.24.0.tar.gz deleted file mode 100644 index 8217569..0000000 --- a/python-pyupgrade-2.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1f7abec4105d515f680a8910fe04ff0e8a40736b821478e1defa54614824aec -size 57919 diff --git a/python-pyupgrade-2.26.0.post1.tar.gz b/python-pyupgrade-2.26.0.post1.tar.gz new file mode 100644 index 0000000..68712b0 --- /dev/null +++ b/python-pyupgrade-2.26.0.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c11d1840acfa55ea16d1257593b008e851f27ed7933949eba3b20237682ebd +size 57829 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index 3c2722f..052573e 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Sep 18 19:58:40 UTC 2021 - Sebastian Wagner + +- update to version 2.26.0.post1: + - BUG: fix broken tests for versioned_branches feature +- update to version 2.26.0: + - ENH: expand versioned_branches feature to Python 3 minor version comparison (<, >, <=, >= with else) +- update to version 2.25.1: + - don't rewrite %-format with width+s + - update timidity docs for f-strings +- update to version 2.25.0: + - revert pep584 rewrit + ------------------------------------------------------------------- Fri Aug 20 19:49:12 UTC 2021 - Sebastian Wagner diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index 84938c8..8e5e317 100644 --- a/python-pyupgrade.spec +++ b/python-pyupgrade.spec @@ -19,14 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pyupgrade -Version: 2.24.0 +Version: 2.26.0.post1 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT Group: Development/Languages/Python URL: https://github.com/asottile/pyupgrade # pypi tarball does not include tests, use github instead. PR for inclusion was denied https://github.com/asottile/pyupgrade/pull/326 -Source: https://github.com/asottile/pyupgrade/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: https://github.com/asottile/pyupgrade/archive/fd60bbecb9668e4392ade23dd8451b9f74d9d6c7.tar.gz#/%{name}-%{version}.tar.gz #Source: https://files.pythonhosted.org/packages/source/p/pyupgrade/pyupgrade-%%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros @@ -47,7 +47,7 @@ A tool to automatically upgrade syntax for newer versions of the Python programming language. %prep -%setup -q -n pyupgrade-%{version} +%setup -q -n pyupgrade-fd60bbecb9668e4392ade23dd8451b9f74d9d6c7 %build %python_build