Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-flup for openSUSE:Factory 
checked in at 2023-05-23 14:55:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flup (Old)
 and      /work/SRC/openSUSE:Factory/.python-flup.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-flup"

Tue May 23 14:55:00 2023 rev:13 rq:1088574 version:1.0.3.dev20161029

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flup/python-flup.changes  2018-12-13 
19:44:50.132982034 +0100
+++ /work/SRC/openSUSE:Factory/.python-flup.new.1533/python-flup.changes        
2023-05-23 14:55:34.718850639 +0200
@@ -1,0 +2,7 @@
+Tue May 23 09:27:10 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Run spec-cleaner.
+- Switch from setup.py build_sphinx to python3 -m sphinx.
+- Don't use greedy wildcards in %files. 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-flup.spec ++++++
--- /var/tmp/diff_new_pack.J3aIDU/_old  2023-05-23 14:55:35.142853148 +0200
+++ /var/tmp/diff_new_pack.J3aIDU/_new  2023-05-23 14:55:35.146853172 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flup
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,23 +16,19 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-flup
 Version:        1.0.3.dev20161029
 Release:        0
-Url:            http://www.saddi.com/software/flup/
 Summary:        Random assortment of WSGI servers
 License:        BSD-2-Clause
-Group:          Development/Languages/Python
+URL:            https://www.saddi.com/software/flup/
 Source:         
https://files.pythonhosted.org/packages/source/f/flup/flup-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # Documentation build requirements:
 BuildRequires:  python3-Sphinx
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -51,18 +47,17 @@
 
 %build
 %python_build
-python3 setup.py build_sphinx && rm docs/build/html/.buildinfo
+python3 -m sphinx docs/source docs/build/html && rm docs/build/html/.buildinfo
 
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%{python_sitelib}/*
+%{python_sitelib}/flup
+%{python_sitelib}/flup-%{version}*info
 
 %files -n %{name}-doc
-%defattr(-,root,root)
 %doc docs/build/html/
 
 %changelog

Reply via email to