Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-service_identity for
openSUSE:Factory checked in at 2023-02-27 12:54:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-service_identity (Old)
and /work/SRC/openSUSE:Factory/.python-service_identity.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-service_identity"
Mon Feb 27 12:54:53 2023 rev:11 rq:1067753 version:21.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-service_identity/python-service_identity.changes
2022-02-09 20:38:21.490255148 +0100
+++
/work/SRC/openSUSE:Factory/.python-service_identity.new.31432/python-service_identity.changes
2023-02-27 12:54:55.495259253 +0100
@@ -1,0 +2,5 @@
+Fri Feb 24 07:27:03 UTC 2023 - Matej Cepl <[email protected]>
+
+- Clean up the SPEC file.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-service_identity.spec ++++++
--- /var/tmp/diff_new_pack.3hyQeW/_old 2023-02-27 12:54:56.003262369 +0100
+++ /var/tmp/diff_new_pack.3hyQeW/_new 2023-02-27 12:54:56.007262394 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-service_identity
#
-# 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,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oname service_identity
Name: python-service_identity
Version: 21.1.0
@@ -30,12 +29,13 @@
BuildRequires: %{python_module attrs >= 19.1.0}
BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module idna}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pyOpenSSL >= 0.14}
BuildRequires: %{python_module pyasn1-modules}
BuildRequires: %{python_module pyasn1}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs >= 19.1.0
@@ -63,10 +63,10 @@
%setup -q -n service-identity-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -76,6 +76,6 @@
%license LICENSE
%doc AUTHORS.rst README.rst
%{python_sitelib}/%{oname}
-%{python_sitelib}/%{oname}-%{version}-py*.egg-info
+%{python_sitelib}/%{oname}-%{version}*-info
%changelog