Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pycodestyle for 
openSUSE:Factory checked in at 2023-08-14 22:35:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycodestyle (Old)
 and      /work/SRC/openSUSE:Factory/.python-pycodestyle.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pycodestyle"

Mon Aug 14 22:35:05 2023 rev:19 rq:1103222 version:2.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycodestyle/python-pycodestyle.changes    
2023-07-18 21:53:48.890191815 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pycodestyle.new.11712/python-pycodestyle.changes
 2023-08-14 22:35:16.632232053 +0200
@@ -1,0 +2,22 @@
+Tue Aug  8 15:10:24 UTC 2023 - ecsos <ec...@opensuse.org>
+
+- %{?sle15_python_module_pythons} must at beginning of spec to work.
+
+-------------------------------------------------------------------
+Thu Aug  3 14:59:59 UTC 2023 - Martin Schreiner <martin.schrei...@suse.com>
+
+- Update to 2.11.0
+  * Drop EOL python 3.6 / 3.7.
+  * Add support for python 3.12.
+  * E721: adjust handling of type comparison.
+    Allowed forms are now isinstance(x, t) or type(x) is t.
+  * Remove handling of python 2 <> operator.
+  * W606: removed. async / await are always keywords.
+  * Internal: move tests to pytest.
+  * Remove handling of python 2 ur'' strings.
+- Remove testsuite_fixes.patch as it's no longer required
+- Replaced spec file "Source" to pull from GitHub due to this issue:
+  https://github.com/PyCQA/pycodestyle/issues/1183
+- Apply spec-cleaner to spec file.
+
+-------------------------------------------------------------------

Old:
----
  pycodestyle-2.10.0.tar.gz
  testsuite_fixes.patch

New:
----
  pycodestyle-2.11.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pycodestyle.spec ++++++
--- /var/tmp/diff_new_pack.aX56ad/_old  2023-08-14 22:35:17.196235639 +0200
+++ /var/tmp/diff_new_pack.aX56ad/_new  2023-08-14 22:35:17.204235690 +0200
@@ -18,23 +18,22 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-pycodestyle
-Version:        2.10.0
+Version:        2.11.0
 Release:        0
 Summary:        Python style guide checker
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://pycodestyle.readthedocs.io/
-Source:         
https://files.pythonhosted.org/packages/source/p/pycodestyle/pycodestyle-%{version}.tar.gz
-Patch01:        testsuite_fixes.patch
+Source:         
https://github.com/PyCQA/pycodestyle/archive/refs/tags/%{version}.tar.gz#/pycodestyle-%{version}.tar.gz
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildArch:      noarch
-Provides:       python-pep8 = %{version}
-Obsoletes:      python-pep8 < %{version}
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
+Provides:       python-pep8 = %{version}
+Obsoletes:      python-pep8 < %{version}
+BuildArch:      noarch
 %python_subpackages
 
 %description

++++++ pycodestyle-2.10.0.tar.gz -> pycodestyle-2.11.0.tar.gz ++++++
++++ 12729 lines of diff (skipped)

Reply via email to