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..77f144a9573812d6288a55d813a82a8e693a91fa 100644 --- a/python-agate-dbf.spec +++ b/python-agate-dbf.spec @@ -1,13 +1,16 @@ %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: https://files.pythonhosted.org/packages/e7/b1/4de32f53777a304f63fb781b0ec4520af4e011ba477d7214672b3c92d2da/agate-dbf-0.2.3.tar.gz BuildArch: noarch +Requires: python3-dbfread +Requires: python3-agate + %description Adds read support for DBF files to agate @@ -17,6 +20,8 @@ Provides: python-agate-dbf BuildRequires: python3-devel BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools +BuildRequires: python3-pytest-cov +BuildRequires: python3-pytest %description -n python3-agate-dbf Adds read support for DBF files to agate @@ -27,7 +32,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 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 13 2024 xieyanlong - 0.2.3-1 +- Add Python 3.8, 3.9, 3.10, 3.11, 3.12 support + * Thu Apr 21 2022 liqiuyu - 0.2.2-2 - Add zlib to buildrequires