diff --git a/keyring-10.4.0.tar.gz b/keyring-10.4.0.tar.gz deleted file mode 100644 index 6aa3aec..0000000 --- a/keyring-10.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:901a3f4ed0dfba473060281b58fd3b649ce70f59cb34a9cf6cb5551218283b26 -size 39632 diff --git a/keyring-10.5.0.tar.gz b/keyring-10.5.0.tar.gz new file mode 100644 index 0000000..12e1249 --- /dev/null +++ b/keyring-10.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6129e8c5bc80da34cc1942d30daad79ed40419fcaaa538278c3b2ff235b313 +size 40664 diff --git a/python-keyring.changes b/python-keyring.changes index dc339fc..f4a1824 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 28 12:22:03 UTC 2017 - mimi.vx@gmail.com + +- update to 10.5.0: + * Added --list-backends option to command-line interface. + * Removed logger from keyring + * Set the appid for SecretService & KWallet to something meaningful + ------------------------------------------------------------------- Wed Aug 23 05:19:34 UTC 2017 - tbechtold@suse.com diff --git a/python-keyring.spec b/python-keyring.spec index 28e0b3c..7d34875 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -16,23 +16,24 @@ # -%bcond_without tests - %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without tests Name: python-keyring -Version: 10.4.0 +Version: 10.5.0 Release: 0 -Url: https://github.com/jaraco/keyring Summary: Store and access your passwords safely -License: Python-2.0 and MIT +License: Python-2.0 AND MIT Group: Development/Languages/Python +Url: https://github.com/jaraco/keyring Source: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools_scm >= 1.15.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-SecretStorage +Requires: python-setuptools +BuildArch: noarch %if %{with tests} # Test requirements: BuildRequires: %{python_module SecretStorage} @@ -40,9 +41,6 @@ BuildRequires: %{python_module pytest} # Python 2 test requirements: BuildRequires: python-mock %endif -Requires: python-SecretStorage -Requires: python-setuptools -BuildArch: noarch %python_subpackages %description @@ -71,7 +69,6 @@ popd %endif %files %{python_files} -%defattr(-,root,root) %doc README.rst CHANGES.rst %python3_only %{_bindir}/keyring %{python_sitelib}/keyring-%{version}-py*.egg-info