From 58cffda573ed6fc8695e6c295968c243e0fbcac1a65a218485fca653a3fb5da8 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 7 May 2025 07:05:00 +0000 Subject: [PATCH] - Switch to pyproject macros. - Be more explicit about the metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mockito?expand=0&rev=4 --- python-pytest-mockito.changes | 6 ++++++ python-pytest-mockito.spec | 18 +++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/python-pytest-mockito.changes b/python-pytest-mockito.changes index e65df8f..8ae9b0d 100644 --- a/python-pytest-mockito.changes +++ b/python-pytest-mockito.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 7 06:53:50 UTC 2025 - Steve Kowalik + +- Switch to pyproject macros. +- Be more explicit about the metadata directory name. + ------------------------------------------------------------------- Thu Dec 23 09:06:19 UTC 2021 - Dominique Leuenberger diff --git a/python-pytest-mockito.spec b/python-pytest-mockito.spec index 363c9d0..167de01 100644 --- a/python-pytest-mockito.spec +++ b/python-pytest-mockito.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-mockito # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2021 Fabrice Bauzac-Stehly # # All modifications and additions to the file contributed by third parties @@ -17,22 +17,18 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} - -# python-mockito is not available for Python 3.6 -%define skip_python36 1 - Name: python-pytest-mockito Version: 0.0.4 Release: 0 Summary: Convenience plugin on top of mockito License: MIT -Group: Development/Languages/Python URL: https://github.com/kaste/pytest-mockito Source: https://github.com/kaste/pytest-mockito/archive/refs/tags/%{version}.tar.gz BuildRequires: %{python_module mockito} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: ca-certificates @@ -53,10 +49,10 @@ For example: %autosetup -n pytest-mockito-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -65,7 +61,7 @@ For example: %files %python_files %license LICENSE %doc README.rst -%{python_sitelib}/pytest_mockito/ -%{python_sitelib}/pytest_mockito-* +%{python_sitelib}/pytest_mockito +%{python_sitelib}/pytest_mockito-%{version}.dist-info %changelog