Hello community,

here is the log from the commit of package python-pygraphviz for 
openSUSE:Factory checked in at 2016-06-19 10:49:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pygraphviz (Old)
 and      /work/SRC/openSUSE:Factory/.python-pygraphviz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pygraphviz"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pygraphviz/python-pygraphviz.changes      
2014-03-30 12:26:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pygraphviz.new/python-pygraphviz.changes 
2016-06-19 10:49:34.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Jun 15 17:11:49 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 1.3.1
+  - Update manifest to include missing files
+- Update to 1.3
+  - Python 3 support
+  - Encoding bugfixes
+- Rebase docdir.patch
+
+-------------------------------------------------------------------

Old:
----
  pygraphviz-1.2.tar.gz

New:
----
  pygraphviz-1.3.1.tar.gz

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

Other differences:
------------------
++++++ python-pygraphviz.spec ++++++
--- /var/tmp/diff_new_pack.3kjd4Z/_old  2016-06-19 10:49:35.000000000 +0200
+++ /var/tmp/diff_new_pack.3kjd4Z/_new  2016-06-19 10:49:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pygraphviz
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-pygraphviz
-Version:        1.2
+Version:        1.3.1
 Release:        0
 Url:            http://networkx.lanl.gov/pygraphviz
 Summary:        Python interface to Graphviz
@@ -27,14 +27,14 @@
 # PATCH-FIX-UPSTREAM docdir.patch
 Patch:          docdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  graphviz-devel
+BuildRequires:  graphviz-devel >= 2.16
 BuildRequires:  pkg-config
+BuildRequires:  python-nose
 BuildRequires:  python-devel
-Requires:       graphviz-python
+BuildRequires:  python-setuptools
+Requires:       graphviz >= 2.16
 %if 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-%else
-%py_requires
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
 
 %description
@@ -46,19 +46,20 @@
 %patch
 
 %build
-export CFLAGS="%{optflags}"
-python setup.py build
+CFLAGS="%{optflags}" python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 chmod +x %{buildroot}%{python_sitearch}/pygraphviz/tests/test.py
 
-%clean
-rm -rf %{buildroot}
+%check
+pushd examples
+PYTHONPATH=%{buildroot}%{python_sitearch} python -c "import 
pygraphviz;pygraphviz.test()"
+popd
 
 %files
 %defattr(-,root,root,-)
-%doc doc
+%doc LICENSE README.rst
 %{_docdir}/pygraphviz-%{version}
 %{python_sitearch}/pygraphviz/
 %{python_sitearch}/pygraphviz-%{version}-py*.egg-info

++++++ docdir.patch ++++++
--- /var/tmp/diff_new_pack.3kjd4Z/_old  2016-06-19 10:49:35.000000000 +0200
+++ /var/tmp/diff_new_pack.3kjd4Z/_new  2016-06-19 10:49:35.000000000 +0200
@@ -2,12 +2,12 @@
 ===================================================================
 --- setup.py.orig
 +++ setup.py
-@@ -109,7 +109,7 @@ else:
+@@ -36,7 +36,7 @@
  sys.path.pop(0)
  
- packages = ["pygraphviz","pygraphviz.tests"]
--docdirbase  = 'share/doc/pygraphviz-%s' % release.version
-+docdirbase  = 'share/doc/packages/pygraphviz-%s' % release.version
- data = [(docdirbase, glob("*.txt")),
-         (os.path.join(docdirbase, 'examples'),glob("examples/*.py")),
-         (os.path.join(docdirbase, 'examples'),glob("examples/*.dat")),
+ packages = ["pygraphviz", "pygraphviz.tests"]
+-docdirbase = 'share/doc/pygraphviz-%s' % release.version
++docdirbase = 'share/doc/packages/pygraphviz-%s' % release.version
+ data = [
+     (docdirbase, glob("*.txt")),
+     (os.path.join(docdirbase, 'examples'), glob("examples/*.py")),

++++++ pygraphviz-1.2.tar.gz -> pygraphviz-1.3.1.tar.gz ++++++
++++ 17753 lines of diff (skipped)


Reply via email to