14
0

- Add patch support-new-pytest-asyncio.patch:

* Support changes required by pytest-asyncio 1.0.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=47
This commit is contained in:
2025-07-22 04:29:58 +00:00
committed by Git OBS Bridge
parent 59de53fee5
commit bf2edc4fbf
3 changed files with 56 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-vdirsyncer
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,8 @@ URL: https://github.com/pimutils/vdirsyncer
Source0: https://files.pythonhosted.org/packages/source/v/vdirsyncer/vdirsyncer-%{version}.tar.gz
Source1: vdirsyncer.service
Source2: vdirsyncer.timer
# PATCH-FIX-OPENSUSE Support pytest-asyncio 1.0 changes.
Patch0: support-new-pytest-asyncio.patch
BuildRequires: %{python_module atomicwrites}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}