Sync from SUSE:SLFO:Main python-pytest-subtests revision f79cbabfc8650d277e7134deedb2acfe
This commit is contained in:
parent
3c1001fb2c
commit
57be108283
BIN
pytest-subtests-0.11.0.tar.gz
(Stored with Git LFS)
BIN
pytest-subtests-0.11.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pytest-subtests-0.12.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
pytest-subtests-0.12.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 15:00:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.12.1:
|
||||
* Fixed compatibility with upcoming pytest 8.1.x. (#125).
|
||||
* Python 3.12 is now officially supported (#113).
|
||||
* Added typing support (#115).
|
||||
* SubTests can be imported from pytest_subtests to type-
|
||||
annotate the subtests fixture.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 19:44:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-subtests
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-subtests
|
||||
Version: 0.11.0
|
||||
Version: 0.12.1
|
||||
Release: 0
|
||||
Summary: Python unittest subTest() support and subtests fixture
|
||||
License: MIT
|
||||
@ -55,8 +55,7 @@ Python unittest subTest() support and subtests fixture.
|
||||
%files %{python_files}
|
||||
%doc CHANGELOG.rst README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/pytest_subtests.py*
|
||||
%pycache_only %{python_sitelib}/__pycache__/pytest_subtests*.pyc
|
||||
%{python_sitelib}/pytest_subtests-%{version}*-info
|
||||
%{python_sitelib}/pytest_subtests
|
||||
%{python_sitelib}/pytest_subtests-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user