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
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							27873afb51
						
					
				
				
					commit
					76281104af
				
			| @@ -1,7 +1,7 @@ | ||||
| # | ||||
| # 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 | ||||
| # remain the property of their copyright owners, unless otherwise agreed | ||||
| @@ -18,12 +18,12 @@ | ||||
|  | ||||
| %{?!python_module:%define python_module() python-%{**} python3-%{**}} | ||||
| Name:           python-localzone | ||||
| Version:        0.9.4 | ||||
| Version:        0.9.5 | ||||
| Release:        0 | ||||
| Summary:        A library for managing DNS zones | ||||
| License:        BSD-3-Clause | ||||
| 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 | ||||
| BuildRequires:  %{python_module dnspython} | ||||
| BuildRequires:  %{python_module pytest} | ||||
| @@ -32,7 +32,6 @@ BuildRequires:  fdupes | ||||
| BuildRequires:  python-rpm-macros | ||||
| Requires:       python-dnspython | ||||
| BuildArch:      noarch | ||||
|  | ||||
| %python_subpackages | ||||
|  | ||||
| %description | ||||
| @@ -49,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} | ||||
| %pytest | ||||
|  | ||||
| %files %{python_files} | ||||
| %doc README.rst | ||||
|   | ||||
		Reference in New Issue
	
	Block a user