11
0
forked from pool/python-pluggy

- Update to 0.8.1:

* #166: Add stacklevel=2 to implprefix warning so that the reported location of warning is the caller of PluginManager.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pluggy?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-02-12 14:21:19 +00:00
committed by Git OBS Bridge
parent 4b378ed782
commit a0a9509345
4 changed files with 12 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:447ba94990e8014ee25ec853339faf7b0fc8050cdc3289d4d71f7f410fb90095
size 53259

3
pluggy-0.8.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ddc32f03971bfdf900a81961a48ccf2fb677cf7715108f85295c67405798616
size 53375

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 12 14:20:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.8.1:
* #166: Add stacklevel=2 to implprefix warning so that the reported location of warning is the caller of PluginManager.
-------------------------------------------------------------------
Fri Oct 26 13:01:53 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pluggy
#
# 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
@@ -17,19 +17,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with tests
Name: python-pluggy
Version: 0.8.0
Version: 0.8.1
Release: 0
Summary: Plugin registration and hook calling mechanisms for Python
License: MIT
Group: Development/Languages/Python
Url: https://github.com/pytest-dev/pluggy
URL: https://github.com/pytest-dev/pluggy
Source: https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-%{version}.tar.gz
%if %{with tests}
BuildRequires: %{python_module pytest}
%endif
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -54,10 +50,8 @@ except extensive docstrings in the pluggy.py module.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with tests}
%check
%python_exec -m pytest testing
%endif
%files %{python_files}
%license LICENSE