Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-et_xmlfile for
openSUSE:Factory checked in at 2023-05-26 20:14:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-et_xmlfile (Old)
and /work/SRC/openSUSE:Factory/.python-et_xmlfile.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-et_xmlfile"
Fri May 26 20:14:16 2023 rev:4 rq:1088682 version:1.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-et_xmlfile/python-et_xmlfile.changes
2020-03-27 00:20:40.532116332 +0100
+++
/work/SRC/openSUSE:Factory/.python-et_xmlfile.new.1533/python-et_xmlfile.changes
2023-05-26 20:14:17.639840843 +0200
@@ -1,0 +2,10 @@
+Tue May 23 13:14:19 UTC 2023 - Matej Cepl <[email protected]>
+
+- Clean up the SPEC file.
+
+-------------------------------------------------------------------
+Tue May 23 03:54:32 UTC 2023 - Jiri Srain <[email protected]>
+
+- updated the LICENSE.rst URL
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-et_xmlfile.spec ++++++
--- /var/tmp/diff_new_pack.VUglUW/_old 2023-05-26 20:14:18.447845659 +0200
+++ /var/tmp/diff_new_pack.VUglUW/_new 2023-05-26 20:14:18.451845682 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-et_xmlfile
#
-# Copyright (c) 2020 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-%{**}}
Name: python-et_xmlfile
Version: 1.0.1
Release: 0
@@ -24,10 +23,11 @@
License: MIT
URL: https://bitbucket.org/openpyxl/et_xmlfile
Source0:
https://files.pythonhosted.org/packages/source/e/et_xmlfile/et_xmlfile-%{version}.tar.gz
-Source1:
https://bitbucket.org/openpyxl/et_xmlfile/raw/8c7ad6904ebe0ff98c204a3e77d7e78528b10ffe/LICENCE.rst
+Source1:
https://raw.githubusercontent.com/biydnd/et_xmlfile/master/LICENCE.rst
BuildRequires: %{python_module lxml}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-jdcal
@@ -48,10 +48,10 @@
cp -a %{SOURCE1} .
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -60,7 +60,7 @@
%files %{python_files}
%license LICENCE.rst
%doc README.rst
-%{python_sitelib}/et_xmlfile-%{version}-py*.egg-info
-%{python_sitelib}/et_xmlfile/
+%{python_sitelib}/et_xmlfile-%{version}*-info
+%{python_sitelib}/et_xmlfile
%changelog