forked from pool/python-pyipp
Accepting request 1299289 from devel:languages:python
- Add missing BuildRequires on pytest-asyncio. - Add missing Requires. OBS-URL: https://build.opensuse.org/request/show/1299289 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyipp?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 14 00:53:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Add missing BuildRequires on pytest-asyncio.
|
||||||
|
- Add missing Requires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 16:34:15 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Mon Apr 28 16:34:15 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyipp
|
# spec file for package python-pyipp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 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
|
||||||
@@ -22,7 +22,6 @@ Version: 0.17.1
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Asynchronous Python client for Internet Printing Protocol (IPP)
|
Summary: Asynchronous Python client for Internet Printing Protocol (IPP)
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/ctalkington/python-ipp
|
URL: https://github.com/ctalkington/python-ipp
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/pyipp/pyipp-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/pyipp/pyipp-%{version}.tar.gz
|
||||||
Source1: https://github.com/ctalkington/python-ipp/archive/%{version}.tar.gz#/pyipp-%{version}-gh-tests.tar.gz
|
Source1: https://github.com/ctalkington/python-ipp/archive/%{version}.tar.gz#/pyipp-%{version}-gh-tests.tar.gz
|
||||||
@@ -33,6 +32,7 @@ BuildRequires: %{python_module covdefaults}
|
|||||||
BuildRequires: %{python_module deepmerge >= 0.1.0}
|
BuildRequires: %{python_module deepmerge >= 0.1.0}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry-core}
|
BuildRequires: %{python_module poetry-core}
|
||||||
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest-cov}
|
BuildRequires: %{python_module pytest-cov}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
@@ -42,6 +42,8 @@ BuildRequires: %{python_module yarl >= 1.4.2}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-aiohttp >= 3.6.2
|
Requires: python-aiohttp >= 3.6.2
|
||||||
|
Requires: python-awesomeversion >= 21.10.1
|
||||||
|
Requires: python-backoff >= 2.2.0
|
||||||
Requires: python-deepmerge >= 0.1.0
|
Requires: python-deepmerge >= 0.1.0
|
||||||
Requires: python-yarl >= 1.4.2
|
Requires: python-yarl >= 1.4.2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Reference in New Issue
Block a user