forked from pool/python-pywebpush
Accepting request 921903 from devel:languages:python
- 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/request/show/921903 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pywebpush?expand=0&rev=2
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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}
|
||||
@@ -39,8 +38,8 @@ BuildArch: noarch
|
||||
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
|
||||
|
@@ -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
3
pywebpush-1.14.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c36e1679268219e693ba940db2bf254c240ca02664de102b7269afc3c545731
|
||||
size 25497
|
Reference in New Issue
Block a user