Hello community, here is the log from the commit of package python-plyvel for openSUSE:Factory checked in at 2017-06-12 15:34:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-plyvel (Old) and /work/SRC/openSUSE:Factory/.python-plyvel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-plyvel" Mon Jun 12 15:34:46 2017 rev:3 rq:502857 version:0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-plyvel/python-plyvel.changes 2016-02-01 19:57:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-plyvel.new/python-plyvel.changes 2017-06-12 15:34:52.083743569 +0200 @@ -1,0 +2,5 @@ +Sun Jun 11 10:16:54 UTC 2017 - [email protected] + +- Switch to python singlespec + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-plyvel.spec ++++++ --- /var/tmp/diff_new_pack.jAtIym/_old 2017-06-12 15:34:53.555535985 +0200 +++ /var/tmp/diff_new_pack.jAtIym/_new 2017-06-12 15:34:53.559535421 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-plyvel # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -23,37 +23,40 @@ License: BSD-3-Clause Group: Productivity/Networking/Other Url: https://github.com/wbolster/plyvel -Source: https://pypi.python.org/packages/source/p/plyvel/plyvel-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/plyvel/plyvel-%{version}.tar.gz +BuildRequires: %{python_module Cython} +BuildRequires: %{python_module base} +BuildRequires: %{python_module devel} +BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module tox} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: leveldb-devel -BuildRequires: python-Cython -BuildRequires: python-devel -BuildRequires: python-pytest -BuildRequires: python-pytest-cov -BuildRequires: python-setuptools -BuildRequires: python-tox -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python-rpm-macros +%python_subpackages %description Plyvel is a fast and feature-rich Python interface to LevelDB. -Plyvel has a rich feature set, high performance, and a friendly Pythonic API. +Plyvel has a rich feature set, high performance, and a friendly Pythonic +API. %prep %setup -q -n plyvel-%{version} %build -make %{?_smp_mflags} all +%python_build %install -python setup.py install --prefix=%{_prefix} --optimize=2 --root=%{buildroot} +%python_install %fdupes %{buildroot} %check -make %{?_smp_mflags} test +%python_exec setup.py test -%files +%files %{python_files} %defattr(-,root,root,-) %doc doc/*.rst %{python_sitearch}/*
