Hello community,

here is the log from the commit of package python-keyring for openSUSE:Factory 
checked in at 2013-02-23 16:41:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-keyring (Old)
 and      /work/SRC/openSUSE:Factory/.python-keyring.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-keyring", Maintainer is "r...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-keyring/python-keyring.changes    
2013-01-21 17:45:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-keyring.new/python-keyring.changes       
2013-02-23 16:41:22.000000000 +0100
@@ -1,0 +2,16 @@
+Mon Feb 11 09:19:27 UTC 2013 - sasc...@suse.de
+
+- Drop old SUSE checks
+- Add python-unittest2 build requirement to make sure the testsuite
+  passes on SLE_11_SP2
+
+-------------------------------------------------------------------
+Sun Feb 10 14:33:59 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.2.2:
+  * Fixed handling situations when user cancels kwallet dialog or denies
+    access for the app.
+- Add new dependencies
+- FIx shebang rpmlint warnings
+
+-------------------------------------------------------------------

Old:
----
  keyring-0.9.1.zip

New:
----
  keyring-1.2.2.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-keyring.spec ++++++
--- /var/tmp/diff_new_pack.5tc8Rg/_old  2013-02-23 16:41:23.000000000 +0100
+++ /var/tmp/diff_new_pack.5tc8Rg/_new  2013-02-23 16:41:23.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-keyring
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,12 +11,13 @@
 # case the license is the MIT License). An "Open Source License" is a
 # 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/
 #
 
+
 Name:           python-keyring
-Version:        0.9.1
+Version:        1.2.2
 Release:        0
 Url:            http://bitbucket.org/kang/python-keyring-lib
 Summary:        Store and access your passwords safely
@@ -25,8 +26,12 @@
 Source:         
http://pypi.python.org/packages/source/k/keyring/keyring-%{version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-nose
 BuildRequires:  unzip
+# Test requirements:
+BuildRequires:  python-mock
+BuildRequires:  python-nose
+BuildRequires:  python-pytest-runner
+BuildRequires:  python-unittest2
 Provides:       python-keyring-kde = %{version}
 Obsoletes:      python-keyring-kde < %{version}
 Provides:       python-keyring-gnome = %{version}
@@ -43,6 +48,8 @@
 
 %prep
 %setup -q -n keyring-%{version}
+# For rpmlint warning: remove shebang from python library:
+sed -i '/^#!/d' keyring/cli.py keyring/backends/_win_crypto.py
 
 %build
 python setup.py build
@@ -50,14 +57,13 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%if 0%{?suse_version} >= 1140
 %check
 nosetests
-%endif
 
 %files
 %defattr(-,root,root)
-%doc CONTRIBUTORS.txt README CHANGES.txt
+%doc CONTRIBUTORS.txt README.rst CHANGES.rst
+%{_bindir}/keyring
 %{python_sitelib}/*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to