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 2021-03-02 12:35:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-packaging (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-packaging.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-packaging"
Tue Mar 2 12:35:06 2021 rev:3 rq:875987 version:0.7.12
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-packaging/python-jupyter-packaging.changes
2020-05-26 17:20:24.228114561 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter-packaging.new.2378/python-jupyter-packaging.changes
2021-03-02 12:46:39.904418194 +0100
@@ -1,0 +2,12 @@
+Mon Mar 1 10:12:52 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 0.7.12
+ * no newer release notes
+- Release 0.6
+ * Move data files to the correct place on develop install #41
+- Release 0.5
+ * Update readme to mention pep 518 #36
+ * Add handling of data_files in develop mode and add test. #35
+- Drop which-finds-python-executable.patch merged upstream
+
+-------------------------------------------------------------------
Old:
----
jupyter-packaging-0.4.0.tar.gz
which-finds-python-executable.patch
New:
----
jupyter-packaging-0.7.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-packaging.spec ++++++
--- /var/tmp/diff_new_pack.G7RdW8/_old 2021-03-02 12:46:40.416418637 +0100
+++ /var/tmp/diff_new_pack.G7RdW8/_new 2021-03-02 12:46:40.416418637 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jupyter-packaging
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jupyter-packaging
-Version: 0.4.0
+Version: 0.7.12
Release: 0
Summary: Jupyter Packaging Utilities
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/jupyter/jupyter-packaging
Source:
https://files.pythonhosted.org/packages/source/j/jupyter-packaging/jupyter-packaging-%{version}.tar.gz
-# fix tests https://github.com/jupyter/jupyter-packaging/pull/32
-Patch0: which-finds-python-executable.patch
+BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
+Requires: python-packaging
%python_subpackages
%description
@@ -42,7 +42,6 @@
%setup -q -n jupyter-packaging-%{version}
sed -i 's/\r$//' README.md
sed -i -e '/^#!\//, 1d' jupyter_packaging/*.py
-%patch0 -p1
%build
%python_build
@@ -52,7 +51,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# test_install and test_datafiles_install call pip which wants to check the
online cache
+%pytest -k "not (test_install or test_datafiles_install)"
%files %{python_files}
%doc README.md
++++++ jupyter-packaging-0.4.0.tar.gz -> jupyter-packaging-0.7.12.tar.gz ++++++
++++ 2988 lines of diff (skipped)