[python-keyring/f14] packaged keyring-0.6.2 (python) for f14

Ratnadeep Debnath rtnpro at fedoraproject.org
Tue Nov 8 09:57:45 UTC 2011


commit 59e939b7653767ccfa537ea42055bfa5513b883a
Author: Ratnadeep Debnath <rtnpro at gmail.com>
Date:   Tue Nov 8 15:27:11 2011 +0530

    packaged keyring-0.6.2 (python) for f14

 .gitignore          |    1 +
 keyring-0.6.2.patch |    8 ++++++++
 python-keyring.spec |   26 +++++++++++++++++---------
 sources             |    2 +-
 4 files changed, 27 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1d8f04..d611815 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /keyring-0.4.tar.gz
+/keyring-0.6.2.tar.gz
diff --git a/keyring-0.6.2.patch b/keyring-0.6.2.patch
new file mode 100644
index 0000000..cd7e266
--- /dev/null
+++ b/keyring-0.6.2.patch
@@ -0,0 +1,8 @@
+diff -uNr keyring-0.6.2_p/keyring/cli.py keyring-0.6.2/keyring/cli.py
+--- keyring-0.6.2_p/keyring/cli.py	2011-11-08 12:18:53.246541784 +0530
++++ keyring-0.6.2/keyring/cli.py	2011-11-08 12:19:20.857256780 +0530
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ """Simple command line interface to get/set password from a keyring"""
+ 
+ import getpass
diff --git a/python-keyring.spec b/python-keyring.spec
index 8d1ca84..3678fd4 100644
--- a/python-keyring.spec
+++ b/python-keyring.spec
@@ -1,11 +1,12 @@
 %global upstream_name keyring
 
 Name:           python-keyring
-Version:        0.5.1
+Version:        0.6.2
 Release:        1%{?dist}
 Summary:        Python library to access the system keyring service
 
 Source0:        http://pypi.python.org/packages/source/k/keyring/%{upstream_name}-%{version}.tar.gz
+Patch0:         keyring-%{version}.patch
 License:        Python
 Group:          Development/Libraries
 URL:            http://pypi.python.org/pypi/keyring
@@ -14,19 +15,19 @@ BuildRequires:  python-devel
 Obsoletes:      %{name}-kwallet < %{version}
 Obsoletes:      %{name}-gnome < %{version}
 Obsoletes:      %{name} < %{version}
-Obsoletes:      %{name} < %{version}
 
 %description
-The Python keyring lib provides a easy way to access the system keyring 
-service from python. It can be used in any application that needs safe 
+The Python keyring lib provides a easy way to access the system keyring
+service from python. It can be used in any application that needs safe
 password storage.
 
-This package only provides file-based pseudo-keyrings. To interface with 
-gnome-keyring or KWallet, please install one of python-keyring-gnome or 
+This package only provides file-based pseudo-keyrings. To interface with
+gnome-keyring or KWallet, please install one of python-keyring-gnome or
 python-keyring-kwallet.
 
 %prep
 %setup -q -n %{upstream_name}-%{version}
+%patch0 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -38,19 +39,26 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 %{__rm} -rf $RPM_BUILD_ROOT
 
 
-%files 
+%files
 %defattr(-,root,root,-)
-%doc README.txt demo
+%doc README demo
 %{python_sitelib}/%{upstream_name}
 %{python_sitelib}/%{upstream_name}-*.egg-info
 
 %changelog
+* Tue Nov 08 2011 rtnpro <rtnpro at gmail.com> 0.6.2-1
+- fix compiling on OSX with XCode 4.0
+- Gnome keyring should not be used if there is no DISPLAY or if the dbus is not around
+    (https://bugs.launchpad.net/launchpadlib/+bug/752282).
+- Added keyring.http for facilitating HTTP Auth using keyring.
+- Add a utility to access the keyring from the command line.
+
 * Mon Jan 10 2011 rtnpro <rtnpro at gmail.com> 0.5.1-1
 - Remove a spurious KDE debug message when using KWallet
 - Fix a bug that caused an exception if the user canceled the KWallet dialog
 
 * Sun Nov 28 2010 rtnpro <rtnpro at gmail.com> 0.5-2
-- Removed sub-packages: gnome and kwallet; removed "Requires: PyKDE4 PyQt4" 
+- Removed sub-packages: gnome and kwallet; removed "Requires: PyKDE4 PyQt4"
 
 * Mon Nov 22 2010 rtnpro <rtnpro at gmail.com> 0.5-1
 - RPM for keyring-0.5
diff --git a/sources b/sources
index 1d6471a..063486b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2f0dcea7185580c163ef2db1f4fbe0c  keyring-0.5.1.tar.gz
+b21b5783c375fc09abdc060b4edc062f  keyring-0.6.2.tar.gz


More information about the scm-commits mailing list