Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-easydev for openSUSE:Factory checked in at 2023-02-10 14:36:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-easydev (Old) and /work/SRC/openSUSE:Factory/.python-easydev.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-easydev" Fri Feb 10 14:36:05 2023 rev:7 rq:1064216 version:0.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-easydev/python-easydev.changes 2022-03-17 17:01:39.253692514 +0100 +++ /work/SRC/openSUSE:Factory/.python-easydev.new.1848/python-easydev.changes 2023-02-10 14:36:16.550263101 +0100 @@ -1,0 +2,6 @@ +Fri Feb 10 10:33:40 UTC 2023 - Dirk Müller <[email protected]> + +- update to 0.12.1: + * Fix a ipython warning + +------------------------------------------------------------------- Old: ---- easydev-0.12.0.tar.gz New: ---- easydev-0.12.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-easydev.spec ++++++ --- /var/tmp/diff_new_pack.NmPznj/_old 2023-02-10 14:36:16.966265587 +0100 +++ /var/tmp/diff_new_pack.NmPznj/_new 2023-02-10 14:36:16.970265611 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-easydev # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-easydev -Version: 0.12.0 +Version: 0.12.1 Release: 0 Summary: Common utilities to ease the development of Python packages License: BSD-3-Clause ++++++ easydev-0.12.0.tar.gz -> easydev-0.12.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/easydev-0.12.0/PKG-INFO new/easydev-0.12.1/PKG-INFO --- old/easydev-0.12.0/PKG-INFO 2021-09-09 18:17:09.000000000 +0200 +++ new/easydev-0.12.1/PKG-INFO 2023-02-01 23:51:12.677450700 +0100 @@ -1,54 +1,15 @@ Metadata-Version: 2.1 Name: easydev -Version: 0.12.0 +Version: 0.12.1 Summary: Common utilities to ease the development of Python packages Home-page: http://github.com/cokelaer/easydev +Download-URL: http://github.com/cokelaer/easydev Author: Thomas Cokelaer Author-email: [email protected] Maintainer: Thomas Cokelaer Maintainer-email: [email protected] -License: new BSD -Download-URL: http://github.com/cokelaer/easydev -Description: easydev - ########## - - .. image:: https://badge.fury.io/py/easydev.svg - :target: https://pypi.python.org/pypi/easydev - - .. image:: https://github.com/cokelaer/easydev/actions/workflows/ci.yml/badge.svg - :target: https://github.com/cokelaer/easydev/actions/workflows/ci.yml - - - .. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=master - :target: https://coveralls.io/r/cokelaer/easydev?branch=master - - - - - :documentation: http://easydev-python.readthedocs.io/en/latest/ - :contributions: Please join https://github.com/cokelaer/easydev - :source: Please use https://github.com/cokelaer/easydev - :issues: Please use https://github.com/cokelaer/easydev/issues - :Python version supported: 3.7, 3.8, 3.9 - - - The `easydev <http://pypi.python.org/pypi/easydev/>`_ package - provides miscellaneous functions that are repeatidly used during - the development of Python packages. The goal is to help developers on - speeding up their own dev. It has been used also as an incubator for other - packages (e.g., http://pypi.python.org/pypi/colormap) and is stable. - - .. warning:: I'm not pretending to provide universal and bug-free tools. The - tools provided may also change. However, **easydev** is used - in a few other packages such as - `bioservices <https://pypi.python.org/pypi/bioservices>`_, - `sequana <https://sequana.readthedocs.io>`_ or - `GDSCTools <https://sequana.readthedocs.io>`_ to give a few - examples. - - - -Keywords: multisetup,logging,config,decorators,multigit,progressbar +License: BSD-3-Clause +Keywords: multisetup,logging,config,decorators,progressbar Platform: Linux Platform: Unix Platform: MacOsX @@ -63,3 +24,43 @@ Classifier: Programming Language :: Python :: 3.7 Classifier: Topic :: Software Development :: Libraries :: Python Modules Provides-Extra: profiler +License-File: COPYING + +easydev +########## + +.. image:: https://badge.fury.io/py/easydev.svg + :target: https://pypi.python.org/pypi/easydev + +.. image:: https://github.com/cokelaer/easydev/actions/workflows/main.yml/badge.svg + :target: https://github.com/cokelaer/easydev/actions/workflows/main.yml + + +.. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=main + :target: https://coveralls.io/r/cokelaer/easydev?branch=main + + + + +:documentation: http://easydev-python.readthedocs.io/en/latest/ +:contributions: Please join https://github.com/cokelaer/easydev +:source: Please use https://github.com/cokelaer/easydev +:issues: Please use https://github.com/cokelaer/easydev/issues +:Python version supported: 3.7, 3.8, 3.9, 3.10 + + +The `easydev <http://pypi.python.org/pypi/easydev/>`_ package +provides miscellaneous functions that are repeatidly used during +the development of Python packages. The goal is to help developers on +speeding up their own dev. It has been used also as an incubator for other +packages (e.g., http://pypi.python.org/pypi/colormap) and is stable. + +.. warning:: I'm not pretending to provide universal and bug-free tools. The + tools provided may also change. However, **easydev** is used + in a few other packages such as + `bioservices <https://pypi.python.org/pypi/bioservices>`_, + `sequana <https://sequana.readthedocs.io>`_ or + `GDSCTools <https://sequana.readthedocs.io>`_ to give a few + examples. + + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/easydev-0.12.0/README.rst new/easydev-0.12.1/README.rst --- old/easydev-0.12.0/README.rst 2021-09-09 17:59:39.000000000 +0200 +++ new/easydev-0.12.1/README.rst 2023-02-01 23:33:29.000000000 +0100 @@ -4,12 +4,12 @@ .. image:: https://badge.fury.io/py/easydev.svg :target: https://pypi.python.org/pypi/easydev -.. image:: https://github.com/cokelaer/easydev/actions/workflows/ci.yml/badge.svg - :target: https://github.com/cokelaer/easydev/actions/workflows/ci.yml +.. image:: https://github.com/cokelaer/easydev/actions/workflows/main.yml/badge.svg + :target: https://github.com/cokelaer/easydev/actions/workflows/main.yml -.. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=master - :target: https://coveralls.io/r/cokelaer/easydev?branch=master +.. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=main + :target: https://coveralls.io/r/cokelaer/easydev?branch=main @@ -18,7 +18,7 @@ :contributions: Please join https://github.com/cokelaer/easydev :source: Please use https://github.com/cokelaer/easydev :issues: Please use https://github.com/cokelaer/easydev/issues -:Python version supported: 3.7, 3.8, 3.9 +:Python version supported: 3.7, 3.8, 3.9, 3.10 The `easydev <http://pypi.python.org/pypi/easydev/>`_ package diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/easydev-0.12.0/easydev/md5tools.py new/easydev-0.12.1/easydev/md5tools.py --- old/easydev-0.12.0/easydev/md5tools.py 2020-06-03 19:27:51.000000000 +0200 +++ new/easydev-0.12.1/easydev/md5tools.py 2021-11-21 14:52:45.000000000 +0100 @@ -1,9 +1,7 @@ -# -*- python -*- -# -*- coding: utf-8 -*- # # This file is part of the easydev software # -# Copyright (c) 2011-2017 +# Copyright (c) 2011-2021 # # File author(s): Thomas Cokelaer <[email protected]> # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/easydev-0.12.0/easydev/progressbar.py new/easydev-0.12.1/easydev/progressbar.py --- old/easydev-0.12.0/easydev/progressbar.py 2021-08-25 22:11:32.000000000 +0200 +++ new/easydev-0.12.1/easydev/progressbar.py 2023-02-01 23:30:47.000000000 +0100 @@ -24,7 +24,9 @@ try: - from IPython.core.display import HTML, Javascript, display + from IPython.core.display import HTML, Javascript + from IPython import display + except ImportError: # pragma: no cover pass diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/easydev-0.12.0/easydev.egg-info/PKG-INFO new/easydev-0.12.1/easydev.egg-info/PKG-INFO --- old/easydev-0.12.0/easydev.egg-info/PKG-INFO 2021-09-09 18:17:08.000000000 +0200 +++ new/easydev-0.12.1/easydev.egg-info/PKG-INFO 2023-02-01 23:51:12.000000000 +0100 @@ -1,54 +1,15 @@ Metadata-Version: 2.1 Name: easydev -Version: 0.12.0 +Version: 0.12.1 Summary: Common utilities to ease the development of Python packages Home-page: http://github.com/cokelaer/easydev +Download-URL: http://github.com/cokelaer/easydev Author: Thomas Cokelaer Author-email: [email protected] Maintainer: Thomas Cokelaer Maintainer-email: [email protected] -License: new BSD -Download-URL: http://github.com/cokelaer/easydev -Description: easydev - ########## - - .. image:: https://badge.fury.io/py/easydev.svg - :target: https://pypi.python.org/pypi/easydev - - .. image:: https://github.com/cokelaer/easydev/actions/workflows/ci.yml/badge.svg - :target: https://github.com/cokelaer/easydev/actions/workflows/ci.yml - - - .. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=master - :target: https://coveralls.io/r/cokelaer/easydev?branch=master - - - - - :documentation: http://easydev-python.readthedocs.io/en/latest/ - :contributions: Please join https://github.com/cokelaer/easydev - :source: Please use https://github.com/cokelaer/easydev - :issues: Please use https://github.com/cokelaer/easydev/issues - :Python version supported: 3.7, 3.8, 3.9 - - - The `easydev <http://pypi.python.org/pypi/easydev/>`_ package - provides miscellaneous functions that are repeatidly used during - the development of Python packages. The goal is to help developers on - speeding up their own dev. It has been used also as an incubator for other - packages (e.g., http://pypi.python.org/pypi/colormap) and is stable. - - .. warning:: I'm not pretending to provide universal and bug-free tools. The - tools provided may also change. However, **easydev** is used - in a few other packages such as - `bioservices <https://pypi.python.org/pypi/bioservices>`_, - `sequana <https://sequana.readthedocs.io>`_ or - `GDSCTools <https://sequana.readthedocs.io>`_ to give a few - examples. - - - -Keywords: multisetup,logging,config,decorators,multigit,progressbar +License: BSD-3-Clause +Keywords: multisetup,logging,config,decorators,progressbar Platform: Linux Platform: Unix Platform: MacOsX @@ -63,3 +24,43 @@ Classifier: Programming Language :: Python :: 3.7 Classifier: Topic :: Software Development :: Libraries :: Python Modules Provides-Extra: profiler +License-File: COPYING + +easydev +########## + +.. image:: https://badge.fury.io/py/easydev.svg + :target: https://pypi.python.org/pypi/easydev + +.. image:: https://github.com/cokelaer/easydev/actions/workflows/main.yml/badge.svg + :target: https://github.com/cokelaer/easydev/actions/workflows/main.yml + + +.. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=main + :target: https://coveralls.io/r/cokelaer/easydev?branch=main + + + + +:documentation: http://easydev-python.readthedocs.io/en/latest/ +:contributions: Please join https://github.com/cokelaer/easydev +:source: Please use https://github.com/cokelaer/easydev +:issues: Please use https://github.com/cokelaer/easydev/issues +:Python version supported: 3.7, 3.8, 3.9, 3.10 + + +The `easydev <http://pypi.python.org/pypi/easydev/>`_ package +provides miscellaneous functions that are repeatidly used during +the development of Python packages. The goal is to help developers on +speeding up their own dev. It has been used also as an incubator for other +packages (e.g., http://pypi.python.org/pypi/colormap) and is stable. + +.. warning:: I'm not pretending to provide universal and bug-free tools. The + tools provided may also change. However, **easydev** is used + in a few other packages such as + `bioservices <https://pypi.python.org/pypi/bioservices>`_, + `sequana <https://sequana.readthedocs.io>`_ or + `GDSCTools <https://sequana.readthedocs.io>`_ to give a few + examples. + + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/easydev-0.12.0/easydev.egg-info/entry_points.txt new/easydev-0.12.1/easydev.egg-info/entry_points.txt --- old/easydev-0.12.0/easydev.egg-info/entry_points.txt 2021-09-09 18:17:08.000000000 +0200 +++ new/easydev-0.12.1/easydev.egg-info/entry_points.txt 2023-02-01 23:51:12.000000000 +0100 @@ -1,3 +1,2 @@ [console_scripts] browse = easydev.browser:main - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/easydev-0.12.0/setup.py new/easydev-0.12.1/setup.py --- old/easydev-0.12.0/setup.py 2021-09-09 17:58:56.000000000 +0200 +++ new/easydev-0.12.1/setup.py 2023-02-01 23:37:20.000000000 +0100 @@ -5,20 +5,19 @@ _MAJOR = 0 _MINOR = 12 -_MICRO = 0 +_MICRO = 1 version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO) release = '%d.%d' % (_MAJOR, _MINOR) metainfo = { 'authors': {'Cokelaer':('Thomas Cokelaer','[email protected]')}, 'version': version, - 'license' : 'new BSD', + 'license' : 'BSD-3-Clause', 'download_url' :'http://github.com/cokelaer/easydev', 'url' : "http://github.com/cokelaer/easydev", 'description':'Common utilities to ease the development of Python packages' , 'platforms' : ['Linux', 'Unix', 'MacOsX', 'Windows'], - 'keywords' : ["multisetup", "logging", "config", "decorators", - "multigit", "progressbar"], + 'keywords' : ["multisetup", "logging", "config", "decorators", "progressbar"], 'classifiers' : [ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',
