Hello community,

here is the log from the commit of package python-dnspython for 
openSUSE:Factory checked in at 2013-07-16 16:14:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dnspython (Old)
 and      /work/SRC/openSUSE:Factory/.python-dnspython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dnspython"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dnspython/python-dnspython.changes        
2012-06-01 22:32:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-dnspython.new/python-dnspython.changes   
2013-07-16 16:14:49.000000000 +0200
@@ -1,0 +2,20 @@
+Mon Jul 15 11:37:52 UTC 2013 - [email protected]
+
+- Package LICENSE, use proper upstream URL
+- Run testsuite
+- Cleanup macro usage
+
+-------------------------------------------------------------------
+Thu Jul 11 14:23:49 UTC 2013 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  dnspython-1.10.0.tar.gz
  dnspython-1.10.0.tar.gz.asc

New:
----
  dnspython-1.11.0.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-dnspython.spec ++++++
--- /var/tmp/diff_new_pack.O5vv3W/_old  2013-07-16 16:14:50.000000000 +0200
+++ /var/tmp/diff_new_pack.O5vv3W/_new  2013-07-16 16:14:50.000000000 +0200
@@ -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
@@ -16,28 +16,23 @@
 #
 
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
-%define mod_name dnspython
-
-Name:           python-%{mod_name}
-Version:        1.10.0
+Name:           python-dnspython
+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/%{version}/dnspython-%{version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+BuildRequires:  python-nose
+BuildRequires:  unzip
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:      noarch
 %endif
-%endif
 
 %description
 dnspython is a DNS toolkit for Python. It supports almost all record
@@ -50,24 +45,21 @@
 names, and records.
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n dnspython-%{version}
 
 %build
-export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+nosetests
+
 %files
 %defattr(-,root,root)
-# You may have to add additional files here (documentation and binaries mostly)
-%python_sitelib/dns*
-%if 0%{?sles_version} != 10
-%python_sitelib/*.egg-info
-%endif
-%doc README ChangeLog
-%doc examples
-%doc tests
+%doc LICENSE README examples
+%{python_sitelib}/dns
+%{python_sitelib}/dnspython-%{version}-py%{py_ver}.egg-info
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to