Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
python-apns2
python-apns2.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-apns2.spec of Package python-apns2
# # spec file for package python-apns2 # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-apns2 Version: 0.7.2 Release: 0 Summary: Python library for the HTTP/2 Apple Push Notification Service License: MIT 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-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 h2} BuildRequires: %{python_module httpx >= 0.13.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module respx} # /SECTION %python_subpackages %description A python library for interacting with the Apple Push Notification Service via HTTP/2 protocol. %prep %autosetup -p1 -n apns2-%{version} %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest %files %{python_files} %license LICENSE %doc README.md %{python_sitelib}/* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor