Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-attrs for openSUSE:Factory checked in at 2023-01-04 17:50:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-attrs (Old) and /work/SRC/openSUSE:Factory/.python-attrs.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-attrs" Wed Jan 4 17:50:55 2023 rev:19 rq:1046288 version:22.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-attrs/python-attrs.changes 2022-09-21 14:42:37.657787436 +0200 +++ /work/SRC/openSUSE:Factory/.python-attrs.new.1563/python-attrs.changes 2023-01-04 17:51:11.957685297 +0100 @@ -1,0 +2,18 @@ +Fri Dec 23 11:38:48 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 22.2.0: + * Python 3.5 is not supported anymore. + * Python 3.6 is now deprecated and support will be removed in the next + release. + * `attrs.field()` now supports an *alias* option for explicit `__init__` + argument names. + * `attrs.NOTHING` is now an enum value, making it possible to use with + e.g. `typing.Literal`. + * Added missing re-import of `attr.AttrsInstance` to the `attrs` + namespace. + * Fix slight performance regression in classes with custom `__setattr__` + and speedup even more. + * Class-creation performance improvements by switching performance- + sensitive templating operations to f-strings. + +------------------------------------------------------------------- Old: ---- attrs-22.1.0.tar.gz New: ---- attrs-22.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-attrs.spec ++++++ --- /var/tmp/diff_new_pack.GGlE8F/_old 2023-01-04 17:51:13.693695528 +0100 +++ /var/tmp/diff_new_pack.GGlE8F/_new 2023-01-04 17:51:13.737695788 +0100 @@ -1,7 +1,7 @@ # # spec file # -# 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 @@ -27,7 +27,7 @@ %endif %global skip_python36 1 Name: python-attrs%{psuffix} -Version: 22.1.0 +Version: 22.2.0 Release: 0 Summary: Attributes without boilerplate License: MIT @@ -86,7 +86,7 @@ %if !%{with test} %files %{python_files} %license LICENSE -%doc CHANGELOG.rst README.rst +%doc CHANGELOG.md README.md %{python_sitelib}/attr* %{python_sitelib}/attrs-%{version}-py*.egg-info %endif ++++++ attrs-22.1.0.tar.gz -> attrs-22.2.0.tar.gz ++++++ ++++ 13667 lines of diff (skipped)