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 2025-01-06 16:04:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-attrs (Old) and /work/SRC/openSUSE:Factory/.python-attrs.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-attrs" Mon Jan 6 16:04:53 2025 rev:26 rq:1234568 version:24.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-attrs/python-attrs.changes 2024-11-07 16:23:49.664764280 +0100 +++ /work/SRC/openSUSE:Factory/.python-attrs.new.1881/python-attrs.changes 2025-01-06 16:05:07.657539793 +0100 @@ -1,0 +2,17 @@ +Thu Jan 2 14:12:53 UTC 2025 - Dirk Müller <dmuel...@suse.com> + +- update to 24.3.0: + * Python 3.7 has been dropped. + * Introduce `attrs.NothingType`, for annotating types + consistent with `attrs.NOTHING`. + * Allow mutating `__suppress_context__` and `__notes__` on + frozen exceptions. + * `attrs.converters.optional()` works again when taking + `attrs.converters.pipe()` or another Converter as its + argument. + * *attrs* instances now support `copy.replace()`. + * `attrs.validators.instance_of()`'s type hints now allow for + union types. + * For example: `instance_of(str | int)` + +------------------------------------------------------------------- Old: ---- attrs-24.2.0.tar.gz New: ---- attrs-24.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-attrs.spec ++++++ --- /var/tmp/diff_new_pack.YfI56T/_old 2025-01-06 16:05:08.393570175 +0100 +++ /var/tmp/diff_new_pack.YfI56T/_new 2025-01-06 16:05:08.397570340 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-attrs # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,13 +26,14 @@ %endif %{?sle15_python_module_pythons} Name: python-attrs%{psuffix} -Version: 24.2.0 +Version: 24.3.0 Release: 0 Summary: Attributes without boilerplate License: MIT Group: Development/Languages/Python URL: https://github.com/hynek/attrs/ Source: https://files.pythonhosted.org/packages/source/a/attrs/attrs-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module hatch-fancy-pypi-readme} BuildRequires: %{python_module hatch-vcs} BuildRequires: %{python_module hatchling} ++++++ attrs-24.2.0.tar.gz -> attrs-24.3.0.tar.gz ++++++ ++++ 2827 lines of diff (skipped)