diff --git a/csvkit-1.0.6.tar.gz b/csvkit-1.1.1.tar.gz similarity index 34% rename from csvkit-1.0.6.tar.gz rename to csvkit-1.1.1.tar.gz index b2a210e9feed8800da60545a7d85bd4bc092d074..1a3e0257a6c0e021f2d7f70dced61b91a374b741 100644 Binary files a/csvkit-1.0.6.tar.gz and b/csvkit-1.1.1.tar.gz differ diff --git a/python-csvkit.spec b/python-csvkit.spec index 01ad614937442702e9013a1ccb3899b764fac5f5..c667b8ba76076e21d7ef6ccc476b034a68b84eed 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: 1.1.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/b6/88/bdd8b8c77e8d8681b69d6689ca2a585d44eab2db23926a2c9e581a5ddd4b/csvkit-1.0.6.tar.gz +Source0: https://files.pythonhosted.org/packages/f7/88/bc793b75b22b24c8876bb516002768060f0b933da13661387a55604266cb/csvkit-1.1.1.tar.gz BuildArch: noarch Requires: python3-agate @@ -41,7 +41,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-1.1.1 %build %py3_build @@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 06 2023 chenzixuan - 1.1.1-1 +- Add zlib to buildrequires + * Sun Apr 24 2022 liqiuyu - 1.0.6-2 - Add zlib to buildrequires