Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-lexicon for openSUSE:Factory 
checked in at 2021-12-16 21:19:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lexicon (Old)
 and      /work/SRC/openSUSE:Factory/.python-lexicon.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lexicon"

Thu Dec 16 21:19:01 2021 rev:5 rq:940604 version:2.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lexicon/python-lexicon.changes    
2021-09-21 21:13:04.738634314 +0200
+++ /work/SRC/openSUSE:Factory/.python-lexicon.new.2520/python-lexicon.changes  
2021-12-16 21:19:46.730531891 +0100
@@ -1,0 +2,6 @@
+Mon Dec 13 23:14:40 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Don't test on python310 because of pytest-relaxed not supporting
+  Pytest 6 -- gh#bitprophet/pytest-relaxed#12
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-lexicon.spec ++++++
--- /var/tmp/diff_new_pack.F7SfzC/_old  2021-12-16 21:19:47.234532084 +0100
+++ /var/tmp/diff_new_pack.F7SfzC/_new  2021-12-16 21:19:47.242532087 +0100
@@ -33,7 +33,7 @@
 Conflicts:      python-dns-lexicon
 BuildArch:      noarch
 # SECTION tests
-BuildRequires:  %{python_module pytest-relaxed}
+BuildRequires:  %{python_module pytest-relaxed if (%python-base without 
python310-base)}
 # /SECTION tests
 %python_subpackages
 
@@ -56,11 +56,13 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+alias pytest-3.10='echo "Not testing: no pytest<6 on python 3.10"'
 %pytest
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/lexicon
+%{python_sitelib}/lexicon-%{version}*-info
 
 %changelog

Reply via email to