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..f8a9c22401ba32ac6b002ba6c516a012fd41a9ef 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..c5e3faa8a018eb5a338895dbf0f128dd3a04c6ff 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://github.com/wireservice/csvkit/archive/%{version}/csvkit-%{version}.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-%{version} %build %py3_build @@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 30 2023 xu_ping <707078654@qq.com> - 1.1.1-1 +- Upgrade version to 1.1.1 + * Sun Apr 24 2022 liqiuyu - 1.0.6-2 - Add zlib to buildrequires