Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fqdn for openSUSE:Factory checked in at 2023-04-22 22:00:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fqdn (Old) and /work/SRC/openSUSE:Factory/.python-fqdn.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fqdn" Sat Apr 22 22:00:55 2023 rev:2 rq:1081916 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fqdn/python-fqdn.changes 2022-12-30 11:08:36.977132105 +0100 +++ /work/SRC/openSUSE:Factory/.python-fqdn.new.1533/python-fqdn.changes 2023-04-22 22:01:47.825695932 +0200 @@ -1,0 +2,10 @@ +Fri Apr 21 12:25:25 UTC 2023 - Dirk Müller <[email protected]> + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Thu Apr 13 22:41:26 UTC 2023 - Matej Cepl <[email protected]> + +- Make calling of %{sle15modernpython} optional. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fqdn.spec ++++++ --- /var/tmp/diff_new_pack.0HM8zO/_old 2023-04-22 22:01:48.257698516 +0200 +++ /var/tmp/diff_new_pack.0HM8zO/_new 2023-04-22 22:01:48.261698539 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-fqdn # -# 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 @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-fqdn Version: 1.5.1 Release: 0 @@ -23,13 +24,13 @@ License: MPL-2.0 URL: https://github.com/ypcrts/fqdn Source: https://github.com/ypcrts/fqdn/archive/refs/tags/v%{version}.tar.gz#/fqdn-%{version}-gh.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module cached-property if %python-base < 3.8} BuildRequires: %{python_module pip} -BuildRequires: %{python_module wheel} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module cached-property if %python-base < 3.8} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros %if %python_version_nodots < 38 Requires: python-cached-property >= 1.3.0 %endif @@ -46,7 +47,6 @@ hostnames without periods or others with underscores will be valid. These relaxations are closer to how modern web browsers work. - %prep %setup -q -n fqdn-%{version}
