diff --git a/python-pywebpush.changes b/python-pywebpush.changes index 52f62c1..fd24a47 100644 --- a/python-pywebpush.changes +++ b/python-pywebpush.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 28 01:08:03 UTC 2021 - Steve Kowalik + +- 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 diff --git a/python-pywebpush.spec b/python-pywebpush.spec index a3cd5c7..69c6b71 100644 --- a/python-pywebpush.spec +++ b/python-pywebpush.spec @@ -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 diff --git a/pywebpush-1.11.0.tar.gz b/pywebpush-1.11.0.tar.gz deleted file mode 100644 index a83635b..0000000 --- a/pywebpush-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:596c74020f9cbabc99f7964127ab0bb6cc045fcfe781b7c73cffb3ea45947820 -size 24171 diff --git a/pywebpush-1.14.0.tar.gz b/pywebpush-1.14.0.tar.gz new file mode 100644 index 0000000..babb95b --- /dev/null +++ b/pywebpush-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c36e1679268219e693ba940db2bf254c240ca02664de102b7269afc3c545731 +size 25497