14
0
forked from pool/python-pyipp
2021-01-21 11:52:11 +00:00
committed by Git OBS Bridge
parent b0b5228452
commit 06ccc49645

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pyipp # spec file for package python-pyipp
# #
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# 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
@@ -12,7 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -21,23 +22,22 @@
Name: python-pyipp Name: python-pyipp
Version: 0.11.0 Version: 0.11.0
Release: 0 Release: 0
License: MIT
Summary: Asynchronous Python client for Internet Printing Protocol (IPP) Summary: Asynchronous Python client for Internet Printing Protocol (IPP)
Url: https://github.com/ctalkington/python-ipp License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/ctalkington/python-ipp
Source: https://github.com/ctalkington/python-ipp/archive/%{version}.tar.gz#/pyipp-%{version}.tar.gz Source: https://github.com/ctalkington/python-ipp/archive/%{version}.tar.gz#/pyipp-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module aiohttp >= 3.6.2} BuildRequires: %{python_module aiohttp >= 3.6.2}
BuildRequires: %{python_module deepmerge >= 0.1.0} BuildRequires: %{python_module deepmerge >= 0.1.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module yarl >= 1.4.2} BuildRequires: %{python_module yarl >= 1.4.2}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-aiohttp >= 3.6.2 Requires: python-aiohttp >= 3.6.2
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
%python_subpackages %python_subpackages
%description %description
@@ -47,7 +47,6 @@ Asynchronous Python client for Internet Printing Protocol (IPP).
%setup -q -n python-ipp-%{version} %setup -q -n python-ipp-%{version}
rm tests/test_client.py tests/test_interface.py rm tests/test_client.py tests/test_interface.py
%build %build
%python_build %python_build