Hello community,

here is the log from the commit of package python3-logilab-common for 
openSUSE:Factory checked in at 2014-07-15 08:01:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-logilab-common (Old)
 and      /work/SRC/openSUSE:Factory/.python3-logilab-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-logilab-common"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python3-logilab-common/python3-logilab-common.changes
    2014-02-24 15:53:17.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-logilab-common.new/python3-logilab-common.changes
       2014-07-15 08:01:10.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Jul 14 09:31:00 UTC 2014 - [email protected]
+
+- Switch link to pypi.  The latest version is not available at the
+  old link.
+
+-------------------------------------------------------------------
+Thu Jul 10 12:35:43 UTC 2014 - [email protected]
+
+- Update to 0.62.0
+  * modutils: cleanup_sys_modules returns the list of cleaned modules
+
+-------------------------------------------------------------------

Old:
----
  logilab-common-0.61.0.tar.gz

New:
----
  logilab-common-0.62.0.tar.gz

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

Other differences:
------------------
++++++ python3-logilab-common.spec ++++++
--- /var/tmp/diff_new_pack.tYGFwE/_old  2014-07-15 08:01:11.000000000 +0200
+++ /var/tmp/diff_new_pack.tYGFwE/_new  2014-07-15 08:01:11.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           python3-logilab-common
-Version:        0.61.0
+Version:        0.62.0
 Release:        0
 Url:            http://www.logilab.org/projects/common/
 Summary:        Python lowlevel functionality shared by logilab projects
 License:        LGPL-2.1+
 Group:          Development/Languages/Python
-Source:         
http://download.logilab.org/pub/common/logilab-common-%{version}.tar.gz
+Source:         
https://pypi.python.org/packages/source/l/logilab-common/logilab-common-%{version}.tar.gz
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildArch:      noarch

++++++ logilab-common-0.61.0.tar.gz -> logilab-common-0.62.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logilab-common-0.61.0/ChangeLog 
new/logilab-common-0.62.0/ChangeLog
--- old/logilab-common-0.61.0/ChangeLog 2014-02-11 16:02:26.000000000 +0100
+++ new/logilab-common-0.62.0/ChangeLog 2014-07-04 12:56:06.000000000 +0200
@@ -1,6 +1,10 @@
 ChangeLog for logilab.common
 ============================
 
+2014-03-07  --  0.62.0
+   * modutils: cleanup_sys_modules returns the list of cleaned modules
+
+
 2014-02-11  --  0.61.0
    * pdf_ext: removed, it had no known users (CVE-2014-1838)
 
@@ -20,7 +24,7 @@
 
       * ensure file is closed, may cause pb depending on the interpreter, eg
        pypy) (#180876)
-  
+
       * fix support for `extend_path` based nested namespace packages ;
        Report and patch by John Johnson (#177651)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logilab-common-0.61.0/PKG-INFO 
new/logilab-common-0.62.0/PKG-INFO
--- old/logilab-common-0.61.0/PKG-INFO  2014-02-11 16:02:31.000000000 +0100
+++ new/logilab-common-0.62.0/PKG-INFO  2014-07-04 13:02:57.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: logilab-common
-Version: 0.61.0
+Version: 0.62.0
 Summary: collection of low-level Python packages and modules used by Logilab 
projects
 Home-page: http://www.logilab.org/project/logilab-common
 Author: Logilab
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logilab-common-0.61.0/__pkginfo__.py 
new/logilab-common-0.62.0/__pkginfo__.py
--- old/logilab-common-0.61.0/__pkginfo__.py    2014-02-11 16:02:26.000000000 
+0100
+++ new/logilab-common-0.62.0/__pkginfo__.py    2014-07-04 12:56:06.000000000 
+0200
@@ -1,4 +1,4 @@
-# copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2014 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:[email protected]
 #
 # This file is part of logilab-common.
@@ -25,7 +25,7 @@
 subpackage_of = 'logilab'
 subpackage_master = True
 
-numversion = (0, 61, 0)
+numversion = (0, 62, 0)
 version = '.'.join([str(num) for num in numversion])
 
 license = 'LGPL' # 2.1 or later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logilab-common-0.61.0/configuration.py 
new/logilab-common-0.62.0/configuration.py
--- old/logilab-common-0.61.0/configuration.py  2014-02-11 16:02:26.000000000 
+0100
+++ new/logilab-common-0.62.0/configuration.py  2014-07-04 12:56:06.000000000 
+0200
@@ -394,7 +394,7 @@
 format_section = ini_format_section
 
 def rest_format_section(stream, section, options, encoding=None, doc=None):
-    """format an options section using the INI format"""
+    """format an options section using as ReST formatted output"""
     encoding = _get_encoding(encoding, stream)
     if section:
         print >> stream, '%s\n%s' % (section, "'"*len(section))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logilab-common-0.61.0/modutils.py 
new/logilab-common-0.62.0/modutils.py
--- old/logilab-common-0.61.0/modutils.py       2014-02-11 16:02:26.000000000 
+0100
+++ new/logilab-common-0.62.0/modutils.py       2014-07-04 12:56:06.000000000 
+0200
@@ -455,13 +455,16 @@
 
 def cleanup_sys_modules(directories):
     """remove submodules of `directories` from `sys.modules`"""
+    cleaned = []
     for modname, module in sys.modules.items():
         modfile = getattr(module, '__file__', None)
         if modfile:
             for directory in directories:
                 if modfile.startswith(directory):
+                    cleaned.append(modname)
                     del sys.modules[modname]
                     break
+    return cleaned
 
 
 def is_python_source(filename):

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to