Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mizani for openSUSE:Factory checked in at 2024-02-04 19:09:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mizani (Old) and /work/SRC/openSUSE:Factory/.python-mizani.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mizani" Sun Feb 4 19:09:56 2024 rev:6 rq:1143988 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mizani/python-mizani.changes 2023-03-06 18:57:03.077123903 +0100 +++ /work/SRC/openSUSE:Factory/.python-mizani.new.1815/python-mizani.changes 2024-02-04 19:12:23.511506445 +0100 @@ -1,0 +2,23 @@ +Sun Feb 4 11:24:11 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 0.10.0: + * :class:`~mizani.formatters.mpl_format` has been removed, + :class:`~mizani.formatters.number_format` takes its place. + * :class:`~mizani.breaks.mpl_breaks` has been removed, + :class:`~mizani.breaks.extended_breaks` has always been + the default and it is sufficient. + * matplotlib has been removed as a dependency of mizani. + * mizani now requires python 3.9 and above. + * The units parameter for of :class:`~mizani.formatters.timedelta_format` + now accepts the values `"min", "day", "week", "month"`, + instead of `"m", "d", "w", "M"`. + * The naming convention for break formatting methods has changed + from `*_format` to `label_*`. + * The naming convention for break calculating methods has changed + from `*_breaks` to `breaks_*`. Specifically these methods have + been renamed. + * `log_breaks` is now :class:`~mizani.breaks.breaks_log` + * `trans_minor_breaks` is now :class:`~mizani.breaks.minor_breaks_trans` + * `date_breaks` is now :class:`~mizani.breaks. breaks_date` + +------------------------------------------------------------------- Old: ---- mizani-0.8.1.tar.gz New: ---- mizani-0.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mizani.spec ++++++ --- /var/tmp/diff_new_pack.pWiEgc/_old 2024-02-04 19:12:23.895520283 +0100 +++ /var/tmp/diff_new_pack.pWiEgc/_new 2024-02-04 19:12:23.895520283 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-mizani # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-mizani -Version: 0.8.1 +Version: 0.10.0 Release: 0 Summary: Scales for Python License: BSD-3-Clause @@ -52,8 +52,6 @@ %prep %setup -q -n mizani-%{version} -# correct np.timedelta64 usage -sed -i 's/unit=//' mizani/tests/test_*.py %build %pyproject_wheel @@ -69,7 +67,7 @@ %pytest --ignore mizani/tests/test_breaks.py -k "not ($donttest)" %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE %{python_sitelib}/mizani %{python_sitelib}/mizani-%{version}*-info ++++++ mizani-0.8.1.tar.gz -> mizani-0.10.0.tar.gz ++++++ ++++ 22039 lines of diff (skipped)