15
0

Accepting request 939989 from devel:languages:python

- 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/request/show/939989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-edgegrid-python?expand=0&rev=2
This commit is contained in:
2021-12-12 20:27:39 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4825d34fb818d86fbaa3faf3e686b93fa82a1a33b4621d5a8602929c8c9ea5c2
size 11790

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:556c01d19c59d95daa8e35de0993093df1bfbb3e665c65a2a335911c20bef95a
size 13653

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Dec 11 22:17:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Fri Feb 21 13:42:43 UTC 2020 - Thomas Bechtold <tbechtold@suse.com>

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