15
0
forked from pool/python-apns2

- Add patch use-httpx.patch to drop dependency on unmaintained hyper.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apns2?expand=0&rev=7
This commit is contained in:
2022-11-25 07:11:15 +00:00
committed by Git OBS Bridge
parent 2e4023761b
commit d0cf3bb5cf
3 changed files with 500 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-apns2
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,24 +23,28 @@ Version: 0.7.2
Release: 0
Summary: Python library for the HTTP/2 Apple Push Notification Service
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Pr0Ger/PyAPNs2
Source0: https://files.pythonhosted.org/packages/source/a/apns2/apns2-%{version}.tar.gz
# Subset of https://github.com/Pr0Ger/PyAPNs2/pull/122.patch
Patch0: pr_122.patch
# PATCH-FIX-OPENSUSE Based on gh#Pr0Ger/PyAPNs2#149, is gross
Patch1: use-httpx.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyJWT >= 1.4.0
Requires: python-cryptography >= 1.7.2
Requires: python-hyper >= 0.7
Requires: python-h2
Requires: python-httpx >= 0.13.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module PyJWT >= 1.4.0}
BuildRequires: %{python_module cryptography >= 1.7.2}
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module hyper >= 0.7}
BuildRequires: %{python_module h2}
BuildRequires: %{python_module httpx >= 0.13.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module respx}
# /SECTION
%python_subpackages