diff --git a/pytest-spec-1.1.0.tar.gz b/pytest-spec-1.1.0.tar.gz deleted file mode 100644 index 5f38300..0000000 --- a/pytest-spec-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3039ac431df097c169a6bc40e7501f884efff077cf470ffb855315ba89ee29e7 -size 5125 diff --git a/pytest-spec-2.0.0.tar.gz b/pytest-spec-2.0.0.tar.gz new file mode 100644 index 0000000..34625bf --- /dev/null +++ b/pytest-spec-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fac1f455b526e8d0709278dbecfa12e822df8f32dc9ef6791b976886a237a93 +size 5993 diff --git a/pytest4.patch b/pytest4.patch deleted file mode 100644 index 9bcf61d..0000000 --- a/pytest4.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 1cd9ced1beda40b4a57af0774694d243a97dae53 Mon Sep 17 00:00:00 2001 -From: Lumir Balhar -Date: Mon, 6 May 2019 07:35:20 +0200 -Subject: [PATCH] New section name in setup.cfg - -Fixes the error: Failed: [pytest] section in setup.cfg files is -no longer supported, change to [tool:pytest] instead. ---- - setup.cfg | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: pytest-spec-1.1.0/setup.cfg -=================================================================== ---- pytest-spec-1.1.0.orig/setup.cfg -+++ pytest-spec-1.1.0/setup.cfg -@@ -1,4 +1,4 @@ --[pytest] -+[tool:pytest] - pep8maxlinelength = 150 - - [egg_info] diff --git a/python-pytest-spec.changes b/python-pytest-spec.changes index a47c716..0712446 100644 --- a/python-pytest-spec.changes +++ b/python-pytest-spec.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 18 04:32:03 UTC 2019 - John Vandenberg + +- Dropped no longer necessary pytest4.patch +- Update to v2.0.0 + * Update documentation + * New format of output + * Fix small warnings + * Generate the package in wheel format + ------------------------------------------------------------------- Thu Aug 22 09:01:23 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-spec.spec b/python-pytest-spec.spec index 0cd1c6b..36c5cc0 100644 --- a/python-pytest-spec.spec +++ b/python-pytest-spec.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-spec -Version: 1.1.0 +Version: 2.0.0 Release: 0 Summary: Plugin to display pytest execution output like a specification License: GPL-2.0-only @@ -26,7 +26,6 @@ Group: Development/Languages/Python URL: https://github.com/pchomik/pytest-spec Source: https://files.pythonhosted.org/packages/source/p/pytest-spec/pytest-spec-%{version}.tar.gz Source1: https://raw.githubusercontent.com/pchomik/pytest-spec/master/LICENSE.txt -Patch0: pytest4.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -43,7 +42,6 @@ pytest plugin to display test execution output like a specification. %prep %setup -q -n pytest-spec-%{version} -%patch0 -p1 cp %{SOURCE1} . %build