1
0

4 Commits

4 changed files with 22 additions and 9 deletions

Binary file not shown.

3
pytest_home-0.6.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:602151ce28186322507c7bbf1688acd567ecc00ccde37ead8946ed4ff70fd55b
size 8073

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 29 20:19:58 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.6.0:
* Renamed the plugin to simply 'home' for easy
enabling/disabling.
-------------------------------------------------------------------
Thu Sep 5 00:23:50 UTC 2024 - Guang Yee <gyee@suse.com>
- Enable sle15_python_module_pythons.
-------------------------------------------------------------------
Tue May 28 04:30:13 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-home
#
# 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
@@ -16,18 +16,19 @@
#
%{?sle15_python_module_pythons}
Name: python-pytest-home
Version: 0.5.1
Version: 0.6.0
Release: 0
Summary: Home directory fixtures
License: MIT
URL: https://github.com/jaraco/pytest-home
Source: https://files.pythonhosted.org/packages/source/p/pytest-home/pytest-home-0.5.1.tar.gz
BuildRequires: python-rpm-macros
Source: https://files.pythonhosted.org/packages/source/p/pytest-home/pytest_home-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module setuptools >= 56}
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: git
@@ -54,7 +55,7 @@ BuildArch: noarch
Home directory fixtures
%prep
%autosetup -p1 -n pytest-home-%{version}
%autosetup -p1 -n pytest_home-%{version}
%build
%pyproject_wheel