11
0
forked from pool/python-pluggy

- Update to 0.13.1:

* Improved documentation, especially with regard to references.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pluggy?expand=0&rev=20
This commit is contained in:
Tomáš Chvátal
2020-01-06 12:52:54 +00:00
committed by Git OBS Bridge
parent e5528837e2
commit a535ae02bb
4 changed files with 11 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pluggy
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,11 +26,10 @@
%bcond_with test
%endif
Name: python-pluggy%{psuffix}
Version: 0.13.0
Version: 0.13.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
Source: https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-%{version}.tar.gz
BuildRequires: %{python_module setuptools_scm}