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 2024-07-24 15:31:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-csvkit (Old)
 and      /work/SRC/openSUSE:Factory/.python-csvkit.new.1869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-csvkit"

Wed Jul 24 15:31:21 2024 rev:22 rq:1189177 version:2.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-csvkit/python-csvkit.changes      
2024-03-25 21:17:25.133731370 +0100
+++ /work/SRC/openSUSE:Factory/.python-csvkit.new.1869/python-csvkit.changes    
2024-07-25 12:05:07.688905932 +0200
@@ -1,0 +2,31 @@
+Tue Jul 23 06:38:43 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Update to 2.0.1:
+  * feat: csvsql adds --min-col-len and --col-len-multiplier options.
+  * feat: sql2csv adds a --engine-option option.
+  * feat: Add man pages to the sdist and wheel distributions.
+  * fix: csvstat no longer errors when a column is a time delta and --json
+    is set.
+  * csvclean now writes its output to standard output and its errors to
+    standard error, instead of to basename_out.csv and basename_err.csv
+    files.
+  * csvclean no longer reports or fixes errors by default; it errors if no
+    checks or fixes are enabled.
+  * csvclean no longer omits rows with errors from the output.
+  * csvclean joins short rows using a newline by default, instead of a space.
+  * Add a lot of options to csvclean.
+  * feat: The --quoting option accepts csv.QUOTE_STRINGS and
+    csv.QUOTE_NOTNULL on Python 3.12.
+  * feat: csvformat: The --out-quoting option accepts csv.QUOTE_STRINGS
+    and csv.QUOTE_NOTNULL on Python 3.12.
+  * fix: csvformat: The --out-quoting option works with csv.QUOTE_NONUMERIC.
+  * fix: csvclean: The --join-short-rows option no longer reports length
+    mismatch errors that were fixed.
+  * feat: Add support for Zstandard files with the .zst extension, if the
+    zstandard package is installed.
+  * feat: csvformat adds a --out-asv (--A) option to use the ASCII unit
+    separator and record separator.
+  * feat: csvsort adds a --ignore-case (--i) option to perform
+    case-independent sorting.
+
+-------------------------------------------------------------------

Old:
----
  csvkit-1.4.0.tar.gz

New:
----
  csvkit-2.0.1.tar.gz

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

Other differences:
------------------
++++++ python-csvkit.spec ++++++
--- /var/tmp/diff_new_pack.tVrRLp/_old  2024-07-25 12:05:08.388934121 +0200
+++ /var/tmp/diff_new_pack.tVrRLp/_new  2024-07-25 12:05:08.388934121 +0200
@@ -18,7 +18,7 @@
 
 %define binaries csvclean csvcut csvformat csvgrep csvjoin csvjson csvlook 
csvpy csvsort csvsql csvstack csvstat in2csv sql2csv
 Name:           python-csvkit
-Version:        1.4.0
+Version:        2.0.1
 Release:        0
 Summary:        A library of utilities for working with CSV
 License:        MIT
@@ -42,6 +42,7 @@
 Requires:       python-agate-sql
 Requires:       python-openpyxl
 Requires:       python-xlrd
+Recommends:     python-zstandard
 %if %python_version_nodots < 310
 Requires:       python-importlib-metadata
 %endif
@@ -71,6 +72,7 @@
 %pyproject_install
 for b in %{binaries}; do
   %python_clone -a %{buildroot}%{_bindir}/$b
+  %python_clone -a %{buildroot}%{_mandir}/man1/${b}.1
 done
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -81,11 +83,13 @@
 %post
 %{lua:for b in rpm.expand("%{binaries}"):gmatch("%S+") do
   print(rpm.expand("%python_install_alternative " .. b .. "\n"))
+  print(rpm.expand("%python_install_alternative " .. b .. ".1%{ext_man}\n"))
 end}
 
 %postun
 %{lua:for b in rpm.expand("%{binaries}"):gmatch("%S+") do
   print(rpm.expand("%python_uninstall_alternative " .. b .. "\n"))
+  print(rpm.expand("%python_uninstall_alternative " .. b .. ".1%{ext_man}\n"))
 end}
 
 %files %{python_files}
@@ -93,7 +97,8 @@
 %doc AUTHORS.rst CHANGELOG.rst README.rst
 %{lua:for b in rpm.expand("%{binaries}"):gmatch("%S+") do
   print(rpm.expand("%python_alternative %{_bindir}/" .. b .. "\n"))
+  print(rpm.expand("%python_alternative %{_mandir}/man1/" .. b .. 
".1%{ext_man}" .. "\n"))
 end}
+%{python_sitelib}/csvkit
 %{python_sitelib}/csvkit-%{version}.dist-info
-%{python_sitelib}/csvkit/
 

++++++ csvkit-1.4.0.tar.gz -> csvkit-2.0.1.tar.gz ++++++
++++ 5473 lines of diff (skipped)

Reply via email to