Hello community,

here is the log from the commit of package python-keyring for openSUSE:Factory 
checked in at 2019-03-29 20:39:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-keyring (Old)
 and      /work/SRC/openSUSE:Factory/.python-keyring.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-keyring"

Fri Mar 29 20:39:17 2019 rev:35 rq:689757 version:18.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-keyring/python-keyring.changes    
2019-03-08 11:01:01.384544426 +0100
+++ /work/SRC/openSUSE:Factory/.python-keyring.new.25356/python-keyring.changes 
2019-03-29 20:39:18.814687763 +0100
@@ -1,0 +2,11 @@
+Thu Mar 28 21:08:23 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Thu Mar 28 15:05:12 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 18.0.1:
+  * #386: ExceptionInfo no longer retains a reference to the traceback.
+
+-------------------------------------------------------------------

Old:
----
  keyring-18.0.0.tar.gz

New:
----
  keyring-18.0.1.tar.gz

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

Other differences:
------------------
++++++ python-keyring.spec ++++++
--- /var/tmp/diff_new_pack.T185Kr/_old  2019-03-29 20:39:19.450687700 +0100
+++ /var/tmp/diff_new_pack.T185Kr/_new  2019-03-29 20:39:19.454687699 +0100
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-keyring
-Version:        18.0.0
+Version:        18.0.1
 Release:        0
-Summary:        Store and access your passwords safely
+Summary:        System keyring service access from Python
 License:        Python-2.0 AND MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/jaraco/keyring
@@ -40,7 +40,7 @@
 %python_subpackages
 
 %description
-The Python keyring lib provides a easy way to access the system keyring service
+The Python keyring lib provides a way to access the system keyring service
 from python. It can be used in any application that needs safe password 
storage.
 
 %prep

++++++ keyring-18.0.0.tar.gz -> keyring-18.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keyring-18.0.0/CHANGES.rst 
new/keyring-18.0.1/CHANGES.rst
--- old/keyring-18.0.0/CHANGES.rst      2019-02-13 22:45:11.000000000 +0100
+++ new/keyring-18.0.1/CHANGES.rst      2019-03-24 16:48:43.000000000 +0100
@@ -1,3 +1,9 @@
+18.0.1
+------
+
+* #386: ExceptionInfo no longer retains a reference to the
+  traceback.
+
 18.0.0
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keyring-18.0.0/PKG-INFO new/keyring-18.0.1/PKG-INFO
--- old/keyring-18.0.0/PKG-INFO 2019-02-13 22:45:30.000000000 +0100
+++ new/keyring-18.0.1/PKG-INFO 2019-03-24 16:49:04.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: keyring
-Version: 18.0.0
+Version: 18.0.1
 Summary: Store and access your passwords safely.
 Home-page: https://github.com/jaraco/keyring
 Author: Kang Zhang
@@ -409,5 +409,5 @@
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Requires-Python: >=2.7
-Provides-Extra: testing
 Provides-Extra: docs
+Provides-Extra: testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keyring-18.0.0/keyring/errors.py 
new/keyring-18.0.1/keyring/errors.py
--- old/keyring-18.0.0/keyring/errors.py        2019-02-13 22:45:11.000000000 
+0100
+++ new/keyring-18.0.1/keyring/errors.py        2019-03-24 16:48:44.000000000 
+0100
@@ -53,7 +53,7 @@
     def __init__(self, *info):
         if not info:
             info = sys.exc_info()
-        self.type, self.value, self.traceback = info
+        self.type, self.value, _ = info
 
     def __bool__(self):
         """
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keyring-18.0.0/keyring.egg-info/PKG-INFO 
new/keyring-18.0.1/keyring.egg-info/PKG-INFO
--- old/keyring-18.0.0/keyring.egg-info/PKG-INFO        2019-02-13 
22:45:30.000000000 +0100
+++ new/keyring-18.0.1/keyring.egg-info/PKG-INFO        2019-03-24 
16:49:03.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: keyring
-Version: 18.0.0
+Version: 18.0.1
 Summary: Store and access your passwords safely.
 Home-page: https://github.com/jaraco/keyring
 Author: Kang Zhang
@@ -409,5 +409,5 @@
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Requires-Python: >=2.7
-Provides-Extra: testing
 Provides-Extra: docs
+Provides-Extra: testing


Reply via email to