Hello community,

here is the log from the commit of package python-altgraph for openSUSE:Factory 
checked in at 2018-11-18 23:31:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-altgraph (Old)
 and      /work/SRC/openSUSE:Factory/.python-altgraph.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-altgraph"

Sun Nov 18 23:31:58 2018 rev:2 rq:649805 version:0.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-altgraph/python-altgraph.changes  
2018-06-02 12:06:36.512180692 +0200
+++ /work/SRC/openSUSE:Factory/.python-altgraph.new/python-altgraph.changes     
2018-11-18 23:32:01.981492739 +0100
@@ -1,0 +2,8 @@
+Fri Nov 16 19:05:40 UTC 2018 - Todd R <toddrme2...@gmail.com>
+
+- Update to version 0.16.1
+  * Explicitly mark Python 3.7 as supported in wheel metadata.
+- Update to version 0.16
+  * Add LICENSE file
+
+-------------------------------------------------------------------

Old:
----
  LICENSE
  altgraph-0.15.tar.gz

New:
----
  altgraph-0.16.1.tar.gz

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

Other differences:
------------------
++++++ python-altgraph.spec ++++++
--- /var/tmp/diff_new_pack.DGXPqp/_old  2018-11-18 23:32:04.397489832 +0100
+++ /var/tmp/diff_new_pack.DGXPqp/_new  2018-11-18 23:32:04.401489827 +0100
@@ -17,20 +17,17 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-altgraph
-Version:        0.15
-# For license file
-%define tag     3ff77f1024d0fa811cc4783ba379b4e77b218844
+Version:        0.16.1
 Release:        0
 License:        MIT
 Summary:        Python graph (network) package
 Url:            https://bitbucket.org/ronaldoussoren/altgraph/
 Group:          Development/Languages/Python
 Source:         
https://files.pythonhosted.org/packages/source/a/altgraph/altgraph-%{version}.tar.gz
-Source10:       
https://bitbucket.org/ronaldoussoren/altgraph/raw/%{tag}/LICENSE
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 
 %python_subpackages
@@ -40,12 +37,19 @@
 graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
 graphviz output.
 
-altgraph includes some additional usage of Python 2.6+ features and
-enhancements related to modulegraph and macholib.
+%package     -n %{name}-doc
+Summary:        Documentation for %{name}
+Provides:       %{python_module altgraph-doc = %{version}}
+
+%description -n %{name}-doc
+Altgraph is a fork of graphlib: a graph (network) package for constructing
+graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
+graphviz output.
 
 %prep
 %setup -q -n altgraph-%{version}
-cp %{SOURCE10} .
+rm doc/_build/html/.buildinfo
+sed -i 's/\r$//' doc/_build/html/_static/jquery.js
 
 %build
 %python_build
@@ -62,4 +66,8 @@
 %license LICENSE
 %{python_sitelib}/*
 
+%files -n %{name}-doc
+%doc doc/_build/html/
+%license LICENSE
+
 %changelog

++++++ altgraph-0.15.tar.gz -> altgraph-0.16.1.tar.gz ++++++
++++ 17917 lines of diff (skipped)


Reply via email to