From bd4a915327fec61a9043272f704be5a30af72b10eca02e53fc844a4aff877ca0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Mar 2024 17:21:34 +0000 Subject: [PATCH] - 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 --- pytest-filter-subpackage-0.1.2.tar.gz | 3 --- pytest-filter-subpackage-0.2.0.tar.gz | 3 +++ python-pytest-filter-subpackage.changes | 8 ++++++++ python-pytest-filter-subpackage.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 pytest-filter-subpackage-0.1.2.tar.gz create mode 100644 pytest-filter-subpackage-0.2.0.tar.gz diff --git a/pytest-filter-subpackage-0.1.2.tar.gz b/pytest-filter-subpackage-0.1.2.tar.gz deleted file mode 100644 index d01c2e5..0000000 --- a/pytest-filter-subpackage-0.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1faea36717803e524588d6c109d26d20d3b34422e8d6a96812758977dca01782 -size 7071 diff --git a/pytest-filter-subpackage-0.2.0.tar.gz b/pytest-filter-subpackage-0.2.0.tar.gz new file mode 100644 index 0000000..482da26 --- /dev/null +++ b/pytest-filter-subpackage-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f468f1b36518128869b95deab661ba45ed6293854329fef14da4c8cac78af56 +size 8085 diff --git a/python-pytest-filter-subpackage.changes b/python-pytest-filter-subpackage.changes index de5e3d5..e025e0c 100644 --- a/python-pytest-filter-subpackage.changes +++ b/python-pytest-filter-subpackage.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 21 17:20:52 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pytest-filter-subpackage.spec b/python-pytest-filter-subpackage.spec index f27d8dc..6be784b 100644 --- a/python-pytest-filter-subpackage.spec +++ b/python-pytest-filter-subpackage.spec @@ -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