forked from pool/python-localzone
- Update to 0.9.5:
* Support dnspython 1.16.0. * Add tox config. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-localzone?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
27873afb51
commit
76281104af
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 18 10:44:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.9.5:
|
||||||
|
* Support dnspython 1.16.0.
|
||||||
|
* Add tox config.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 7 11:59:56 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Dec 7 11:59:56 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-localzone
|
# spec file for package python-localzone
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-localzone
|
Name: python-localzone
|
||||||
Version: 0.9.4
|
Version: 0.9.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for managing DNS zones
|
Summary: A library for managing DNS zones
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://localzone.iomaestro.com
|
URL: https://github.com/ags-slc/localzone
|
||||||
Source: https://github.com/ags-slc/localzone/archive/v%{version}.tar.gz
|
Source: https://github.com/ags-slc/localzone/archive/v%{version}.tar.gz
|
||||||
BuildRequires: %{python_module dnspython}
|
BuildRequires: %{python_module dnspython}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@@ -32,7 +32,6 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-dnspython
|
Requires: python-dnspython
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -49,7 +48,7 @@ A simple library for managing DNS zones.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix}
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:820e3ad3d9e672a1c4542f2f0768dcec00b388475b3cc4c8c1256eaa6a6529ac
|
|
||||||
size 22544
|
|
||||||
3
v0.9.5.tar.gz
Normal file
3
v0.9.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e17c4a95445e2d1cd5ca68e461b5a61b40ecc2d7c7f217d83e18132f2b67e9b3
|
||||||
|
size 27771
|
||||||
Reference in New Issue
Block a user