Hello community, here is the log from the commit of package python-black for openSUSE:Factory checked in at 2020-12-12 20:28:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-black (Old) and /work/SRC/openSUSE:Factory/.python-black.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-black" Sat Dec 12 20:28:40 2020 rev:10 rq:853412 version:20.8b1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-black/python-black.changes 2020-09-08 22:46:11.207483024 +0200 +++ /work/SRC/openSUSE:Factory/.python-black.new.2328/python-black.changes 2020-12-12 20:31:08.289775278 +0100 @@ -1,0 +2,7 @@ +Sat Dec 5 23:44:07 UTC 2020 - Benjamin Greiner <c...@bnavigator.de> + +- Fix Python 3.6 for Leap 15.2 and for the upcoming python36 flavor + in Tumbleweed: Requires python-dataclasses + gh#openSUSE/python-rpm-macros#66 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-black.spec ++++++ --- /var/tmp/diff_new_pack.0HCU7Q/_old 2020-12-12 20:31:08.921775938 +0100 +++ /var/tmp/diff_new_pack.0HCU7Q/_new 2020-12-12 20:31:08.925775943 +0100 @@ -40,6 +40,8 @@ BuildRequires: %{python_module toml >= 0.10.1} BuildRequires: %{python_module typed-ast >= 1.4.0} BuildRequires: %{python_module typing_extensions} +BuildRequires: (python36-dataclasses if python36-base) +BuildRequires: (python3-dataclasses if python3-base < 3.7) BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-aiohttp >= 3.3.2 @@ -53,6 +55,9 @@ Requires: python-toml >= 0.10.1 Requires: python-typed-ast >= 1.4.0 Requires: python-typing_extensions +%if 0%{?python_version_nodots} == 36 +Requires: python-dataclasses +%endif Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org