forked from pool/python-dnspython
Accepting request 182832 from home:dirkmueller:branches:devel:languages:python
- update to 1.11.0:
* TLSA RR support
* Added set_flags() method to dns.resolver.Resolver
* Names with offsets >= 2^14 are no longer added to the compression
table.
* The "::" syntax is not used to shorten a single 16-bit section of
the text form an IPv6 address.
* Empty rdatasets are not printed.
* DNSKEY key tags are no longer assumed to be unique.
OBS-URL: https://build.opensuse.org/request/show/182832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
747361f207
commit
c93d773243
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-dnspython
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -22,16 +22,16 @@
|
||||
%define mod_name dnspython
|
||||
|
||||
Name: python-%{mod_name}
|
||||
Version: 1.10.0
|
||||
Version: 1.11.0
|
||||
Release: 0
|
||||
Url: http://www.dnspython.org/
|
||||
Summary: A DNS toolkit for Python
|
||||
License: ISC
|
||||
Group: Development/Languages/Python
|
||||
Source: http://www.dnspython.org/kits/1.10.0/%{mod_name}-%{version}.tar.gz
|
||||
Source2: http://www.dnspython.org/kits/1.10.0/%{mod_name}-%{version}.tar.gz.asc
|
||||
Source: http://www.dnspython.org/kits/1.10.0/%{mod_name}-%{version}.zip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: unzip
|
||||
%if 0%{?suse_version}
|
||||
%py_requires
|
||||
%if 0%{?suse_version} > 1110
|
||||
|
||||
Reference in New Issue
Block a user