Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-astroid for openSUSE:Factory 
checked in at 2022-08-30 14:48:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-astroid (Old)
 and      /work/SRC/openSUSE:Factory/.python-astroid.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-astroid"

Tue Aug 30 14:48:29 2022 rev:36 rq:999930 version:2.12.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-astroid/python-astroid.changes    
2022-01-17 22:33:54.898238529 +0100
+++ /work/SRC/openSUSE:Factory/.python-astroid.new.2083/python-astroid.changes  
2022-08-30 14:48:35.583984634 +0200
@@ -1,0 +2,10 @@
+Sat Aug 27 10:10:36 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2.12.4
+  * Fixed a crash involving non-standard type comments such as
+    `# type: # any comment`.
+- Big changelog since 2.9.3, see file Changelog
+  * mostly crash fixes
+  * Python >= 3.7 is required
+
+-------------------------------------------------------------------

Old:
----
  astroid-2.9.3-gh.tar.gz

New:
----
  astroid-2.12.4-gh.tar.gz

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

Other differences:
------------------
++++++ python-astroid.spec ++++++
--- /var/tmp/diff_new_pack.E7zvcJ/_old  2022-08-30 14:48:36.279986409 +0200
+++ /var/tmp/diff_new_pack.E7zvcJ/_new  2022-08-30 14:48:36.283986420 +0200
@@ -16,31 +16,38 @@
 #
 
 
-%define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-astroid
-Version:        2.9.3
+Version:        2.12.4
 Release:        0
 Summary:        Representation of Python source as an AST for pylint
 License:        LGPL-2.1-or-later
 URL:            https://github.com/pycqa/astroid
 Source:         
https://github.com/PyCQA/astroid/archive/refs/tags/v%{version}.tar.gz#/astroid-%{version}-gh.tar.gz
+BuildRequires:  %{python_module base >= 3.7.2}
 BuildRequires:  %{python_module lazy-object-proxy >= 1.4}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module typed-ast >= 1.4 if %python-base < 3.8}
-BuildRequires:  %{python_module typing_extensions >= 3.10 if %python-base < 
3.10}
-BuildRequires:  %{python_module wrapt >= 1.11}
+# typing-extensions for python310 required for tests only: 
gh#PyCQA/astroid#1585
+BuildRequires:  %{python_module typing-extensions >= 3.10}
+BuildRequires:  %{python_module wheel}
+BuildRequires:  %{python_module wrapt >= 1.11 if %python-base < 3.11}
+BuildRequires:  %{python_module wrapt >= 1.14 if %python-base >= 3.11}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-lazy-object-proxy >= 1.4
-Requires:       python-wrapt >= 1.11
 BuildArch:      noarch
 %if 0%{?python_version_nodots} < 38
 Requires:       python-typed-ast >= 1.4
 %endif
 %if 0%{?python_version_nodots} < 310
-Requires:       python-typing_extensions >= 3.10
+Requires:       python-typing-extensions >= 3.10
+%endif
+%if 0%{?python_version_nodots} < 311
+Requires:       python-wrapt >= 1.11
+%else
+Requires:       python-wrapt >= 1.14
 %endif
 %python_subpackages
 
@@ -62,10 +69,10 @@
 %autopatch -p1
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

++++++ astroid-2.9.3-gh.tar.gz -> astroid-2.12.4-gh.tar.gz ++++++
++++ 25220 lines of diff (skipped)

Reply via email to