Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyrsistent for 
openSUSE:Factory checked in at 2021-02-16 22:34:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyrsistent (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyrsistent.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyrsistent"

Tue Feb 16 22:34:34 2021 rev:9 rq:872660 version:0.17.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyrsistent/python-pyrsistent.changes      
2020-10-29 09:46:09.348046743 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyrsistent.new.28504/python-pyrsistent.changes
   2021-02-16 22:34:46.377520420 +0100
@@ -1,0 +2,6 @@
+Mon Feb 15 21:26:17 UTC 2021 - Ben Greiner <[email protected]>
+
+- Remove remnant requirements of six and numpy: These are neither
+  used anywhere in the package code, nor in the tests.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyrsistent.spec ++++++
--- /var/tmp/diff_new_pack.D9K7Cy/_old  2021-02-16 22:34:46.909521149 +0100
+++ /var/tmp/diff_new_pack.D9K7Cy/_new  2021-02-16 22:34:46.909521149 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyrsistent
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,13 +28,10 @@
 Source:         
https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module hypothesis}
-BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-six
 %python_subpackages
 
 %description
@@ -59,12 +56,15 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-export PYTHONDONTWRITEBYTECODE=1
-%pytest_arch
+%pytest_arch -ra
 
 %files %{python_files}
 %license LICENCE.mit
-%doc CHANGES.txt README README.rst
-%{python_sitearch}/*
+%doc CHANGES.txt README.rst
+%pycache_only %{python_sitearch}/__pycache__/_pyrsistent*
+%{python_sitearch}/_pyrsistent*
+%{python_sitearch}/pvectorc*
+%{python_sitearch}/pyrsistent
+%{python_sitearch}/pyrsistent-%{version}*-info
 
 %changelog

Reply via email to