Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jupyter-events for 
openSUSE:Factory checked in at 2023-01-16 17:59:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-events (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter-events.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter-events"

Mon Jan 16 17:59:09 2023 rev:2 rq:1058572 version:0.6.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter-events/python-jupyter-events.changes  
    2023-01-02 15:01:46.829220157 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter-events.new.32243/python-jupyter-events.changes
   2023-01-16 18:01:45.559777855 +0100
@@ -1,0 +2,18 @@
+Sun Jan 15 21:04:58 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.6.3
+  * Clean up typing #64 (@blink1073)
+- Release 0.6.2
+  * Decrease pyyaml dependency floor to increase compatibility #63
+    (@kevin-bates)
+- Release 0.6.1
+  * Remove artificial cap on jsonschema dependency #61
+    (@kevin-bates)
+  * Try dropping jsonschema dependency #59 (@bretttully)
+- Release 0.6.0
+  * Add typing file #60 (@blink1073)
+  * Use base setup dependency type #47 (@blink1073)
+  * (CI and lint cleanups in multiple PRs)
+- allow update-alternatives for backported 15.x packages
+
+---------------------------------------------------------

Old:
----
  jupyter_events-0.5.0.tar.gz

New:
----
  jupyter_events-0.6.3.tar.gz

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

Other differences:
------------------
++++++ python-jupyter-events.spec ++++++
--- /var/tmp/diff_new_pack.Z6021Z/_old  2023-01-16 18:01:46.503783152 +0100
+++ /var/tmp/diff_new_pack.Z6021Z/_new  2023-01-16 18:01:46.507783174 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyter-events
 #
-# 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,36 +16,43 @@
 #
 
 
-# This is with alts/libalternatives only and has never been something else
+%if 0%{suse_version} >= 1550
 %bcond_without libalternatives
+%else
+%bcond_with libalternatives
+%endif
 Name:           python-jupyter-events
-Version:        0.5.0
+Version:        0.6.3
 Release:        0
 Summary:        Jupyter Event System library
 License:        BSD-3-Clause
 URL:            https://github.com/jupyter/jupyter_events
 Source:         
https://files.pythonhosted.org/packages/source/j/jupyter_events/jupyter_events-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.7}
-BuildRequires:  %{python_module hatchling}
+BuildRequires:  %{python_module hatchling >= 1.5}
 BuildRequires:  %{python_module pip}
 BuildRequires:  alts
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       alts
-Requires:       python-PyYAML >= 6.0
-Requires:       python-jsonschema-format-nongpl >= 4.3.0
+Requires:       python-PyYAML >= 5.3
+Requires:       python-jsonschema-format-nongpl >= 3.2.0
 Requires:       python-python-json-logger >= 2.0.4
+Requires:       python-rfc3339-validator
+Requires:       python-rfc3986-validator >= 0.1.1
 Requires:       python-traitlets >= 5.3
 Provides:       python-jupyter_events = %{version}-%{release}
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module PyYAML >= 6.0}
+BuildRequires:  %{python_module rfc3339-validator}
+BuildRequires:  %{python_module PyYAML >= 5.3}
 BuildRequires:  %{python_module click}
-BuildRequires:  %{python_module jsonschema-format-nongpl >= 4.3.0}
-BuildRequires:  %{python_module pytest >= 6.1.0}
+BuildRequires:  %{python_module jsonschema-format-nongpl >= 3.2.0}
+BuildRequires:  %{python_module pytest >= 7}
 BuildRequires:  %{python_module pytest-asyncio >= 0.19.0}
 BuildRequires:  %{python_module pytest-console-scripts}
 BuildRequires:  %{python_module python-json-logger >= 2.0.4}
+BuildRequires:  %{python_module rfc3986-validator >= 0.1.1}
 BuildRequires:  %{python_module rich}
 BuildRequires:  %{python_module traitlets >= 5.3}
 # /SECTION
@@ -71,13 +78,15 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# flavored not yet installed libalts are not supported by python-rpm-macros
-%{python_expand #
+%{python_expand # provide flavored command in case not yet installed libalts 
are not supported by python_flavored_alternatives
 mkdir -p build/flavorbin
-ln -s %{buildroot}%{_bindir}/jupyter-events-%{$python_bin_suffix} 
build/flavorbin/jupyter-events
+which jupyter-events || ln -s 
%{buildroot}%{_bindir}/jupyter-events-%{$python_bin_suffix} 
build/flavorbin/jupyter-events
 }
 %pytest
 
+%pre
+%python_libalternatives_reset_alternative jupyter-events
+
 %post
 %python_install_alternative jupyter-events
 

++++++ jupyter_events-0.5.0.tar.gz -> jupyter_events-0.6.3.tar.gz ++++++
++++ 1899 lines of diff (skipped)

Reply via email to