forked from pool/python-pytest-plus
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 495ba1c190 | |||
| 1d555874e1 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e958161332d46dab8a2ce5f354e4c5e79508984b66605c5e789bf1220f1c669
|
||||
size 13235
|
||||
3
pytest_plus-0.8.1.tar.gz
Normal file
3
pytest_plus-0.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02dfb28f1a914e8df3b6e3525df7e94feabc0681ecea626912e8028e9355f02c
|
||||
size 15444
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 20:26:07 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.8.1:
|
||||
* Make log collection more resilient (#42) @ssbarnea
|
||||
- update to 0.8.0:
|
||||
* Make checks just a runtime warning (#37) @ssbarnea
|
||||
* Remove support for py39 and add support for py313 (#39)
|
||||
@ssbarnea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 09:41:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-plus
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-plus
|
||||
Version: 0.7.0
|
||||
Version: 0.8.1
|
||||
Release: 0
|
||||
Summary: Extension for pytest to enforce minimum tests pass
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/pycontribs/pytest-plus
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-plus/pytest-plus-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-plus/pytest_plus-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools >= 63.0.0}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -43,7 +43,7 @@ BuildArch: noarch
|
||||
PyTest Plus extends pytest functionality to enforce PYTEST_REQPASS tests passed.
|
||||
|
||||
%prep
|
||||
%setup -q -n pytest-plus-%{version}
|
||||
%setup -q -n pytest_plus-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user