diff --git a/pytest-sourceorder-0.5.1.tar.gz b/pytest-sourceorder-0.5.1.tar.gz deleted file mode 100644 index 5084605006124cb0507d16954fc70dec9d2fcf1b..0000000000000000000000000000000000000000 Binary files a/pytest-sourceorder-0.5.1.tar.gz and /dev/null differ diff --git a/python-pytest-sourceorder-v0.6.0.tar.gz b/python-pytest-sourceorder-v0.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..41e86b99ba6eecbc9d15e6d20d1568032ff0ee02 Binary files /dev/null and b/python-pytest-sourceorder-v0.6.0.tar.gz differ diff --git a/python-pytest-sourceorder.spec b/python-pytest-sourceorder.spec index 31b59e83ee7220a25546606faf6f09249a41ab19..719e198a81d8fb3bf92ee0b05564b128e6b7f0f7 100644 --- a/python-pytest-sourceorder.spec +++ b/python-pytest-sourceorder.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-sourceorder -Version: 0.5.1 -Release: 2 +Version: 0.6.0 +Release: 1 Summary: Test-ordering plugin for pytest License: GPL-3.0-or-later URL: https://pagure.io/python-pytest-sourceorder -Source0: https://files.pythonhosted.org/packages/a6/3c/cf624e79b936256914dcdbab92010b8c1243ba31365f75e7b3f86b26e8de/pytest-sourceorder-0.5.1.tar.gz +Source0: https://pagure.io/python-pytest-sourceorder/archive/v0.6.0/python-pytest-sourceorder-v0.6.0.tar.gz BuildArch: noarch Requires: python3-pytest @@ -15,18 +15,22 @@ A pytest plugin for ensuring tests within a class are run in source order. %package -n python3-pytest-sourceorder Summary: Test-ordering plugin for pytest -Provides: python-pytest-sourceorder +Provides: python-pytest-sourceorder = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools + %description -n python3-pytest-sourceorder A pytest plugin for ensuring tests within a class are run in source order. + %package help Summary: Development documents and examples for pytest-sourceorder Provides: python3-pytest-sourceorder-doc + %description help -Development documents and examples for pytest-sourceorder +A pytest plugin for ensuring tests within a class are run in source order. + %prep -%autosetup -n pytest-sourceorder-0.5.1 +%autosetup -n python-pytest-sourceorder-v%{version} %build %py3_build @@ -66,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 17 2022 jiangxinyu - 0.6.0-1 +- Update package to version 0.6.0 + * Mon May 9 2022 yaoxin -0.5.1-2 - License compliance rectification