From d23e40cf6d366863a60a7c55bd47a78bcd970d455874d3182ec1f7fb2aa8d67c Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 1 Sep 2016 04:18:11 +0000 Subject: [PATCH] Accepting request 424110 from home:tbechtold:branches:devel:languages:python - update to 2.3.1: * Update requires line in setup.py for cryptography port. * Documentation is now hosted on ReadTheDocs. * Ported from PyCrypto to cryptography module [#6]. * Item.get_secret() now returns a bytes object rather than a bytearray. - Adjust Requires and BuildRequires OBS-URL: https://build.opensuse.org/request/show/424110 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=3 --- SecretStorage-2.2.1.tar.gz | 3 --- SecretStorage-2.3.1.tar.gz | 3 +++ python-SecretStorage.changes | 10 ++++++++++ python-SecretStorage.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 SecretStorage-2.2.1.tar.gz create mode 100644 SecretStorage-2.3.1.tar.gz diff --git a/SecretStorage-2.2.1.tar.gz b/SecretStorage-2.2.1.tar.gz deleted file mode 100644 index 3e1963e..0000000 --- a/SecretStorage-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d771e99ada09e39aceb75c4bb2d460895627b2260ab24c9cb790fb8aad1ecab6 -size 15972 diff --git a/SecretStorage-2.3.1.tar.gz b/SecretStorage-2.3.1.tar.gz new file mode 100644 index 0000000..af6d73a --- /dev/null +++ b/SecretStorage-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6 +size 16073 diff --git a/python-SecretStorage.changes b/python-SecretStorage.changes index 6b56990..da6bbef 100644 --- a/python-SecretStorage.changes +++ b/python-SecretStorage.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 1 04:14:19 UTC 2016 - tbechtold@suse.com + +- update to 2.3.1: + * Update requires line in setup.py for cryptography port. + * Documentation is now hosted on ReadTheDocs. + * Ported from PyCrypto to cryptography module [#6]. + * Item.get_secret() now returns a bytes object rather than a bytearray. +- Adjust Requires and BuildRequires + ------------------------------------------------------------------- Thu Jul 7 12:52:27 UTC 2016 - tbechtold@suse.com diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index 7fb7faf..9e78387 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -17,18 +17,18 @@ Name: python-SecretStorage -Version: 2.2.1 +Version: 2.3.1 Release: 0 Summary: Python bindings to FreeDesktoporg Secret Service API License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/mitya57/secretstorage Source: https://pypi.io/packages/source/s/SecretStorage/SecretStorage-%{version}.tar.gz +BuildRequires: python-cryptography BuildRequires: python-devel -BuildRequires: python-pycrypto BuildRequires: python-setuptools Requires: dbus-1-python -Requires: python-pycrypto +Requires: python-cryptography BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}