From 299ee926dce7f1c2bf9de0904fc892242b1a31a9121422acaab508c4d32298d8 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 12 Jul 2024 15:05:30 +0000 Subject: [PATCH] Accepting request 1187178 from home:bnavigator:branches:devel:languages:python:jupyter - Update to 0.12.43 * fix: domain should not be reset when min/max are set #1638 OBS-URL: https://build.opensuse.org/request/show/1187178 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=39 --- bqplot-0.12.42-gh.tar.gz | 3 --- bqplot-0.12.42.tar.gz | 3 --- bqplot-0.12.43-gh.tar.gz | 3 +++ bqplot-0.12.43.tar.gz | 3 +++ python-bqplot.changes | 6 ++++++ python-bqplot.spec | 9 +++++---- 6 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 bqplot-0.12.42-gh.tar.gz delete mode 100644 bqplot-0.12.42.tar.gz create mode 100644 bqplot-0.12.43-gh.tar.gz create mode 100644 bqplot-0.12.43.tar.gz diff --git a/bqplot-0.12.42-gh.tar.gz b/bqplot-0.12.42-gh.tar.gz deleted file mode 100644 index 8d9f5c9..0000000 --- a/bqplot-0.12.42-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c77c2304d75d72d7a0867fba836de35fe141e74f155cf8acddb04cf4335c749 -size 7293303 diff --git a/bqplot-0.12.42.tar.gz b/bqplot-0.12.42.tar.gz deleted file mode 100644 index 338cddb..0000000 --- a/bqplot-0.12.42.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99486f74cabcfdff841dfee41ba6d2b47782d85a34ff36a34a223d43ffc0a729 -size 1205582 diff --git a/bqplot-0.12.43-gh.tar.gz b/bqplot-0.12.43-gh.tar.gz new file mode 100644 index 0000000..0689f60 --- /dev/null +++ b/bqplot-0.12.43-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5847e8c727ce0bc05ca40f76c8a36aa669d3028b598811ed45cf755f71e353d0 +size 7273423 diff --git a/bqplot-0.12.43.tar.gz b/bqplot-0.12.43.tar.gz new file mode 100644 index 0000000..32b1637 --- /dev/null +++ b/bqplot-0.12.43.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b469d1f03df4f51873cb0406a24b56cdf4a835fc5aa9560776fc636b8b3449 +size 1205434 diff --git a/python-bqplot.changes b/python-bqplot.changes index 357d47d..31fe814 100644 --- a/python-bqplot.changes +++ b/python-bqplot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 12 14:52:46 UTC 2024 - Ben Greiner + +- Update to 0.12.43 + * fix: domain should not be reset when min/max are set #1638 + ------------------------------------------------------------------- Tue Mar 5 18:46:34 UTC 2024 - Ben Greiner diff --git a/python-bqplot.spec b/python-bqplot.spec index 962cfed..42f0ba6 100644 --- a/python-bqplot.spec +++ b/python-bqplot.spec @@ -18,9 +18,8 @@ # https://github.com/bqplot/bqplot/issues/1639 %define skip_python312 1 -%define skip_python39 1 -%define pyver 0.12.42 -%define jupver 0.5.43 +%define pyver 0.12.43 +%define jupver 0.5.44 Name: python-bqplot Version: %{pyver} Release: 0 @@ -108,7 +107,9 @@ rm bqplot/install.py %check %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -c "import bqplot" -%pytest tests/ +# dtype no longer unsupported +donttest="test_dtype_with_str" +%pytest tests/ -k "not ($donttest)" %pytest --nbval ui-tests/tests/notebooks %files %{python_files}