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-06-30 19:57:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-attrs (Old) and /work/SRC/openSUSE:Factory/.python-attrs.new.13546 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-attrs" Fri Jun 30 19:57:58 2023 rev:22 rq:1095918 version:23.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-attrs/python-attrs.changes 2023-05-19 11:55:33.315274796 +0200 +++ /work/SRC/openSUSE:Factory/.python-attrs.new.13546/python-attrs.changes 2023-06-30 19:58:02.289345808 +0200 @@ -1,0 +2,5 @@ +Thu Jun 22 07:04:50 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- remove outdated constructs, we no longer support < 3.8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-attrs.spec ++++++ --- /var/tmp/diff_new_pack.YflTny/_old 2023-06-30 19:58:03.801354801 +0200 +++ /var/tmp/diff_new_pack.YflTny/_new 2023-06-30 19:58:03.801354801 +0200 @@ -24,7 +24,6 @@ %define psuffix %{nil} %bcond_with test %endif -%global skip_python36 1 %{?sle15_python_module_pythons} Name: python-attrs%{psuffix} Version: 23.1.0 @@ -37,15 +36,11 @@ BuildRequires: %{python_module hatch-fancy-pypi-readme} BuildRequires: %{python_module hatch-vcs} BuildRequires: %{python_module hatchling} -BuildRequires: %{python_module importlib_metadata if %python-base < 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch -%if 0%{python_version_nodots} < 38 -Requires: python-importlib_metadata -%endif %if %{with test} BuildRequires: %{python_module Pympler} BuildRequires: %{python_module hypothesis}