diff --git a/csvkit-2.0.0.tar.gz b/csvkit-2.0.1.tar.gz similarity index 34% rename from csvkit-2.0.0.tar.gz rename to csvkit-2.0.1.tar.gz index 05daa56e3fbf54c506991e1219da385b90c3e476..3e61b1b02cdda9fbf1af7a65ad8e599539211ea3 100644 Binary files a/csvkit-2.0.0.tar.gz and b/csvkit-2.0.1.tar.gz differ diff --git a/python-csvkit.spec b/python-csvkit.spec index ceb3f426685d548ac6973d94ea2e50fb8535a407..b83551609328e02493453a931827a1a258a20573 100644 --- a/python-csvkit.spec +++ b/python-csvkit.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-csvkit -Version: 2.0.0 +Version: 2.0.1 Release: 1 Summary: A suite of command-line tools for working with CSV, the king of tabular file formats. License: MIT URL: https://github.com/wireservice/csvkit -Source0: https://files.pythonhosted.org/packages/71/3d/749ed206a8b7c5dcf401572c6cfb7cf0763f8495cc4cbbd24319cf2f65af/csvkit-2.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/b6/29/51d7c3221669a4a63410f9be61178436109217d77a31b539f41ef6c1448e/csvkit-2.0.1.tar.gz BuildArch: noarch Requires: python3-agate @@ -42,7 +42,7 @@ Provides: python3-csvkit-doc A suite of utilities for converting to and working with CSV, the king of tabular file formats. %prep -%autosetup -n csvkit-2.0.0 +%autosetup -n csvkit-2.0.1 %build %py3_build @@ -82,6 +82,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Aug 9 2024 lilu - 2.0.1-1 +- Update package to version 2.0.1 +- feat: csvsql adds --min-col-len and --col-len-multiplier options +- fix: csvstat no longer errors when a column is a time delta and --json is set + * Mon Jun 24 2024 xieyanlong - 2.0.0-1 - fix: The --join-short-rows option no longer reports length mismatch errors that were fixed. - fix: Use the --locale option to set the locale of any formatted numbers.