Hello community,

here is the log from the commit of package python-persistent for 
openSUSE:Factory checked in at 2019-03-05 12:23:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-persistent (Old)
 and      /work/SRC/openSUSE:Factory/.python-persistent.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-persistent"

Tue Mar  5 12:23:54 2019 rev:8 rq:681469 version:4.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-persistent/python-persistent.changes      
2018-08-15 10:38:43.524327864 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-persistent.new.28833/python-persistent.changes
   2019-03-05 12:23:54.760867214 +0100
@@ -1,0 +2,8 @@
+Mon Mar  4 14:18:11 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 4.4.3:
+  * Too many changes around see CHANGES.rst
+- Do not bother with documentation generating
+- Add more dependencies
+
+-------------------------------------------------------------------

Old:
----
  persistent-4.3.0.tar.gz

New:
----
  persistent-4.4.3.tar.gz

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

Other differences:
------------------
++++++ python-persistent.spec ++++++
--- /var/tmp/diff_new_pack.U4x1S4/_old  2019-03-05 12:23:55.472866997 +0100
+++ /var/tmp/diff_new_pack.U4x1S4/_new  2019-03-05 12:23:55.480866995 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-persistent
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,13 +13,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-persistent
-Version:        4.3.0
+Version:        4.4.3
 Release:        0
 Summary:        Translucent persistent objects
 License:        ZPL-2.1
@@ -28,12 +28,13 @@
 Source:         
https://files.pythonhosted.org/packages/source/p/persistent/persistent-%{version}.tar.gz
 # Blocking https://github.com/zopefoundation/persistent/issues/86
 Patch:          persistent-4.2.4.2-switch-off-tests.patch
-# Documentation requirements:
-BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module repoze.sphinx.autointerface}
+Requires:       python-cffi
+BuildRequires:  %{python_module manuel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module zope.interface}
+BuildRequires:  %{python_module zope.testrunner}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-zope.interface
@@ -48,19 +49,11 @@
 Summary:        Translucent persistent objects
 Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
-Requires:       python-base
+Requires:       python-devel
 
 %description    devel
 This package contains the files needed for binding the %{name} C module.
 
-%package        doc
-Summary:        Translucent persistent objects
-Group:          Development/Languages/Python
-Requires:       %{name} = %{version}
-
-%description    doc
-This package contains documentation files for %{name}.
-
 %prep
 %setup -q -n persistent-%{version}
 %autopatch -p1
@@ -68,14 +61,12 @@
 
 %build
 %python_build
-%{_python_use_flavor python3}
-python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
 %python_install
 # don't bother with development files
 %{python_expand rm %{buildroot}%{$python_sitearch}/persistent/*.c
-  %fdupes -s %{buildroot}%{$python_sitearch}
+  %fdupes %{buildroot}%{$python_sitearch}
 }
 
 %check
@@ -93,7 +84,4 @@
 %{python_sysconfig_path include}/persistent/*.h
 %{python_sitearch}/persistent/*.h
 
-%files %{python_files doc}
-%doc build/sphinx/html/
-
 %changelog

++++++ persistent-4.3.0.tar.gz -> persistent-4.4.3.tar.gz ++++++
++++ 4544 lines of diff (skipped)


Reply via email to