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-07-18 21:54:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-black (Old) and /work/SRC/openSUSE:Factory/.python-black.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-black" Tue Jul 18 21:54:26 2023 rev:20 rq:1098965 version:23.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-black/python-black.changes 2023-06-22 23:27:57.846423893 +0200 +++ /work/SRC/openSUSE:Factory/.python-black.new.3193/python-black.changes 2023-07-18 21:54:41.154481362 +0200 @@ -1,0 +2,25 @@ +Sun Jul 16 14:00:30 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 23.7.0: + * Runtime support for Python 3.7 has been removed. Formatting + 3.7 code will still be supported until further notice (#3765) + * Fix a bug where an illegal trailing comma was added to return + type annotations using PEP 604 unions (#3735) + * Fix several bugs and crashes where comments in stub files + were removed or mishandled under some circumstances (#3745) + * Fix a crash with multi-line magic comments like `type: + ignore` within parentheses + * Fix error in AST validation when _Black_ removes trailing + whitespace in a type comment + * Remove patching of Click that mitigated errors on Python 3.6 + with `LANG=C` (#3768) + * Add support for the new PEP 695 syntax in Python 3.12 (#3703) + * Speed up _Black_ significantly when the cache is full (#3751) + * Avoid importing `IPython` in a case where we wouldn't need it + (#3748) + * Use aware UTC datetimes internally, avoids deprecation + warning on Python 3.12 (#3728) + * Change verbose logging to exactly mirror _Black_'s logic for + source discovery (#3749) + +------------------------------------------------------------------- Old: ---- black-23.3.0.tar.gz New: ---- black-23.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-black.spec ++++++ --- /var/tmp/diff_new_pack.Ee6gBl/_old 2023-07-18 21:54:41.846485231 +0200 +++ /var/tmp/diff_new_pack.Ee6gBl/_new 2023-07-18 21:54:41.850485253 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-black -Version: 23.3.0 +Version: 23.7.0 Release: 0 Summary: A code formatter written in, and written for Python License: MIT @@ -27,7 +27,7 @@ BuildRequires: %{python_module aiohttp >= 3.3.2} BuildRequires: %{python_module aiohttp_cors} BuildRequires: %{python_module attrs >= 18.1.0} -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module click >= 8.0.0} BuildRequires: %{python_module hatch-fancy-pypi-readme} BuildRequires: %{python_module hatch_vcs} @@ -55,12 +55,6 @@ Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch -%if 0%{?python_version_nodots} < 37 -Requires: python-dataclasses -%endif -%if 0%{?python_version_nodots} < 38 -Requires: python-typed-ast >= 1.4.2 -%endif %if 0%{?python_version_nodots} < 310 Requires: python-typing_extensions >= 3.10.0.0 %endif ++++++ black-23.3.0.tar.gz -> black-23.7.0.tar.gz ++++++ ++++ 5036 lines of diff (skipped)