diff --git a/agate-dbf-0.2.2.tar.gz b/agate-dbf-0.2.2.tar.gz deleted file mode 100644 index 1a50fb84c257b2cdb575aba8798277cbeeafa40a..0000000000000000000000000000000000000000 Binary files a/agate-dbf-0.2.2.tar.gz and /dev/null differ diff --git a/agate-dbf-0.2.3.tar.gz b/agate-dbf-0.2.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7f78750f030395442fa235777828acea68633aad Binary files /dev/null and b/agate-dbf-0.2.3.tar.gz differ diff --git a/python-agate-dbf.spec b/python-agate-dbf.spec index 686d214108a2e4acca2de6450910c3d6f8aad25c..77869613bbc41d307917bfcac15fc3e2185e7e42 100644 --- a/python-agate-dbf.spec +++ b/python-agate-dbf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-agate-dbf -Version: 0.2.2 -Release: 2 +Version: 0.2.3 +Release: 1 Summary: agate-dbf adds read support for dbf files to agate. License: MIT URL: https://github.com/wireservice/agate-dbf -Source0: https://files.pythonhosted.org/packages/54/70/a32dfaa47cb7b4e4d70aff67d89c32984085b946442d26a9d9fca7d96d8b/agate-dbf-0.2.2.tar.gz +Source0: %{url}/tree/%{version}/agate-dbf-%{version}.tar.gz BuildArch: noarch %description @@ -27,7 +27,7 @@ Provides: python3-agate-dbf-doc Adds read support for DBF files to agate %prep -%autosetup -n agate-dbf-0.2.2 +%autosetup -n agate-dbf-0.2.3 %build %py3_build @@ -67,6 +67,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 11 2024 Hann - 0.2.3-1 +- Add Python 3.8, 3.9, 3.10, 3.11, 3.12 support +- No longer lowercase column names + * Thu Apr 21 2022 liqiuyu - 0.2.2-2 - Add zlib to buildrequires