diff --git a/csvkit-2.1.0.tar.gz b/csvkit-2.2.0.tar.gz similarity index 38% rename from csvkit-2.1.0.tar.gz rename to csvkit-2.2.0.tar.gz index e234c455fccf3c635513f34f9dab197cdfe887e5..61f8a36f313f576e7261d06481210592992e8eb6 100644 Binary files a/csvkit-2.1.0.tar.gz and b/csvkit-2.2.0.tar.gz differ diff --git a/python-csvkit.spec b/python-csvkit.spec index ffa9c327200131a61168ebdd845650874c6795ee..5ffdf17020cb701ff90c85b0fb4ad9e9b2641b1f 100644 --- a/python-csvkit.spec +++ b/python-csvkit.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-csvkit -Version: 2.1.0 +Version: 2.2.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/80/e2/b6317dc421111a8158ce186095208127b4d53d823b40d9268cffbf06b73b/csvkit-2.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/9a/bf/59b035abead12d9498c96dc05b965ec77683d3c794305dec2648e23830cc/csvkit-2.2.0.tar.gz BuildArch: noarch Requires: python3-agate @@ -21,7 +21,7 @@ Requires: python3-sphinx Requires: python3-sphinx-rtd-theme Requires: python3-coverage Requires: python3-nose -Requires: python3-SQLAlchemy +Requires: python3-SQLAlchemy %description A suite of utilities for converting to and working with CSV, the king of tabular file formats. @@ -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.1.0 +%autosetup -n csvkit-%{version} %build %py3_build @@ -82,6 +82,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Dec 16 2025 yangengLiu - 2.2.0-1 +- update version to 2.2.0 +- Add 3.14 support. Drop 3.9 support. +- re: Run pyupgrade --py310-plus **.*.py +- fix: Set ArgumentParser(prog=) for Python 3.14 +- fix(csvstack): Don't error if CSV empty +- chore: Remove obviated bdist_wheel universal configuration for Python 2 + * Wed Aug 13 2025 lifeifei - 2.1.0-1 - update package to version 2.1.0 * Add a --add-bom option to add the UTF-8 byte-order mark (BOM) to CSV output, for Excel compatibility.