diff --git a/keyring-23.5.1.tar.gz b/keyring-23.5.1.tar.gz deleted file mode 100644 index 7d9d1b7..0000000 --- a/keyring-23.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dee502cdf18a98211bef428eea11456a33c00718b2f08524fd5727c7f424bffd -size 54512 diff --git a/keyring-23.6.0.tar.gz b/keyring-23.6.0.tar.gz new file mode 100644 index 0000000..75a9528 --- /dev/null +++ b/keyring-23.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac00c26e4c93739e19103091a9986a9f79665a78cf15a4df1dba7ea9ac8da2f +size 54831 diff --git a/python-keyring.changes b/python-keyring.changes index 196eb6e..5ad9c0b 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 15 20:24:08 UTC 2022 - Yogalakshmi Arunachalam + +- update to 23.6.0 + #575: Only require importlib_metadata on older Pythons. + #579: Add .with_keychain method on macOS for easy reference to alternate keychains. + ------------------------------------------------------------------- Wed Jun 8 20:01:11 UTC 2022 - Dirk Müller diff --git a/python-keyring.spec b/python-keyring.spec index 5a63e79..3d30799 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-keyring -Version: 23.5.1 +Version: 23.6.0 Release: 0 Summary: System keyring service access from Python License: MIT AND Python-2.0