14
0

- Update to 1.14.0:

* bug: accept all VAPID key instances (thanks @mthu)
  * Support requests_session param in webpush fn too
  * chore: library update, remove nose tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pywebpush?expand=0&rev=3
This commit is contained in:
2021-09-28 01:08:49 +00:00
committed by Git OBS Bridge
parent ae422de8f2
commit 1924cbfc77
4 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 28 01:08:03 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.14.0:
* bug: accept all VAPID key instances (thanks @mthu)
* Support requests_session param in webpush fn too
* chore: library update, remove nose tests
-------------------------------------------------------------------
Sun Jun 7 05:11:49 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pywebpush
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pywebpush
Version: 1.11.0
Version: 1.14.0
Release: 0
Summary: WebPush publication library
License: MPL-2.0
Group: Development/Languages/Python
URL: https://github.com/web-push-libs/pywebpush
Source: https://files.pythonhosted.org/packages/source/p/pywebpush/pywebpush-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
@@ -33,14 +32,14 @@ Requires: python-http-ece >= 1.1.0
Requires: python-py-vapid >= 1.5.0
Requires: python-requests >= 2.21.0
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module cryptography >= 2.6.1}
BuildRequires: %{python_module http-ece >= 1.1.0}
BuildRequires: %{python_module mock >= 2.0.0}
BuildRequires: %{python_module nose >= 1.3.7}
BuildRequires: %{python_module py-vapid >= 1.5.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.21.0}
# /SECTION
%python_subpackages
@@ -60,7 +59,7 @@ WebPush publication library.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec -m nose
%pytest
%post
%python_install_alternative pywebpush

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:596c74020f9cbabc99f7964127ab0bb6cc045fcfe781b7c73cffb3ea45947820
size 24171

3
pywebpush-1.14.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c36e1679268219e693ba940db2bf254c240ca02664de102b7269afc3c545731
size 25497