Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-asyncclick for
openSUSE:Factory checked in at 2023-05-19 11:55:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asyncclick (Old)
and /work/SRC/openSUSE:Factory/.python-asyncclick.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asyncclick"
Fri May 19 11:55:56 2023 rev:3 rq:1087893 version:8.1.3.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asyncclick/python-asyncclick.changes
2022-10-28 19:32:01.935384130 +0200
+++
/work/SRC/openSUSE:Factory/.python-asyncclick.new.1533/python-asyncclick.changes
2023-05-19 11:56:26.803580686 +0200
@@ -1,0 +2,6 @@
+Fri May 19 07:22:49 UTC 2023 - Dirk Müller <[email protected]>
+
+- build with setuptools_scm
+- build for PSP on sle15
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asyncclick.spec ++++++
--- /var/tmp/diff_new_pack.aIo6V1/_old 2023-05-19 11:56:27.235583157 +0200
+++ /var/tmp/diff_new_pack.aIo6V1/_new 2023-05-19 11:56:27.243583202 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-asyncclick
#
-# 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,9 +16,7 @@
#
-%define oldpython python
-%define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?sle15_python_module_pythons}
Name: python-asyncclick
Version: 8.1.3.4
Release: 0
@@ -32,6 +30,7 @@
BuildRequires: %{python_module click}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module trio}
BuildRequires: %{python_module wheel}
@@ -67,6 +66,6 @@
%license LICENSE.rst
%doc CHANGES.rst README.rst
%{python_sitelib}/asyncclick
-%{python_sitelib}/asyncclick-*.dist-info/
+%{python_sitelib}/asyncclick-%{version}.dist-info/
%changelog