diff --git a/csvkit-1.0.6.tar.gz b/1.0.7.tar.gz similarity index 34% rename from csvkit-1.0.6.tar.gz rename to 1.0.7.tar.gz index b2a210e9feed8800da60545a7d85bd4bc092d074..c053bfd34656d37a4b2064da07099e09b487018e 100644 Binary files a/csvkit-1.0.6.tar.gz and b/1.0.7.tar.gz differ diff --git a/python-csvkit.spec b/python-csvkit.spec index 01ad614937442702e9013a1ccb3899b764fac5f5..63e4247c62440c19e7caf2a9ef5aa040ce6edcd6 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.0.7 +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/b6/88/bdd8b8c77e8d8681b69d6689ca2a585d44eab2db23926a2c9e581a5ddd4b/1.0.7.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.0.7 %build %py3_build @@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 28 2022 fushanqing - 1.0.7-1 +- update to 1.0.7 + * Sun Apr 24 2022 liqiuyu - 1.0.6-2 - Add zlib to buildrequires