forked from pool/python-dnspython
Accepting request 30565 from home:aledr:branches
Copy from home:aledr:branches/python-dnspython via accept of submit request 30565 revision 2. Request was accepted with message: Reviewed ok. OBS-URL: https://build.opensuse.org/request/show/30565 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=7
This commit is contained in:
parent
bd9b800039
commit
0c531b6494
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39dad20ba85250f2cc25ba8069d28f94951d3a9184c9d8cab6a8df6d45ea98d3
|
||||
size 99179
|
3
dnspython-1.8.0.tar.gz
Normal file
3
dnspython-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e9fd938bb695e0c5332f095b07a5aa8e4597cd8cc24ee9be5a15b463d7437ba
|
||||
size 108588
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 27 12:37:35 UTC 2010 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 1.8.0;
|
||||
- Building as noarch for openSUSE >= 11.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 00:00:00 UTC 2007 - judas_iscariote@shorewall.net
|
||||
|
||||
- update to version 1.5.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 16:46:03 CET 2006 - jmatejek@suse.cz
|
||||
|
||||
|
@ -12,16 +12,20 @@
|
||||
|
||||
Name: python-dnspython
|
||||
BuildRequires: python-devel
|
||||
URL: http://www.dnspython.org/
|
||||
URL: http://www.dnspython.org
|
||||
License: Other License(s), see package, BSD
|
||||
Group: Productivity/Networking/DNS/Utilities
|
||||
Autoreqprov: on
|
||||
Version: 1.5.0
|
||||
Version: 1.8.0
|
||||
Release: 6
|
||||
Summary: A DNS toolkit for Python
|
||||
Source: http://www.dnspython.org/kits/stable/dnspython-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{py_requires}
|
||||
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
dnspython is a DNS toolkit for Python. It supports almost all record
|
||||
@ -33,8 +37,6 @@ level classes perform queries for data of a given name, type, and
|
||||
class, and return an answer set. The low level classes allow direct
|
||||
manipulation of DNS zones, messages, names, and records.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Bob Halley <halley@dnspython.org>
|
||||
@ -58,14 +60,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc ChangeLog LICENSE PKG-INFO README TODO
|
||||
%doc examples
|
||||
%doc tests
|
||||
|
||||
%changelog -n python-dnspython
|
||||
|
||||
* Fri Jan 19 2007 - judas_iscariote@shorewall.net
|
||||
- update to version 1.5.0
|
||||
* Tue Feb 28 2006 - jmatejek@suse.cz
|
||||
- updated to reflect python changes due to #149809
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Tue May 31 2005 - poeml@suse.de
|
||||
- package created (1.3.3)
|
||||
|
Loading…
Reference in New Issue
Block a user