Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pylint for openSUSE:Factory 
checked in at 2024-09-26 18:54:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylint (Old)
 and      /work/SRC/openSUSE:Factory/.python-pylint.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pylint"

Thu Sep 26 18:54:18 2024 rev:45 rq:1203869 version:3.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes      
2024-09-25 21:54:51.408188746 +0200
+++ /work/SRC/openSUSE:Factory/.python-pylint.new.29891/python-pylint.changes   
2024-09-26 18:55:19.146136263 +0200
@@ -1,0 +2,5 @@
+Thu Sep 26 09:24:16 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Revert restriction to python3.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pylint.spec ++++++
--- /var/tmp/diff_new_pack.3l0A8y/_old  2024-09-26 18:55:19.586154494 +0200
+++ /var/tmp/diff_new_pack.3l0A8y/_new  2024-09-26 18:55:19.586154494 +0200
@@ -17,7 +17,6 @@
 
 
 %bcond_without tests
-%global pythons python3
 %{?sle15_python_module_pythons}
 Name:           python-pylint
 Version:        3.3.1
@@ -42,7 +41,9 @@
 %if 0%{?python_version_nodots} < 311
 Requires:       python-tomli >= 1.1.0
 %endif
-Requires:       python-typing-extensions >= 4.9
+%if 0%{?python_version_nodots} < 310
+Requires:       python-typing-extensions >= 3.10
+%endif
 %if %{with tests}
 # SECTION pylint deps
 BuildRequires:  %{python_module astroid >= 3.3.4 with %python-astroid < 
3.4.0~dev0}
@@ -53,7 +54,7 @@
 BuildRequires:  %{python_module platformdirs >= 2.2}
 BuildRequires:  %{python_module tomli >= 1.1.0 if %python-base < 3.11}
 BuildRequires:  %{python_module tomlkit >= 0.10.1}
-BuildRequires:  %{python_module typing-extensions >= 4.9}
+BuildRequires:  %{python_module typing-extensions >= 3.10 if %python-base < 
3.10}
 # /SECTION
 # SECTION test deps
 BuildRequires:  %{python_module GitPython > 3}
@@ -65,7 +66,7 @@
 # /SECTION
 %endif
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 BuildArch:      noarch
 %python_subpackages
 

Reply via email to