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,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>