15
0

- update to 3.3.1:

* Fixed a deprecation warning from cryptography module.
  * Added a :PEP:`561` ``py.typed`` file to declare typing support.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=29
This commit is contained in:
2021-03-02 00:29:50 +00:00
committed by Git OBS Bridge
parent c2f017584f
commit 4f6d417de3
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 2 00:28:57 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.3.1:
* Fixed a deprecation warning from cryptography module.
* Added a :PEP:`561` ``py.typed`` file to declare typing support.
-------------------------------------------------------------------
Mon Feb 1 20:55:07 UTC 2021 - Dirk Müller <dmueller@suse.com>