Hello community,
here is the log from the commit of package python-scikits.example for
openSUSE:Factory checked in at 2018-06-02 12:01:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikits.example (Old)
and /work/SRC/openSUSE:Factory/.python-scikits.example.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikits.example"
Sat Jun 2 12:01:02 2018 rev:1 rq:612051 version:0.1
Changes:
--------
New Changes file:
--- /dev/null 2018-05-30 11:41:29.140556178 +0200
+++
/work/SRC/openSUSE:Factory/.python-scikits.example.new/python-scikits.example.changes
2018-06-02 12:01:14.371994958 +0200
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Thu May 24 17:43:23 UTC 2018 - [email protected]
+
+- spec file cleanups
+- rpmlint fixes
+
+-------------------------------------------------------------------
+Wed May 10 15:25:23 UTC 2017 - [email protected]
+
+- Initial version
New:
----
python-scikits.example.changes
python-scikits.example.spec
scikits.example-0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scikits.example.spec ++++++
#
# spec file for package python-scikits.example
#
# 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
# 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 http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-scikits.example
Version: 0.1
Release: 0
Summary: Scikits example and base package
License: MIT
Group: Development/Languages/Python
Url: http://projects.scipy.org/scipy/scikits
Source:
https://files.pythonhosted.org/packages/source/s/scikits.example/scikits.example-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module numpy-devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
Example package on how to organize scikits. This is a do
nothing package, to show how to organize a scikit.
It also includes the base scikit and scikits namespaces, so
other packages using these namespaces must depend on this
package.
%prep
%setup -q -n scikits.example-%{version}
%build
%python_build
%install
%python_install
%python_expand cp scikits/__init__.py
%{buildroot}%{$python_sitelib}/scikits/__init__.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %have_python2
%py_compile %{buildroot}%{python2_sitelib}/scikits/
%endif
%if %have_python3
%py3_compile %{buildroot}%{python3_sitelib}/scikits/
%endif
%files %{python_files}
%doc README
%dir %{python_sitelib}/scikits/
%{python_sitelib}/scikits/example/
%{python_sitelib}/scikits/__init__.py*
%pycache_only %dir %{python_sitelib}/scikits/__pycache__/
%pycache_only %{python_sitelib}/scikits/__pycache__/__init__*.py*
%{python_sitelib}/scikits.example-%{version}-py*.egg-info
%{python_sitelib}/scikits.example-%{version}-py*-nspkg.pth
%changelog