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 2022-10-08 01:25:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-csvkit (Old) and /work/SRC/openSUSE:Factory/.python-csvkit.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-csvkit" Sat Oct 8 01:25:38 2022 rev:13 rq:1008677 version:1.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-csvkit/python-csvkit.changes 2021-03-02 12:45:38.684365271 +0100 +++ /work/SRC/openSUSE:Factory/.python-csvkit.new.2275/python-csvkit.changes 2022-10-08 01:26:02.650342385 +0200 @@ -1,0 +2,22 @@ +Fri Oct 7 07:07:37 UTC 2022 - Daniel Garcia <[email protected]> + +- Fix u-a scriptlets +- Update to v1.0.7 + * fix: :doc:`/scripts/csvcut` extracts the correct columns when + --line-numbers is set. + * fix: Restore Python 2.7 support in edge cases. + * feat: Use 1024 byte sniff-limit by default across csvkit. Improve csvstat + performance up to 10x. + * feat: Add support for .xz (LZMA) compressed input files. + * Add Python 3.10 support. + * Drop Python 3.5 support (end-of-life was September 30, 2020). +- v1.0.6 + * :doc:`/scripts/csvstat` no longer prints "Row count: " when --count is set. + * :doc:`/scripts/csvclean`, :doc:`/scripts/csvcut`, :doc:`/scripts/csvgrep` + no longer error if standard input is null. + * :doc:`/scripts/csvformat` creates default headers when --no-header-row is + set, as documented. + * :doc:`/scripts/csvstack` no longer errors when --no-header-row is combined + with --groups or --filenames. + +------------------------------------------------------------------- Old: ---- csvkit-1.0.5.tar.gz New: ---- csvkit-1.0.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-csvkit.spec ++++++ --- /var/tmp/diff_new_pack.yKlhZg/_old 2022-10-08 01:26:05.274348404 +0200 +++ /var/tmp/diff_new_pack.yKlhZg/_new 2022-10-08 01:26:05.278348413 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-csvkit # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define binaries csvclean csvcut csvformat csvgrep csvjoin csvjson csvlook csvpy csvsort csvsql csvstack csvstat in2csv sql2csv %define skip_python2 1 Name: python-csvkit -Version: 1.0.5 +Version: 1.0.7 Release: 0 Summary: A library of utilities for working with CSV License: MIT @@ -46,7 +46,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages @@ -80,19 +80,19 @@ %post %{lua:for b in rpm.expand("%{binaries}"):gmatch("%S+") do - print(rpm.expand("%python_install_alternative " .. b)) + print(rpm.expand("%python_install_alternative " .. b .. "\n")) end} %postun %{lua:for b in rpm.expand("%{binaries}"):gmatch("%S+") do - print(rpm.expand("%python_uninstall_alternative " .. b)) + print(rpm.expand("%python_uninstall_alternative " .. b .. "\n")) end} %files %{python_files} %license COPYING %doc AUTHORS.rst CHANGELOG.rst README.rst %{lua:for b in rpm.expand("%{binaries}"):gmatch("%S+") do - print(rpm.expand("%python_alternative %{_bindir}/" .. b)) + print(rpm.expand("%python_alternative %{_bindir}/" .. b .. "\n")) end} %{python_sitelib}/csvkit-%{version}*-info %{python_sitelib}/csvkit/ ++++++ csvkit-1.0.5.tar.gz -> csvkit-1.0.7.tar.gz ++++++ ++++ 3496 lines of diff (skipped)
