Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pylama for openSUSE:Factory 
checked in at 2023-05-13 17:17:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylama (Old)
 and      /work/SRC/openSUSE:Factory/.python-pylama.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pylama"

Sat May 13 17:17:33 2023 rev:10 rq:1086638 version:8.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylama/python-pylama.changes      
2022-08-30 14:49:37.712143164 +0200
+++ /work/SRC/openSUSE:Factory/.python-pylama.new.1533/python-pylama.changes    
2023-05-13 17:17:46.062424763 +0200
@@ -1,0 +2,6 @@
+Thu May 11 20:00:18 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Skip failing pylint test: pylint has advanced, but pylama is not
+  maintained at the moment -- gh#klen/pylama#238
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pylama.spec ++++++
--- /var/tmp/diff_new_pack.OzPsQB/_old  2023-05-13 17:17:46.510427340 +0200
+++ /var/tmp/diff_new_pack.OzPsQB/_new  2023-05-13 17:17:46.514427364 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pylama
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,10 +26,12 @@
 Source:         
https://github.com/klen/pylama/archive/refs/tags/%{version}.tar.gz#/pylama-%{version}-gh.tar.gz
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module mccabe      >= 0.7.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pycodestyle >= 2.9.1}
 BuildRequires:  %{python_module pydocstyle  >= 6.1.1}
 BuildRequires:  %{python_module pyflakes    >= 2.5.0}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  git-core
 BuildRequires:  mypy
@@ -76,11 +78,11 @@
 
 %build
 export LANG=en_US.UTF-8
-%python_build
+%pyproject_wheel
 
 %install
 export LANG=en_US.UTF-8
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/pylama
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -88,6 +90,8 @@
 export LANG=en_US.UTF-8
 # pylama-quotes is on PyPI but has no active Website or repository for code 
maintenance
 donttest="test_quotes"
+# gh#klen/pylama#238
+donttest+=" or test_pylint"
 %pytest -k "not ($donttest)"
 
 %post

Reply via email to