Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-csvkit for openSUSE:Factory 
checked in at 2023-10-02 20:06:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-csvkit (Old)
 and      /work/SRC/openSUSE:Factory/.python-csvkit.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-csvkit"

Mon Oct  2 20:06:15 2023 rev:19 rq:1114540 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-csvkit/python-csvkit.changes      
2023-05-30 22:03:04.835235966 +0200
+++ /work/SRC/openSUSE:Factory/.python-csvkit.new.28202/python-csvkit.changes   
2023-10-02 20:08:45.931765412 +0200
@@ -1,0 +2,5 @@
+Fri Sep 29 13:18:54 UTC 2023 - Ondřej Súkup <mimi...@gmail.com>
+
+-  cleanup package requires and buildrequires
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-csvkit.spec ++++++
--- /var/tmp/diff_new_pack.wavntx/_old  2023-10-02 20:08:46.991803535 +0200
+++ /var/tmp/diff_new_pack.wavntx/_new  2023-10-02 20:08:46.995803679 +0200
@@ -17,8 +17,6 @@
 
 
 %define binaries csvclean csvcut csvformat csvgrep csvjoin csvjson csvlook 
csvpy csvsort csvsql csvstack csvstat in2csv sql2csv
-%define         skip_python2 1
-%define         skip_python36 1
 Name:           python-csvkit
 Version:        1.1.1
 Release:        0
@@ -28,26 +26,19 @@
 URL:            https://github.com/wireservice/csvkit
 Source0:        
https://files.pythonhosted.org/packages/source/c/csvkit/csvkit-%{version}.tar.gz
 Source1:        
https://raw.githubusercontent.com/wireservice/csvkit/5f22e664121b13d9ff005a9206873a8f97431dca/examples/testdbf_converted.csv
-BuildRequires:  %{python_module SQLAlchemy >= 0.9.3 with %python-SQLAlchemy < 
2}
-BuildRequires:  %{python_module Sphinx >= 1.0.7}
-BuildRequires:  %{python_module aenum}
 BuildRequires:  %{python_module agate >= 1.6.1}
 BuildRequires:  %{python_module agate-dbf >= 0.2.0}
 BuildRequires:  %{python_module agate-excel >= 0.2.2}
 BuildRequires:  %{python_module agate-sql >= 0.5.3}
-BuildRequires:  %{python_module dbf >= 0.9.3}
-BuildRequires:  %{python_module et_xmlfile}
-BuildRequires:  %{python_module jdcal}
-BuildRequires:  %{python_module openpyxl >= 2.2.0.b1}
-BuildRequires:  %{python_module python-dateutil >= 2.2}
+BuildRequires:  %{python_module importlib-metadata if %python-base < 3.10}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module xlrd >= 0.9.2}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-agate
 Requires:       python-agate-dbf
 Requires:       python-agate-excel
 Requires:       python-agate-sql
+Requires:       (python-importlib-metadata if python-base < 3.10)
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 BuildArch:      noarch
@@ -79,7 +70,7 @@
 
 %check
 export LANG=en_US.UTF-8
-%python_exec -m unittest discover -s tests/ -v
+%pyunittest discover -s tests/ -v
 
 %post
 %{lua:for b in rpm.expand("%{binaries}"):gmatch("%S+") do

Reply via email to