15
0

- update to 1.2.1:

* recognize the ~ tilde character as home directory alias
  * issues: add missing test resource files to PyPI package
  * require PyOpenSSL >= v19.0.0 to avoid old OS packages
  * split MANIFEST.in in several lines to properly include
    in Python package all necessary resource files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-edgegrid-python?expand=0&rev=3
This commit is contained in:
2021-12-11 22:18:37 +00:00
committed by Git OBS Bridge
parent d063dbbc89
commit 1afbeb2426
4 changed files with 16 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-edgegrid-python
#
# 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,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-edgegrid-python
Version: 1.1.1
Version: 1.2.1
Release: 0
Summary: Client authentication protocol for python-requests
License: Apache-2.0
@@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-ndg-httpsclient
Requires: python-pyOpenSSL >= 0.13
Requires: python-pyOpenSSL >= 19.0.0
Requires: python-pyasn1
Requires: python-requests >= 2.3.0
Requires: python-urllib3