Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyupgrade for
openSUSE:Factory checked in at 2021-09-23 23:04:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyupgrade (Old)
and /work/SRC/openSUSE:Factory/.python-pyupgrade.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyupgrade"
Thu Sep 23 23:04:07 2021 rev:16 rq:921122 version:2.26.0.post1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyupgrade/python-pyupgrade.changes
2021-09-09 23:08:10.644875054 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyupgrade.new.1899/python-pyupgrade.changes
2021-09-23 23:04:14.676331565 +0200
@@ -1,0 +2,13 @@
+Sat Sep 18 19:58:40 UTC 2021 - Sebastian Wagner <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
python-pyupgrade-2.24.0.tar.gz
New:
----
python-pyupgrade-2.26.0.post1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyupgrade.spec ++++++
--- /var/tmp/diff_new_pack.rqxBBd/_old 2021-09-23 23:04:15.216331968 +0200
+++ /var/tmp/diff_new_pack.rqxBBd/_new 2021-09-23 23:04:15.220331971 +0200
@@ -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 @@
programming language.
%prep
-%setup -q -n pyupgrade-%{version}
+%setup -q -n pyupgrade-fd60bbecb9668e4392ade23dd8451b9f74d9d6c7
%build
%python_build