Hello community,

here is the log from the commit of package python-importlab for 
openSUSE:Factory checked in at 2019-03-04 09:21:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-importlab (Old)
 and      /work/SRC/openSUSE:Factory/.python-importlab.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-importlab"

Mon Mar  4 09:21:38 2019 rev:1 rq:679749 version:0.5

Changes:
--------
New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-importlab.new.28833/python-importlab.changes 
    2019-03-04 09:21:38.984587220 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Wed Feb 27 06:35:15 AM UTC 2019 - John Vandenberg <[email protected]>
+
+- Initial spec for v0.5

New:
----
  importlab-0.5.tar.gz
  python-importlab.changes
  python-importlab.spec

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

Other differences:
------------------
++++++ python-importlab.spec ++++++
#
# spec file for package python-importlab
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-importlab
Version:        0.5
Release:        0
Summary:        A library to calculate python dependency graphs
License:        Apache-2.0
Group:          Development/Languages/Python
URL:            https://github.com/google/importlab
Source:         
https://files.pythonhosted.org/packages/source/i/importlab/importlab-%{version}.tar.gz
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-networkx
Requires:       python-six
BuildArch:      noarch
# SECTION test requirements
BuildRequires:  %{python_module networkx}
BuildRequires:  %{python_module six}
# /SECTION
%python_subpackages

%description
A library to calculate python dependency graphs.

%prep
%setup -q -n importlab-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%doc CHANGELOG README.rst
%license LICENSE
%python3_only %{_bindir}/importlab
%{python_sitelib}/*

%changelog

Reply via email to