commit python-jupyter_contrib_core for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jupyter_contrib_core for openSUSE:Factory checked in at 2023-01-02 15:01:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jupyter_contrib_core (Old) and /work/SRC/openSUSE:Factory/.python-jupyter_contrib_core.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-jupyter_contrib_core" Mon Jan 2 15:01:56 2023 rev:7 rq:1046022 version:0.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jupyter_contrib_core/python-jupyter_contrib_core.changes 2022-08-02 22:09:28.825822390 +0200 +++ /work/SRC/openSUSE:Factory/.python-jupyter_contrib_core.new.1563/python-jupyter_contrib_core.changes 2023-01-02 15:02:00.269295690 +0100 @@ -1,0 +2,8 @@ +Sun Jan 1 17:58:00 UTC 2023 - Ben Greiner <code@bnavigator.de> + +- Update to 0.4.2 + * Compatibility update + * Remove `scripts` entry from `setup.py` +- Move to PEP517 + +------------------------------------------------------------------- Old: ---- jupyter_contrib_core-0.4.0.tar.gz New: ---- jupyter_contrib_core-0.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jupyter_contrib_core.spec ++++++ --- /var/tmp/diff_new_pack.pF6WSP/_old 2023-01-02 15:02:00.741298342 +0100 +++ /var/tmp/diff_new_pack.pF6WSP/_new 2023-01-02 15:02:00.749298387 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-jupyter_contrib_core # -# 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 @@ -16,17 +16,18 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jupyter_contrib_core -Version: 0.4.0 +Version: 0.4.2 Release: 0 Summary: Common utilities for jupyter-contrib projects License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/jupyter-contrib/jupyter_contrib_core Source: https://files.pythonhosted.org/packages/source/j/jupyter_contrib_core/jupyter_contrib_core-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements @@ -68,11 +69,11 @@ %build export LANG=en_US.UTF-8 -%python_build +%pyproject_wheel %install export LANG=en_US.UTF-8 -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/jupyter-contrib %python_expand %fdupes %{buildroot}%{$python_sitelib} ++++++ jupyter_contrib_core-0.4.0.tar.gz -> jupyter_contrib_core-0.4.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_contrib_core-0.4.0/.gitignore new/jupyter_contrib_core-0.4.2/.gitignore --- old/jupyter_contrib_core-0.4.0/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/jupyter_contrib_core-0.4.2/.gitignore 2022-07-08 21:47:11.000000000 +0200 @@ -0,0 +1,44 @@ +*~ + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# Unit test / coverage reports +htmlcov +.tox +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml + +# Sphinx documentation +docs/_build + +.idea + +# pip install +*.egg +*.egg-info +dist +build +eggs +.eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 +venv*/ +pyvenv*/ +MANIFEST + +# Installer logs +pip-log.txt + +# ipython notebook checkpoints +.ipynb_checkpoints diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_contrib_core-0.4.0/PKG-INFO new/jupyter_contrib_core-0.4.2/PKG-INFO --- old/jupyter_contrib_core-0.4.0/PKG-INFO 2022-07-09 10:12:03.061977900 +0200 +++ new/jupyter_contrib_core-0.4.2/PKG-INFO 2022-11-15 17:21:49.400249700 +0100 @@ -1,9 +1,9 @@ Metadata-Version: 2.1 Name: jupyter_contrib_core -Version: 0.4.0 +Version: 0.4.2 Summary: Common utilities for jupyter-contrib projects. Home-page: https://github.com/jupyter-contrib/jupyter_contrib_core -Download-URL: https://github.com/jupyter-contrib/jupyter_contrib_core/tarball/0.4.0 +Download-URL: https://github.com/jupyter-contrib/jupyter_contrib_core/tarball/0.4.2 Author: jcb91, jupyter-contrib developers Author-email: joshuacookebarnes@gmail.com License: BSD 3-clause diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_contrib_core-0.4.0/README.md new/jupyter_contrib_core-0.4.2/README.md --- old/jupyter_contrib_core-0.4.0/README.md 2022-07-08 21:43:51.000000000 +0200 +++ new/jupyter_contrib_core-0.4.2/README.md 2022-11-15 17:04:58.000000000 +0100 @@ -16,6 +16,13 @@ Changes ======= +0.4.2 +----- + +* Fix CI +* Remove `scripts` entry from `setup.py` + + 0.3.3 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_contrib_core-0.4.0/setup.py new/jupyter_contrib_core-0.4.2/setup.py --- old/jupyter_contrib_core-0.4.0/setup.py 2022-07-09 10:11:36.000000000 +0200 +++ new/jupyter_contrib_core-0.4.2/setup.py 2022-11-15 17:04:58.000000000 +0100 @@ -23,14 +23,14 @@ - common application components and cli scripts - utility classes and functions for use in tests """, - version='0.4.0', + version='0.4.2', author='jcb91, jupyter-contrib developers', author_email='joshuacookebarnes@gmail.com', url=('https://github.com/' 'jupyter-contrib/jupyter_contrib_core'), download_url=('https://github.com/' 'jupyter-contrib/jupyter_contrib_core/' - 'tarball/0.4.0'), + 'tarball/0.4.2'), keywords=['Jupyter', 'notebook'], license='BSD 3-clause', platforms=['any'], @@ -63,9 +63,6 @@ 'jupyter-contrib = jupyter_contrib_core.application:main', # noqa ], }, - scripts=[os.path.join('scripts', p) for p in [ - 'jupyter-contrib', - ]], classifiers=[ 'Intended Audience :: End Users/Desktop', 'Intended Audience :: Science/Research', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_contrib_core-0.4.0/src/jupyter_contrib_core/__init__.py new/jupyter_contrib_core-0.4.2/src/jupyter_contrib_core/__init__.py --- old/jupyter_contrib_core-0.4.0/src/jupyter_contrib_core/__init__.py 2022-07-08 21:43:51.000000000 +0200 +++ new/jupyter_contrib_core-0.4.2/src/jupyter_contrib_core/__init__.py 2022-11-15 17:04:58.000000000 +0100 @@ -5,4 +5,4 @@ from __future__ import unicode_literals -__version__ = '0.3.3' +__version__ = '0.4.2' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_contrib_core-0.4.0/src/jupyter_contrib_core.egg-info/PKG-INFO new/jupyter_contrib_core-0.4.2/src/jupyter_contrib_core.egg-info/PKG-INFO --- old/jupyter_contrib_core-0.4.0/src/jupyter_contrib_core.egg-info/PKG-INFO 2022-07-09 10:12:03.000000000 +0200 +++ new/jupyter_contrib_core-0.4.2/src/jupyter_contrib_core.egg-info/PKG-INFO 2022-11-15 17:21:49.000000000 +0100 @@ -1,9 +1,9 @@ Metadata-Version: 2.1 Name: jupyter-contrib-core -Version: 0.4.0 +Version: 0.4.2 Summary: Common utilities for jupyter-contrib projects. Home-page: https://github.com/jupyter-contrib/jupyter_contrib_core -Download-URL: https://github.com/jupyter-contrib/jupyter_contrib_core/tarball/0.4.0 +Download-URL: https://github.com/jupyter-contrib/jupyter_contrib_core/tarball/0.4.2 Author: jcb91, jupyter-contrib developers Author-email: joshuacookebarnes@gmail.com License: BSD 3-clause diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_contrib_core-0.4.0/src/jupyter_contrib_core.egg-info/SOURCES.txt new/jupyter_contrib_core-0.4.2/src/jupyter_contrib_core.egg-info/SOURCES.txt --- old/jupyter_contrib_core-0.4.0/src/jupyter_contrib_core.egg-info/SOURCES.txt 2022-07-09 10:12:03.000000000 +0200 +++ new/jupyter_contrib_core-0.4.2/src/jupyter_contrib_core.egg-info/SOURCES.txt 2022-11-15 17:21:49.000000000 +0100 @@ -1,3 +1,4 @@ +.gitignore LICENSE.txt MANIFEST.in README.md
participants (1)
-
Source-Sync