Hello community,

here is the log from the commit of package python-flup for openSUSE:Factory 
checked in at 2017-06-07 09:55:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flup (Old)
 and      /work/SRC/openSUSE:Factory/.python-flup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-flup"

Wed Jun  7 09:55:34 2017 rev:11 rq:501305 version:1.0.3.dev20161029

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flup/python-flup.changes  2017-05-03 
15:54:59.438856575 +0200
+++ /work/SRC/openSUSE:Factory/.python-flup.new/python-flup.changes     
2017-06-07 09:56:11.740135232 +0200
@@ -1,0 +2,10 @@
+Wed May 17 11:14:55 UTC 2017 - h...@urpla.net
+
+- update to 1.0.3.dev20161029
+  - no changelog available
+
+- implement full singlespec build
+
+- build separate doc package
+
+-------------------------------------------------------------------

Old:
----
  flup-1.0.3.dev-20110405.tar.gz

New:
----
  flup-1.0.3.dev20161029.tar.gz

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

Other differences:
------------------
++++++ python-flup.spec ++++++
--- /var/tmp/diff_new_pack.NB7EbR/_old  2017-06-07 09:56:12.396042544 +0200
+++ /var/tmp/diff_new_pack.NB7EbR/_new  2017-06-07 09:56:12.404041413 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flup
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,36 +16,54 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-flup
-Version:        1.0.3.dev_20110405
-%define tarver  1.0.3.dev-20110405
+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
-Source:         
https://files.pythonhosted.org/packages/source/f/flup/flup-%{tarver}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/f/flup/flup-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-Provides:       python2-flup = %{version}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+# Documentation build requirements:
+BuildRequires:  python3-Sphinx
 BuildArch:      noarch
 
+%python_subpackages
+
 %description
 A random collection of WSGI modules for Python
 
+%package -n %{name}-doc
+Summary:        Documentation for %{name}
+Group:          Documentation/Other
+Provides:       %{python_module flup-doc = %{version}}
+
+%description -n %{name}-doc
+This package contains HTML documentation for %{name}.
+
 %prep
-%setup -q -n flup-%{tarver}
+%setup -q -n flup-%{version}
 
 %build
-python setup.py build
+%python_build
+python3 setup.py build_sphinx && rm docs/build/html/.buildinfo
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc ChangeLog
 %{python_sitelib}/*
 
+%files -n %{name}-doc
+%defattr(-,root,root)
+%doc docs/build/html/
+
 %changelog

++++++ flup-1.0.3.dev-20110405.tar.gz -> flup-1.0.3.dev20161029.tar.gz ++++++
++++ 3134 lines of diff (skipped)


Reply via email to