Hello community,

here is the log from the commit of package python-keyring for openSUSE:Factory 
checked in at 2014-10-18 09:08:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-keyring (Old)
 and      /work/SRC/openSUSE:Factory/.python-keyring.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-keyring"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-keyring/python-keyring.changes    
2014-09-10 17:01:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-keyring.new/python-keyring.changes       
2014-10-18 09:08:07.000000000 +0200
@@ -1,0 +2,23 @@
+Tue Oct 14 09:57:54 UTC 2014 - kgronl...@suse.com
+
+- Update to version 4.0 (boo#901066):
+  * Removed ``keyring_path`` parameter from ``load_keyring``. See release notes
+    for 3.0.3 for more details.
+  * Issue #22: Removed support for loading the config from the current
+    directory. The config file must now be located in the platform-specific
+    config location.
+- Changes from version 3.7:
+  * Issue #22: Deprecated loading of config from current directory. Support for
+    loading the config in this manner will be removed in a future version.
+  * Issue #131: Keyring now will prefer ``pywin32-ctypes
+    <https://pypi.python.org/pypi/pywin32-ctypes>``_ to pywin32 if available.
+- Changes from version 3.6:
+  * Gnome keyring no longer relies on the GNOME_KEYRING_CONTROL environment
+    variable.
+  * Issue #140: Restore compatibility for older versions of PyWin32.
+
+- Switch to pytest since nose doesn't support test fixtures and fails:
+  - Add BuildRequires: python-pytest
+  - Remove BuildRequires: python-nose
+
+-------------------------------------------------------------------

Old:
----
  keyring-3.6.zip

New:
----
  keyring-4.0.zip

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

Other differences:
------------------
++++++ python-keyring.spec ++++++
--- /var/tmp/diff_new_pack.IfNqR4/_old  2014-10-18 09:08:08.000000000 +0200
+++ /var/tmp/diff_new_pack.IfNqR4/_new  2014-10-18 09:08:08.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-keyring
-Version:        3.6
+Version:        4.0
 Release:        0
 Url:            http://bitbucket.org/kang/python-keyring-lib
 Summary:        Store and access your passwords safely
@@ -29,7 +29,7 @@
 BuildRequires:  unzip
 # Test requirements:
 BuildRequires:  python-mock
-BuildRequires:  python-nose
+BuildRequires:  python-pytest
 BuildRequires:  python-pytest-runner
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 BuildRequires:  python-unittest2
@@ -61,7 +61,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-nosetests
+py.test
 
 %files
 %defattr(-,root,root)

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

Reply via email to