forked from pool/python-pytest-filter-subpackage
- update to 0.2.0:
* pytest 8.1 compatibility.
* Dropped Python 3.7 support. Minimum supported pytest is now
4.6.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-filter-subpackage?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1faea36717803e524588d6c109d26d20d3b34422e8d6a96812758977dca01782
|
||||
size 7071
|
||||
3
pytest-filter-subpackage-0.2.0.tar.gz
Normal file
3
pytest-filter-subpackage-0.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f468f1b36518128869b95deab661ba45ed6293854329fef14da4c8cac78af56
|
||||
size 8085
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 17:20:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.2.0:
|
||||
* pytest 8.1 compatibility.
|
||||
* Dropped Python 3.7 support. Minimum supported pytest is now
|
||||
4.6.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 23:15:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-filter-subpackage
|
||||
#
|
||||
# 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,20 +18,20 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-filter-subpackage
|
||||
Version: 0.1.2
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
Summary: Pytest plugin for filtering based on sub-packages
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/astropy/pytest-filter-subpackage
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-filter-subpackage/pytest-filter-subpackage-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pytest >= 3.0}
|
||||
BuildRequires: %{python_module pytest >= 4.6}
|
||||
# Patch0 is for the change from doctestplus 0.5 to 0.6
|
||||
BuildRequires: %{python_module pytest-doctestplus >= 0.6}
|
||||
BuildRequires: %{python_module setuptools >= 30.3}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pytest >= 3.0
|
||||
Requires: python-pytest >= 4.6
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user