19
0

2 Commits

4 changed files with 7 additions and 14 deletions

BIN
pytest-home-0.5.1.tar.gz LFS Normal file

Binary file not shown.

View File

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

View File

@@ -1,10 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-home
#
# Copyright (c) 2025 SUSE LLC and contributors
# 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,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-pytest-home
Version: 0.6.0
Version: 0.5.1
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-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/p/pytest-home/pytest-home-0.5.1.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 56}
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
@@ -55,7 +55,7 @@ BuildArch: noarch
Home directory fixtures
%prep
%autosetup -p1 -n pytest_home-%{version}
%autosetup -p1 -n pytest-home-%{version}
%build
%pyproject_wheel