diff --git a/csvkit-1.0.6.tar.gz b/csvkit-2.0.0.tar.gz similarity index 35% rename from csvkit-1.0.6.tar.gz rename to csvkit-2.0.0.tar.gz index b2a210e9feed8800da60545a7d85bd4bc092d074..05daa56e3fbf54c506991e1219da385b90c3e476 100644 Binary files a/csvkit-1.0.6.tar.gz and b/csvkit-2.0.0.tar.gz differ diff --git a/python-csvkit.spec b/python-csvkit.spec index 01ad614937442702e9013a1ccb3899b764fac5f5..ceb3f426685d548ac6973d94ea2e50fb8535a407 100644 --- a/python-csvkit.spec +++ b/python-csvkit.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-csvkit -Version: 1.0.6 -Release: 2 +Version: 2.0.0 +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/b6/88/bdd8b8c77e8d8681b69d6689ca2a585d44eab2db23926a2c9e581a5ddd4b/csvkit-1.0.6.tar.gz +Source0: https://files.pythonhosted.org/packages/71/3d/749ed206a8b7c5dcf401572c6cfb7cf0763f8495cc4cbbd24319cf2f65af/csvkit-2.0.0.tar.gz BuildArch: noarch Requires: python3-agate @@ -21,6 +21,7 @@ Requires: python3-sphinx Requires: python3-sphinx-rtd-theme Requires: python3-coverage Requires: python3-nose +Requires: python3-SQLAlchemy %description A suite of utilities for converting to and working with CSV, the king of tabular file formats. @@ -41,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-1.0.6 +%autosetup -n csvkit-2.0.0 %build %py3_build @@ -81,6 +82,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* 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. +- The --quoting option accepts 4 and 5 on Python 3.12. + * Sun Apr 24 2022 liqiuyu - 1.0.6-2 - Add zlib to buildrequires