Hello community,

here is the log from the commit of package python-Genshi for openSUSE:Factory 
checked in at 2019-03-08 13:28:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Genshi (Old)
 and      /work/SRC/openSUSE:Factory/.python-Genshi.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Genshi"

Fri Mar  8 13:28:27 2019 rev:15 rq:681518 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Genshi/python-Genshi.changes      
2018-12-21 08:19:24.821682618 +0100
+++ /work/SRC/openSUSE:Factory/.python-Genshi.new.28833/python-Genshi.changes   
2019-03-08 13:28:28.698992983 +0100
@@ -1,0 +2,16 @@
+Mon Mar  4 16:51:54 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.7.1:
+  * many bugfixes all around and support for new pythons
+- Merged all our patches:
+  * python-Genshi-bug-602-python35-support.patch
+  * python-Genshi-bug-602-python35-support-python27-fix.patch
+  * python-genshi-py3-escape-sequence-doctest.patch
+  * python-genshi-py37-stopiteration.patch
+  * python-Genshi-0.7-disable-speedups-for-python34.patch
+  * python-Genshi-0.7-isstring-helper.patch
+  * python-Genshi-0.7-python34-ast-support.patch
+  * python-Genshi-0.7-sanitizer-test-fixes.patch
+  * changeset_r1242.diff
+
+-------------------------------------------------------------------

Old:
----
  Genshi-0.7.tar.gz
  changeset_r1242.diff
  python-Genshi-0.7-disable-speedups-for-python34.patch
  python-Genshi-0.7-isstring-helper.patch
  python-Genshi-0.7-python34-ast-support.patch
  python-Genshi-0.7-sanitizer-test-fixes.patch
  python-Genshi-bug-602-python35-support-python27-fix.patch
  python-Genshi-bug-602-python35-support.patch
  python-genshi-py3-escape-sequence-doctest.patch
  python-genshi-py37-stopiteration.patch

New:
----
  Genshi-0.7.1.tar.gz

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

Other differences:
------------------
++++++ python-Genshi.spec ++++++
--- /var/tmp/diff_new_pack.Ea7Fiz/_old  2019-03-08 13:28:29.266992884 +0100
+++ /var/tmp/diff_new_pack.Ea7Fiz/_new  2019-03-08 13:28:29.270992884 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Genshi
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -19,31 +19,15 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-Genshi
-Version:        0.7
+Version:        0.7.1
 Release:        0
 Summary:        A toolkit for generation of output for the web
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            http://genshi.edgewall.org/
 Source:         
https://files.pythonhosted.org/packages/source/G/Genshi/Genshi-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM http://genshi.edgewall.org/ticket/566
-Patch1:         changeset_r1242.diff
-# PATCH-FIX-UPSTREAM python-Genshi-0.7-sanitizer-test-fixes.patch 
https://genshi.edgewall.org/ticket/500
-Patch2:         %{name}-0.7-sanitizer-test-fixes.patch
-# PATCH-FIX-UPSTREAM python-Genshi-0.7-disable-speedups-for-python34.patch 
https://genshi.edgewall.org/ticket/555
-Patch3:         %{name}-0.7-disable-speedups-for-python34.patch
-# PATCH-FIX-UPSTREAM python-Genshi-0.7-isstring-helper.patch 
https://genshi.edgewall.org/ticket/582
-Patch4:         %{name}-0.7-isstring-helper.patch
-# PATCH-FIX-UPSTREAM python-Genshi-python34-ast-support.patch 
https://genshi.edgewall.org/ticket/582
-Patch5:         %{name}-0.7-python34-ast-support.patch
-# PATCH-FIX-UPSTREAM python-Genshi-python35-support.patch 
http://genshi.edgewall.org/ticket/602
-Patch6:         %{name}-bug-602-python35-support.patch
-# PATCH-FIX-UPSTREAM python-Genshi-python35-support-python27-fix.patch 
http://genshi.edgewall.org/ticket/602
-Patch7:         %{name}-bug-602-python35-support-python27-fix.patch
-# PATCH-FIX-UPSTREAM build for python3.7
-Patch8:         python-genshi-py3-escape-sequence-doctest.patch
-Patch9:         python-genshi-py37-stopiteration.patch
 BuildRequires:  %{python_module Babel}
+BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
@@ -80,32 +64,14 @@
 
 %prep
 %setup -q -n Genshi-%{version}
-%patch1 -p2
-%patch2
-%patch3
-%patch4
-%patch5
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-sed -i "1d" examples/{basic/run,basic/kidrun,tutorial/geddit/controller}.py # 
Fix non-excutable bits
-%fdupes -s doc
-pushd examples/bench/clearsilver
-ln -s -f ../mako/footer.html footer.cs
-popd
-pushd examples/bench/cheetah
-ln -s -f ../mako/footer.html footer.tmpl
-popd
 
 %build
 %python_build
 
 %install
-%{python_expand %$python_install --install-lib=%{$python_sitearch}
-rm -f %{buildroot}%{$python_sitearch}/genshi/_speedups.c
-%fdupes -s %{buildroot}%{$python_sitearch}
-}
+# python3 is noarch but to keep it sane
+%python_expand %{$python_install} --install-lib=%{$python_sitearch}
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
 %python_exec setup.py test

++++++ Genshi-0.7.tar.gz -> Genshi-0.7.1.tar.gz ++++++
++++ 63175 lines of diff (skipped)


Reply via email to