14
0

- Switch to github tarball to run tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-localzone?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2018-12-07 12:00:05 +00:00
committed by Git OBS Bridge
parent 75156a4351
commit 9a2e954352
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:500af7367fc99d5a4705f7a90bcc4f4fa96f5dfcfabf7117d74f3c49f5c90dac
size 8992

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 7 11:59:56 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Switch to github tarball to run tests
-------------------------------------------------------------------
Tue Dec 4 14:19:36 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -20,12 +20,13 @@
Name: python-localzone
Version: 0.9.4
Release: 0
Summary: A simple library for managing DNS zones
Summary: A library for managing DNS zones
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://localzone.iomaestro.com
Source: https://files.pythonhosted.org/packages/source/l/localzone/localzone-%{version}.tar.gz
Source: https://github.com/ags-slc/localzone/archive/v%{version}.tar.gz
BuildRequires: %{python_module dnspython}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -47,6 +48,9 @@ A simple library for managing DNS zones.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix}
%files %{python_files}
%doc README.rst
%license LICENSE

3
v0.9.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:820e3ad3d9e672a1c4542f2f0768dcec00b388475b3cc4c8c1256eaa6a6529ac
size 22544