commit python-objgraph for openSUSE:Factory

2019-06-05 Thread root
Hello community,

here is the log from the commit of package python-objgraph for openSUSE:Factory 
checked in at 2019-06-05 11:38:33

Comparing /work/SRC/openSUSE:Factory/python-objgraph (Old)
 and  /work/SRC/openSUSE:Factory/.python-objgraph.new.5148 (New)


Package is "python-objgraph"

Wed Jun  5 11:38:33 2019 rev:4 rq:707157 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-objgraph/python-objgraph.changes  
2018-12-24 11:40:32.829497092 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-objgraph.new.5148/python-objgraph.changes
2019-06-05 11:38:34.571082939 +0200
@@ -1,0 +2,7 @@
+Mon Jun  3 11:21:35 UTC 2019 - Tomáš Chvátal 
+
+- Update to 3.4.1:
+  * Add support for Python 3.7.
+  * Drop support for Python 3.3 and 3.4.
+
+---

Old:

  objgraph-3.4.0.tar.gz

New:

  objgraph-3.4.1.tar.gz



Other differences:
--
++ python-objgraph.spec ++
--- /var/tmp/diff_new_pack.BRmGpr/_old  2019-06-05 11:38:35.443082828 +0200
+++ /var/tmp/diff_new_pack.BRmGpr/_new  2019-06-05 11:38:35.443082828 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-objgraph
 #
-# Copyright (c) 2018 SUSE LINUX 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
@@ -16,29 +16,27 @@
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:   python-objgraph
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:Python module to draw object reference graphs with graphviz
 License:MIT
 Group:  Development/Languages/Python
-Url:http://mg.pov.lt/objgraph/
+URL:http://mg.pov.lt/objgraph/
 Source: 
https://files.pythonhosted.org/packages/source/o/objgraph/objgraph-%{version}.tar.gz
 BuildRequires:  %{python_module graphviz}
+BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  graphviz-gd
 BuildRequires:  graphviz-gnome
 BuildRequires:  python-rpm-macros
-# Test requirements
-BuildRequires:  %{python_module mock}
 Requires:   graphviz-gd
 Requires:   graphviz-gnome
 Requires:   python-graphviz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Obsoletes:  %{oldpython}-objgraph-doc
 BuildArch:  noarch
 %python_subpackages
 
@@ -48,14 +46,6 @@
 graphviz is needed if pretty graphs are desired.
 xdot can be used for interactive use.
 
-%package -n python-objgraph-doc
-Summary:Documentation for %{name}
-Group:  Development/Languages/Python
-Provides:   %{python_module objgraph-doc = %{version}}
-
-%description -n python-objgraph-doc
-Documentation and help files for %{name}
-
 %prep
 %setup -q -n objgraph-%{version}
 
@@ -64,22 +54,14 @@
 
 %install
 %python_install
-%python_expand %fdupes %{buildroot}%{$python_sitearch}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with tests}
 %check
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst
+%doc README.rst CHANGES.rst HACKING.rst
 %license LICENSE
 %{python_sitelib}/*
 
-%files -n python-objgraph-doc
-%defattr(-,root,root,-)
-%doc docs/
-%doc CHANGES.rst HACKING.rst
-
 %changelog

++ objgraph-3.4.0.tar.gz -> objgraph-3.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/objgraph-3.4.0/.travis.yml 
new/objgraph-3.4.1/.travis.yml
--- old/objgraph-3.4.0/.travis.yml  2017-01-20 10:22:05.0 +0100
+++ new/objgraph-3.4.1/.travis.yml  2019-04-23 19:07:10.0 +0200
@@ -1,15 +1,14 @@
 language: python
-sudo: false
+dist: xenial
 python:
 - 2.7
-- 3.3
-- 3.4
 - 3.5
 - 3.6
+- 3.7
 addons:
-  apt:
-packages:
-  - graphviz
+apt:
+packages:
+- graphviz
 install:
 - pip install coverage coveralls flake8 -e .
 before_script:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/objgraph-3.4.0/CHANGES.rst 
new/objgraph-3.4.1/CHANGES.rst
--- old/objgraph-3.4.0/CHANGES.rst  2018-02-13 16:15:47.0 +0100
+++ new/objgraph-3.4.1/CHANGES.rst  2019-04-23 19:32:17.0 +0200
@@ -3,6 +3,14 @@
 
 .. currentmodule:: objgraph
 
+3.4.1 (2019-04-23)
+--
+
+- Add support for Python 3.7.
+
+- Drop support for Python 3.3 and 3.4.
+
+
 3.4.0 (2018-02-13)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python-objgraph for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-objgraph for openSUSE:Factory 
checked in at 2018-12-24 11:40:32

Comparing /work/SRC/openSUSE:Factory/python-objgraph (Old)
 and  /work/SRC/openSUSE:Factory/.python-objgraph.new.28833 (New)


Package is "python-objgraph"

Mon Dec 24 11:40:32 2018 rev:3 rq:659522 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-objgraph/python-objgraph.changes  
2018-06-13 15:38:39.114190946 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-objgraph.new.28833/python-objgraph.changes   
2018-12-24 11:40:32.829497092 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:50:59 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-objgraph.spec ++
--- /var/tmp/diff_new_pack.Gd5P4n/_old  2018-12-24 11:40:33.313496663 +0100
+++ /var/tmp/diff_new_pack.Gd5P4n/_new  2018-12-24 11:40:33.313496663 +0100
@@ -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/
 #
 
 
@@ -27,7 +27,6 @@
 Group:  Development/Languages/Python
 Url:http://mg.pov.lt/objgraph/
 Source: 
https://files.pythonhosted.org/packages/source/o/objgraph/objgraph-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module graphviz}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes




commit python-objgraph for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package python-objgraph for openSUSE:Factory 
checked in at 2018-06-13 15:38:12

Comparing /work/SRC/openSUSE:Factory/python-objgraph (Old)
 and  /work/SRC/openSUSE:Factory/.python-objgraph.new (New)


Package is "python-objgraph"

Wed Jun 13 15:38:12 2018 rev:2 rq:615179 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-objgraph/python-objgraph.changes  
2018-05-15 10:31:24.136594998 +0200
+++ /work/SRC/openSUSE:Factory/.python-objgraph.new/python-objgraph.changes 
2018-06-13 15:38:39.114190946 +0200
@@ -1,0 +2,5 @@
+Thu Jun  7 20:27:33 UTC 2018 - jeng...@inai.de
+
+- Use noun phrase in summary. Replace 1st and 2nd person wording.
+
+---



Other differences:
--
++ python-objgraph.spec ++
--- /var/tmp/diff_new_pack.mHPGLi/_old  2018-06-13 15:38:40.054156355 +0200
+++ /var/tmp/diff_new_pack.mHPGLi/_new  2018-06-13 15:38:40.058156209 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-objgraph
 #
-# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -22,18 +22,18 @@
 Name:   python-objgraph
 Version:3.4.0
 Release:0
-Summary:Draws Python object reference graphs with graphviz
+Summary:Python module to draw object reference graphs with graphviz
 License:MIT
 Group:  Development/Languages/Python
 Url:http://mg.pov.lt/objgraph/
 Source: 
https://files.pythonhosted.org/packages/source/o/objgraph/objgraph-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module graphviz}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  graphviz-gd
 BuildRequires:  graphviz-gnome
-BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module graphviz}
 # Test requirements
 BuildRequires:  %{python_module mock}
 Requires:   graphviz-gd
@@ -44,11 +44,10 @@
 %python_subpackages
 
 %description
-objgraph is a module that lets you visually explore Python object graphs.
-
-You'll need graphviz if you want to draw the pretty graphs.
+objgraph is a module for visual exploration of Python object graphs.
 
-I recommend xdot for interactive use.
+graphviz is needed if pretty graphs are desired.
+xdot can be used for interactive use.
 
 %package -n python-objgraph-doc
 Summary:Documentation for %{name}