Hello community,

here is the log from the commit of package python-colander for openSUSE:Factory 
checked in at 2020-04-22 20:51:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colander (Old)
 and      /work/SRC/openSUSE:Factory/.python-colander.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-colander"

Wed Apr 22 20:51:40 2020 rev:7 rq:795833 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-colander/python-colander.changes  
2020-04-18 00:32:29.746308916 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-colander.new.2738/python-colander.changes    
    2020-04-22 20:51:41.507239465 +0200
@@ -1,0 +2,12 @@
+Mon Apr 20 13:05:17 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Obsolete the lang subpackage to avoid conflicts
+- Do not generate docu twice, it is provided online by
+  upstream so we don't have to bother really at all
+
+-------------------------------------------------------------------
+Mon Apr 20 09:19:56 UTC 2020 - Matej Cepl <mc...@suse.com>
+
+- Eliminate complicated py2k constructs
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-colander.spec ++++++
--- /var/tmp/diff_new_pack.NiY3gW/_old  2020-04-22 20:51:42.167240758 +0200
+++ /var/tmp/diff_new_pack.NiY3gW/_new  2020-04-22 20:51:42.167240758 +0200
@@ -34,12 +34,11 @@
 BuildRequires:  python-rpm-macros
 Requires:       python-iso8601
 Requires:       python-translationstring
+Obsoletes:      python2-colander-doc
+Obsoletes:      python2-colander-lang
+Obsoletes:      python3-colander-doc
+Obsoletes:      python3-colander-lang
 BuildArch:      noarch
-# SECTION documentation requirements
-BuildRequires:  %{python_module Sphinx} >= 1.3.1
-BuildRequires:  %{python_module docutils}
-BuildRequires:  %{python_module pylons-sphinx-themes}
-# /SECTION
 # SECTION test requirements
 BuildRequires:  %{python_module coverage}
 BuildRequires:  %{python_module hupper}
@@ -59,42 +58,16 @@
 - serialize an arbitrary data structure to a data structure composed
   of strings, mappings, and lists.
 
-It is tested on Python 2.7, 3.3, 3.4, 3.5, and 3.6, and PyPy.
-
-Please see http://docs.pylonsproject.org/projects/colander/en/latest/
-for documentation.
-
-%package doc
-Summary:        Documentation for %{name}
-Requires:       %{name} = %{version}
-
-%description doc
-This package contains documentation files for %{name}.
-
-%package lang
-# FIXME: consider using %%lang_package macro
-Summary:        Translations for package %{name}
-Requires:       %{name} = %{version}
-Requires:       python-base
-Supplements:    %{name}
-Provides:       %{name}-lang-all = %{version}
-BuildArch:      noarch
-
-%description lang
-Provides translations for the "%{name}" package.
-
 %prep
 %setup -q -n colander-%{version}
 %autopatch -p1
 
 %build
 %python_build
-%python_exec setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
 %python_install
 %find_lang colander
-%python_expand grep -F "%{$python_sitelib}" colander.lang > 
colander_%{$python_bin_suffix}.lang
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -103,23 +76,6 @@
 %files %{python_files}
 %license LICENSE.txt
 %doc CHANGES.rst README.rst
-%{python_sitelib}/*
-%exclude %{python_sitelib}/colander/locale
-
-%if %{have_python2} && ! 0%{?skip_python2}
-%files -n %{python2_prefix}-colander-lang -f 
colander_%{python2_bin_suffix}.lang
-%license LICENSE.txt
-%{python2_sitelib}/colander/locale
-%endif
-
-%if %{have_python2} && ! 0%{?skip_python3}
-%files -n %{python3_prefix}-colander-lang -f 
colander_%{python3_bin_suffix}.lang
-%license LICENSE.txt
-%{python3_sitelib}/colander/locale
-%endif
-
-%files %{python_files doc}
-%license LICENSE.txt
-%doc build/sphinx/html
+%{python_sitelib}/colander*
 
 %changelog


Reply via email to