diff --git a/pytest-arraydiff-0.3.tar.gz b/pytest-arraydiff-0.3.tar.gz deleted file mode 100644 index e53c4298f9613630e8928e2cb3a5f5fcb85b9b38..0000000000000000000000000000000000000000 Binary files a/pytest-arraydiff-0.3.tar.gz and /dev/null differ diff --git a/pytest-arraydiff-0.5.0.tar.gz b/pytest-arraydiff-0.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c09d31687d1b24951a638fb43148b6a90bce9d39 Binary files /dev/null and b/pytest-arraydiff-0.5.0.tar.gz differ diff --git a/python-pytest-arraydiff.spec b/python-pytest-arraydiff.spec index 7c218849df9a346f9ef0aba191e2291fa5e9d6ff..ea829425e7df149f573228bc6a97f83ac511587a 100644 --- a/python-pytest-arraydiff.spec +++ b/python-pytest-arraydiff.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-arraydiff -Version: 0.3 -Release: 2 +Version: 0.5.0 +Release: 1 Summary: pytest plugin to help with comparing array output from tests License: BSD-2-Clause +Source0: https://files.pythonhosted.org/packages/17/fe/6a7c848f3b8b0ba81accd6de30a6ed558eb1b4044786a44c462127618757/pytest-arraydiff-0.5.0.tar.gz URL: https://github.com/astrofrog/pytest-arraydiff -Source0: https://files.pythonhosted.org/packages/36/f1/7f637181ee9d8a175ac3090cd91cf3b3a367eac223cad7c3a747a6f7009f/pytest-arraydiff-0.3.tar.gz BuildArch: noarch Requires: python3-numpy @@ -20,6 +20,8 @@ Summary: pytest plugin to help with comparing array output from tests Provides: python-pytest-arraydiff BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm +BuildRequires: python3-wheel %description -n python3-pytest-arraydiff This is a py.test plugin to facilitate the generation and comparison of data arrays produced during tests, in particular in cases where the arrays are too large to conveniently hard-code them in the tests. @@ -30,7 +32,7 @@ Provides: python3-pytest-arraydiff-doc This is a py.test plugin to facilitate the generation and comparison of data arrays produced during tests, in particular in cases where the arrays are too large to conveniently hard-code them in the tests. %prep -%autosetup -n pytest-arraydiff-0.3 +%autosetup -n pytest-arraydiff-0.5.0 %build %py3_build @@ -70,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 04 2022 liukuo - 0.5.0-1 +- Upgrade version to 0.5.0 + * Wed May 11 2022 xigaoxinyan -0.3-2 - License compliance rectification