From bd3c6415ca95ad75a1f259ceeb03e94a3f2a32eaa075c121b652963d72344677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 28 Mar 2019 15:06:15 +0000 Subject: [PATCH] - Update to 18.0.1: * #386: ExceptionInfo no longer retains a reference to the traceback. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=77 --- keyring-18.0.0.tar.gz | 3 --- keyring-18.0.1.tar.gz | 3 +++ python-keyring.changes | 6 ++++++ python-keyring.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 keyring-18.0.0.tar.gz create mode 100644 keyring-18.0.1.tar.gz diff --git a/keyring-18.0.0.tar.gz b/keyring-18.0.0.tar.gz deleted file mode 100644 index 4b3fc8c..0000000 --- a/keyring-18.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12833d2b05d2055e0e25931184af9cd6a738f320a2264853cabbd8a3a0f0b65d -size 48509 diff --git a/keyring-18.0.1.tar.gz b/keyring-18.0.1.tar.gz new file mode 100644 index 0000000..1cf473e --- /dev/null +++ b/keyring-18.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838 +size 48559 diff --git a/python-keyring.changes b/python-keyring.changes index 08ddddc..7057d94 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 28 15:05:12 UTC 2019 - Tomáš Chvátal + +- Update to 18.0.1: + * #386: ExceptionInfo no longer retains a reference to the traceback. + ------------------------------------------------------------------- Wed Mar 6 08:40:32 UTC 2019 - Tomáš Chvátal diff --git a/python-keyring.spec b/python-keyring.spec index 98c7bee..e4f8afb 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-keyring -Version: 18.0.0 +Version: 18.0.1 Release: 0 Summary: Store and access your passwords safely License: Python-2.0 AND MIT