forked from pool/python-localzone
Accepting request 794130 from home:pgajdos:python
- version update to 0.9.6 - Minor documentation change for PyPI - use pytest macro OBS-URL: https://build.opensuse.org/request/show/794130 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-localzone?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
809f0ba571
commit
e665be6547
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-localzone
|
||||
#
|
||||
# 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
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-localzone
|
||||
Version: 0.9.5
|
||||
Version: 0.9.6
|
||||
Release: 0
|
||||
Summary: A library for managing DNS zones
|
||||
License: BSD-3-Clause
|
||||
@@ -48,7 +48,7 @@ A simple library for managing DNS zones.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
|
||||
Reference in New Issue
Block a user