diff --git a/edgegrid-python-1.1.1.tar.gz b/edgegrid-python-1.1.1.tar.gz deleted file mode 100644 index 96f44f4..0000000 --- a/edgegrid-python-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4825d34fb818d86fbaa3faf3e686b93fa82a1a33b4621d5a8602929c8c9ea5c2 -size 11790 diff --git a/edgegrid-python-1.2.1.tar.gz b/edgegrid-python-1.2.1.tar.gz new file mode 100644 index 0000000..fedfebb --- /dev/null +++ b/edgegrid-python-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556c01d19c59d95daa8e35de0993093df1bfbb3e665c65a2a335911c20bef95a +size 13653 diff --git a/python-edgegrid-python.changes b/python-edgegrid-python.changes index 5451b56..ab67e3d 100644 --- a/python-edgegrid-python.changes +++ b/python-edgegrid-python.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 11 22:17:28 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-edgegrid-python.spec b/python-edgegrid-python.spec index 1a9ddfe..ded94c8 100644 --- a/python-edgegrid-python.spec +++ b/python-edgegrid-python.spec @@ -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