diff --git a/keyring-13.2.1.tar.gz b/keyring-13.2.1.tar.gz deleted file mode 100644 index f223b42..0000000 --- a/keyring-13.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6364bb8c233f28538df4928576f4e051229e0451651073ab20b315488da16a58 -size 43140 diff --git a/keyring-15.1.0.tar.gz b/keyring-15.1.0.tar.gz new file mode 100644 index 0000000..31df943 --- /dev/null +++ b/keyring-15.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6232b972dfbd44fd9bd649242dbf17f616988b152d4268f9ca1dcc704b467381 +size 42891 diff --git a/python-keyring.changes b/python-keyring.changes index 4d89b00..11e4017 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Oct 12 03:19:07 UTC 2018 - Arun Persaud + +- specfile: + * removed devel from noarch + +- update to version 15.1.0: + * #340: Add the Null keyring, disabled by default. + * #340: Added --disable option to command-line interface. + * #340: Now honor a PYTHON_KEYRING_BACKEND environment variable to + select a backend. Environments may set to + keyring.backends.null.Keyring to disable keyring. + +- changes from version 15.0.0: + * Removed deprecated keyring.util.escape module. + * Fixed warning about using deprecated Abstract Base Classes from + collections module. + +- changes from version 14.0.0: + * Removed getpassbackend module and alias in + keyring.get_pass_get_password. Instead, just use: + * keyring.get_password(getpass.getuser(), 'Python') + ------------------------------------------------------------------- Wed Sep 5 20:27:43 UTC 2018 - dmueller@suse.com diff --git a/python-keyring.spec b/python-keyring.spec index 68d8cf2..936d082 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -12,21 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-keyring -Version: 13.2.1 +Version: 15.1.0 Release: 0 Summary: Store and access your passwords safely License: Python-2.0 AND MIT Group: Development/Languages/Python -Url: https://github.com/jaraco/keyring +URL: https://github.com/jaraco/keyring Source: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz BuildRequires: %{python_module SecretStorage} -BuildRequires: %{python_module devel} BuildRequires: %{python_module entrypoints} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest >= 3.5}