14
0

Accepting request 540343 from home:sebix

- initial package

OBS-URL: https://build.opensuse.org/request/show/540343
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortinghat?expand=0&rev=2
This commit is contained in:
2017-11-10 11:27:45 +00:00
committed by Git OBS Bridge
parent 03c86dbf0f
commit 559ab08906
4 changed files with 24 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 15 13:51:34 UTC 2017 - sebix+novell.com@sebix.at Thu Nov 9 21:01:40 UTC 2017 - sebix+novell.com@sebix.at
- inital package for version 0.4.0 - initial package

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test %bcond_without test
Name: python-sortinghat Name: python-sortinghat
Version: 0.4.0 Version: 0.4.3
Release: 0 Release: 0
License: GPL-3.0 License: GPL-3.0
Summary: A tool to manage identities Summary: A tool to manage identities
@@ -29,26 +29,27 @@ BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
%if %{with test} %if %{with test}
BuildRequires: %{python_module Jinja2 >= 2.7} BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module pandas >= 0.15} BuildRequires: %{python_module pandas >= 0.17}
BuildRequires: %{python_module PyMySQL} BuildRequires: %{python_module PyMySQL}
BuildRequires: %{python_module python-dateutil >= 2.6.0} BuildRequires: %{python_module python-dateutil >= 2.6.0}
BuildRequires: %{python_module PyYAML >= 3.12}
BuildRequires: %{python_module SQLAlchemy >= 1.0.0} BuildRequires: %{python_module SQLAlchemy >= 1.0.0}
%endif %endif
BuildRequires: fdupes BuildRequires: fdupes
Requires: python-Jinja2 >= 2.7 Requires: python-Jinja2
Recommends: python-pandas >= 0.15 Requires: python-pandas >= 0.17
Recommends: python-PyMySQL Requires: python-PyMySQL
Requires: python-python-dateutil >= 2.6.0 Requires: python-python-dateutil >= 2.6.0
Requires: python-PyYAML >= 3.12
Requires: python-SQLAlchemy >= 1.0.0 Requires: python-SQLAlchemy >= 1.0.0
%ifpython2
Recommends: python-MySQLdb
%endif
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
A tool to manage identities.
Sorting Hat maintains an SQL database with identities coming Sorting Hat maintains an SQL database with identities coming
(potentially) from different sources. Identities corresponding to the (potentially) from different sources. Identities corresponding to the
same real person can be merged in the same unique identity, with a same real person can be merged in the same unique identity, with a
@@ -60,8 +61,8 @@ affiliations, for different time periods. This will usually correspond
to different organizations in which the person was employed during those to different organizations in which the person was employed during those
time periods. time periods.
Sorting Hat is a part of the GrimoireLab toolset Sorting Hat is a part of the GrimoireLab
<https://grimoirelab.github.io>, which provides for Python toolset <https://grimoirelab.github.io>, which provides for Python
modules and scripts to analyze data sources with information about modules and scripts to analyze data sources with information about
software development, and allows to produce interactive dashboards to software development, and allows to produce interactive dashboards to
visualize that information. visualize that information.
@@ -82,11 +83,16 @@ into unique identities (and maybe affiliate them).
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %doc NEWS README.md
%doc README.md
%python3_only %{_bindir}/mg2sh %python3_only %{_bindir}/mg2sh
%python3_only %{_bindir}/sh2mg %python3_only %{_bindir}/sh2mg
%python3_only %{_bindir}/sortinghat %python3_only %{_bindir}/sortinghat
%python3_only %{_bindir}/eclipse2sh
%python3_only %{_bindir}/gitdm2sh
%python3_only %{_bindir}/grimoirelab2sh
%python3_only %{_bindir}/mailmap2sh
%python3_only %{_bindir}/mozilla2sh
%python3_only %{_bindir}/stackalytics2sh
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41832317503909dd83a44965cb31c305b7bb76ffa1fa72ffc9011663c25ceefd
size 67401

3
sortinghat-0.4.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:207caf1b5185fe999df7751e6ac8b89108c0e1f16cd00d6d2b9c7a57efb4ea52
size 74043