Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jupyter-packaging for openSUSE:Factory checked in at 2022-08-08 10:02:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jupyter-packaging (Old) and /work/SRC/openSUSE:Factory/.python-jupyter-packaging.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-packaging" Mon Aug 8 10:02:30 2022 rev:7 rq:989218 version:0.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jupyter-packaging/python-jupyter-packaging.changes 2022-01-08 23:23:43.234236607 +0100 +++ /work/SRC/openSUSE:Factory/.python-jupyter-packaging.new.1521/python-jupyter-packaging.changes 2022-08-08 10:02:31.438371462 +0200 @@ -1,0 +2,49 @@ +Wed Jul 13 08:32:37 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Fix spec-cleaner gone wrong +- Update requirements + +------------------------------------------------------------------- +Wed Jul 13 00:37:49 UTC 2022 - Arun Persaud <a...@gmx.de> + +- specfile: + * update copyright year + * remove skip python version 2 (got base>=3.7 anyway) + * switch to pyproject build + * require hatchling, pip, pytest-timeout + +- update to version 0.12.2: + * Maintenance and upkeep improvements + + Replace deprecated pipes.quote with shlex.quote #153 (@hroncok) + + [pre-commit.ci] pre-commit autoupdate #152 (@pre-commit-ci) + + [pre-commit.ci] pre-commit autoupdate #151 (@pre-commit-ci) + +- changes from version 0.12.1: + * Enhancements made + + Allow skipping npm with JUPYTER_PACKAGING_SKIP_NPM env #133 + (@minrk) + * Maintenance and upkeep improvements + + [pre-commit.ci] pre-commit autoupdate #149 (@pre-commit-ci) + + Auto label bot PRs #148 (@blink1073) + + Use hatch backend #147 (@blink1073) + + [pre-commit.ci] pre-commit autoupdate #146 (@pre-commit-ci) + + Use flit build backend #144 (@blink1073) + + [pre-commit.ci] pre-commit autoupdate #142 (@pre-commit-ci) + + [pre-commit.ci] pre-commit autoupdate #141 (@pre-commit-ci) + + [pre-commit.ci] pre-commit autoupdate #140 (@pre-commit-ci) + + Update pre-commit #139 (@blink1073) + + Clean up CI and Tests #137 (@blink1073) + * Other merged PRs + + do not install tests as a top-level package #135 (@mgorny) + +- changes from version 0.12.0: + * Bugs fixed + + Update import for new setuptools path (setuptools >=61.0.0) #131 + (@timkpaine) + + Use pathlib rather than os.path #125 (@fcollonval) + * Maintenance and upkeep improvements + + Add source URL to pypi project page #129 (@manics) + + Add pre-commit #126 (@fcollonval) + + Stop using distutils.log #123 (@blink1073) + +------------------------------------------------------------------- Old: ---- jupyter_packaging-0.11.1.tar.gz New: ---- jupyter_packaging-0.12.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jupyter-packaging.spec ++++++ --- /var/tmp/diff_new_pack.tKnA1s/_old 2022-08-08 10:02:32.346374014 +0200 +++ /var/tmp/diff_new_pack.tKnA1s/_new 2022-08-08 10:02:32.354374036 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-jupyter-packaging # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,8 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 Name: python-jupyter-packaging -Version: 0.11.1 +Version: 0.12.2 Release: 0 Summary: Jupyter Packaging Utilities License: BSD-3-Clause @@ -28,24 +26,27 @@ Source: https://files.pythonhosted.org/packages/source/j/jupyter-packaging/jupyter_packaging-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module deprecation} +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module packaging} -BuildRequires: %{python_module setuptools >= 46.4.0} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools >= 60.2} BuildRequires: %{python_module tomlkit} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildArch: noarch Requires: python-deprecation Requires: python-packaging -Requires: python-setuptools >= 46.4.0 +Requires: python-setuptools >= 60.2 Requires: python-tomlkit Requires: python-wheel Provides: python-jupyter_packaging = %{version}-%{release} -# SECTON test requirements +# SECTION test requirements BuildRequires: %{python_module build} BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} #/SECTION +BuildArch: noarch %python_subpackages %description @@ -58,10 +59,10 @@ sed -i -e '/^#!\//, 1d' jupyter_packaging/*.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check ++++++ jupyter_packaging-0.11.1.tar.gz -> jupyter_packaging-0.12.2.tar.gz ++++++ ++++ 3701 lines of diff (skipped)