Hello community,
here is the log from the commit of package python-coverage-env-plugin for
openSUSE:Factory checked in at 2019-05-06 13:28:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coverage-env-plugin (Old)
and /work/SRC/openSUSE:Factory/.python-coverage-env-plugin.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-coverage-env-plugin"
Mon May 6 13:28:37 2019 rev:3 rq:700976 version:0.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-coverage-env-plugin/python-coverage-env-plugin.changes
2018-12-13 19:41:57.557207418 +0100
+++
/work/SRC/openSUSE:Factory/.python-coverage-env-plugin.new.5148/python-coverage-env-plugin.changes
2019-05-06 13:28:40.029439378 +0200
@@ -1,0 +2,8 @@
+Sat May 4 09:17:56 UTC 2019 - John Vandenberg <[email protected]>
+
+- Update to v0.2.0
+ * Tests for all coverage patch versions 4.0 - 5.0a,
+ CPython 2.7 and 3.4 - 3.7 and PyPy 6.0
+ * Add LICENSE to distributions
+
+-------------------------------------------------------------------
Old:
----
LICENSE
coverage_env_plugin-0.1-py2.py3-none-any.whl
New:
----
coverage-env-plugin-0.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-coverage-env-plugin.spec ++++++
--- /var/tmp/diff_new_pack.ggDwIF/_old 2019-05-06 13:28:41.685442959 +0200
+++ /var/tmp/diff_new_pack.ggDwIF/_new 2019-05-06 13:28:41.689442968 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-coverage-env-plugin
#
-# 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
@@ -18,21 +18,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-coverage-env-plugin
-Version: 0.1
+Version: 0.2.0
Release: 0
Summary: Coverage environment plugin
License: MIT
Group: Development/Languages/Python
Url: https://github.com/jayvdb/coverage_env_plugin
-Source0:
https://files.pythonhosted.org/packages/any/c/coverage-env-plugin/coverage_env_plugin-%{version}-py2.py3-none-any.whl
-Source10:
https://raw.githubusercontent.com/jayvdb/coverage_env_plugin/%{version}/LICENSE
-BuildRequires: %{python_module pip}
-BuildRequires: fdupes
+Source:
https://files.pythonhosted.org/packages/source/c/coverage-env-plugin/coverage-env-plugin-%{version}.tar.gz
+BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module coverage >= 4.0}
+BuildRequires: %{python_module coverage-config-reload-plugin}
BuildRequires: %{python_module packaging}
+BuildRequires: %{python_module unittest-mixins}
# /SECTION
+BuildRequires: fdupes
Requires: python-coverage >= 4.0
Requires: python-packaging
BuildArch: noarch
@@ -43,17 +44,20 @@
Environment plugin for the coverage package.
%prep
-%setup -T -c -n %{name}-%{version}
-cp %{SOURCE10} .
+%setup -q -n coverage-env-plugin-%{version}
%build
-# Not needed
+%python_build
%install
-%python_expand pip%{$python_bin_suffix} install --root %{buildroot} --prefix
%{_prefix} --compile %{SOURCE0}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%python_exec setup.py test
%files %{python_files}
-%defattr(-,root,root,-)
+%doc CHANGELOG.md README.md
%license LICENSE
%{python_sitelib}/*