forked from pool/python-SecretStorage
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
This commit is contained in:
@@ -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()")}
|
||||
|
||||
Reference in New Issue
Block a user