Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-black for openSUSE:Factory checked in at 2023-09-20 13:30:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-black (Old) and /work/SRC/openSUSE:Factory/.python-black.new.16627 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-black" Wed Sep 20 13:30:23 2023 rev:21 rq:1112329 version:23.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-black/python-black.changes 2023-07-18 21:54:41.154481362 +0200 +++ /work/SRC/openSUSE:Factory/.python-black.new.16627/python-black.changes 2023-09-20 13:34:00.441001321 +0200 @@ -1,0 +2,26 @@ +Tue Sep 19 14:51:16 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- remove buildrequires that are not used on sle15 + +------------------------------------------------------------------- +Tue Sep 12 07:11:17 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 23.9.1: + * Upgrade to mypy 1.5.1 (#3864) + * Store raw tuples instead of NamedTuples in Black's cache, + improving performance and decreasing the size of the cache + * More concise formatting for dummy implementations (#3796) + * In stub files, add a blank line between a statement with a + body (e.g an `if sys.version_info > (3, x):`) and a + function definition on the same level (#3862) + * Fix a bug whereby spaces were removed from walrus operators + within subscript(#3823) + * Black now applies exclusion and ignore logic before resolving + symlinks (#3846) + * Avoid importing `IPython` if notebook cells do not contain + magics (#3782) + * Improve caching by comparing file hashes as fallback for + mtime and size (#3821) + * Fix an issue in `blackd` with single character input (#3558) + +------------------------------------------------------------------- Old: ---- black-23.7.0.tar.gz New: ---- black-23.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-black.spec ++++++ --- /var/tmp/diff_new_pack.v2wpQw/_old 2023-09-20 13:34:01.649044600 +0200 +++ /var/tmp/diff_new_pack.v2wpQw/_new 2023-09-20 13:34:01.649044600 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-black -Version: 23.7.0 +Version: 23.9.1 Release: 0 Summary: A code formatter written in, and written for Python License: MIT @@ -39,7 +39,9 @@ BuildRequires: %{python_module platformdirs >= 2} BuildRequires: %{python_module pytest} BuildRequires: %{python_module tomli >= 1.1.0} -BuildRequires: %{python_module typing_extensions >= 3.10.0.0 if %python-base < 3.10} +%if 0%{?suse_version} > 1500 +BuildRequires: %{python_module typing_extensions >= 3.10.0.0 if %python-base < 3.11} +%endif BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -55,7 +57,7 @@ Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch -%if 0%{?python_version_nodots} < 310 +%if 0%{?python_version_nodots} < 311 Requires: python-typing_extensions >= 3.10.0.0 %endif %python_subpackages ++++++ black-23.7.0.tar.gz -> black-23.9.1.tar.gz ++++++ ++++ 2712 lines of diff (skipped)