1
0

4 Commits

4 changed files with 14 additions and 7 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,10 @@
-------------------------------------------------------------------
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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pytest-home Name: python-pytest-home
Version: 0.5.1 Version: 0.6.0
Release: 0 Release: 0
Summary: Home directory fixtures Summary: Home directory fixtures
License: MIT License: MIT
URL: https://github.com/jaraco/pytest-home URL: https://github.com/jaraco/pytest-home
Source: https://files.pythonhosted.org/packages/source/p/pytest-home/pytest-home-0.5.1.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pytest-home/pytest_home-%{version}.tar.gz
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 56} BuildRequires: %{python_module setuptools >= 56}
BuildRequires: %{python_module setuptools_scm >= 3.4.1} BuildRequires: %{python_module setuptools_scm >= 3.4.1}
@@ -55,7 +55,7 @@ BuildArch: noarch
Home directory fixtures Home directory fixtures
%prep %prep
%autosetup -p1 -n pytest-home-%{version} %autosetup -p1 -n pytest_home-%{version}
%build %build
%pyproject_wheel %pyproject_wheel