Hello community,

here is the log from the commit of package python-pygraphviz for 
openSUSE:Factory checked in at 2019-05-16 22:06:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pygraphviz (Old)
 and      /work/SRC/openSUSE:Factory/.python-pygraphviz.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pygraphviz"

Thu May 16 22:06:02 2019 rev:6 rq:702872 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pygraphviz/python-pygraphviz.changes      
2017-08-13 14:59:53.826836363 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pygraphviz.new.5148/python-pygraphviz.changes
    2019-05-16 22:06:06.002505899 +0200
@@ -1,0 +2,6 @@
+Tue May 14 14:40:16 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- Update to 1.5
+  * Python 3.7 support
+
+-------------------------------------------------------------------

Old:
----
  pygraphviz-1.4rc1.tar.gz

New:
----
  pygraphviz-1.5.zip

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

Other differences:
------------------
++++++ python-pygraphviz.spec ++++++
--- /var/tmp/diff_new_pack.YA6nvp/_old  2019-05-16 22:06:06.634505273 +0200
+++ /var/tmp/diff_new_pack.YA6nvp/_new  2019-05-16 22:06:06.638505270 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pygraphviz
 #
-# Copyright (c) 2017 SUSE LINUX Products 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
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,26 +20,27 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pygraphviz
-Version:        1.4rc1
+Version:        1.5
 Release:        0
 Url:            http://networkx.lanl.gov/pygraphviz
 Summary:        Python interface to Graphviz
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source:         
https://files.pythonhosted.org/packages/source/p/pygraphviz/pygraphviz-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/p/pygraphviz/pygraphviz-%{version}.zip
 # PATCH-FIX-UPSTREAM docdir.patch
 Patch:          docdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  graphviz-devel >= 2.16
 BuildRequires:  pkg-config
-BuildRequires:  swig
-BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  swig
+BuildRequires:  unzip
 # Needed even without tests
-BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module mock >= 2.0.0}
+BuildRequires:  %{python_module nose >= 1.3.7}
 Requires:       graphviz >= 2.16
 %python_subpackages
 


Reply via email to