Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cattrs for openSUSE:Factory checked in at 2023-05-09 13:09:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cattrs (Old) and /work/SRC/openSUSE:Factory/.python-cattrs.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cattrs" Tue May 9 13:09:05 2023 rev:2 rq:1085631 version:22.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cattrs/python-cattrs.changes 2023-01-23 18:32:09.132138503 +0100 +++ /work/SRC/openSUSE:Factory/.python-cattrs.new.1533/python-cattrs.changes 2023-05-09 13:09:13.545695191 +0200 @@ -1,0 +2,6 @@ +Mon May 8 21:15:51 UTC 2023 - Ben Greiner <[email protected]> + +- Slim down build requirement to poetry-core +- Explicitily require a bunch of test dependencies instead + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cattrs.spec ++++++ --- /var/tmp/diff_new_pack.sAtUQ1/_old 2023-05-09 13:09:14.017698000 +0200 +++ /var/tmp/diff_new_pack.sAtUQ1/_new 2023-05-09 13:09:14.021698024 +0200 @@ -24,23 +24,30 @@ URL: https://github.com/python-attrs/cattrs Source: https://github.com/python-attrs/cattrs/archive/refs/tags/v%{version}.tar.gz#/cattrs-%{version}.tar.gz BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry} +BuildRequires: %{python_module poetry-core >= 1.1} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module attrs >= 20} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module immutables} +BuildRequires: %{python_module msgpack >= 1.0.2} BuildRequires: %{python_module orjson} BuildRequires: %{python_module pymongo} BuildRequires: %{python_module pytest-benchmark} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module tomlkit} BuildRequires: %{python_module ujson} # /SECTION BuildRequires: fdupes Requires: python-attrs >= 20 -Suggests: python-exceptiongroup -Suggests: python-typing_extensions +Suggests: python-ujson +Suggests: python-orjson +Suggests: python-msgpack +Suggests: python-PyYAML +Suggests: python-tomlkit +Suggests: python-cbor2 +Suggests: python-pymongo BuildArch: noarch %python_subpackages @@ -65,6 +72,6 @@ %license LICENSE %{python_sitelib}/cattr %{python_sitelib}/cattrs -%{python_sitelib}/cattrs*info/ +%{python_sitelib}/cattrs-%{version}.dist-info %changelog
