Hello community,

here is the log from the commit of package python3-dnspython for 
openSUSE:Factory checked in at 2016-08-18 09:17:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-dnspython (Old)
 and      /work/SRC/openSUSE:Factory/.python3-dnspython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-dnspython"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-dnspython/python3-dnspython.changes      
2016-07-15 12:55:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-dnspython.new/python3-dnspython.changes 
2016-08-18 09:17:50.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 15 09:38:51 UTC 2016 - [email protected]
+
+- obsolete and provide python3-dnspython3
+- verify archive with signature
+
+-------------------------------------------------------------------
@@ -29 +34,0 @@
-

Old:
----
  v1.14.0.zip

New:
----
  dnspython-1.14.0.tar.gz
  dnspython-1.14.0.tar.gz.asc
  python3-dnspython.asc

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

Other differences:
------------------
++++++ python3-dnspython.spec ++++++
--- /var/tmp/diff_new_pack.7X6toL/_old  2016-08-18 09:17:50.000000000 +0200
+++ /var/tmp/diff_new_pack.7X6toL/_new  2016-08-18 09:17:50.000000000 +0200
@@ -23,12 +23,15 @@
 License:        ISC
 Group:          Development/Languages/Python
 Url:            http://www.dnspython.org
-Source:         https://github.com/rthalley/dnspython/archive/v%{version}.zip
+Source:         
http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz
+Source2:        
http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz.asc
+Source3:        python3-dnspython.asc
 BuildRequires:  netcfg
 BuildRequires:  python3-devel
 BuildRequires:  python3-pycrypto
 BuildRequires:  python3-setuptools
-BuildRequires:  unzip
+Provides:       python3-dnspython3 = %{version}
+Obsoletes:      python3-dnspython3 < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -50,10 +53,9 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-pushd tests
-test -f test_resolver.py && rm test_resolver.py
-make PYTHON=python3 test
-popd
+# skip the resolver test suite as it requires an internet connection
+test -f tests/test_resolver.py && rm tests/test_resolver.py
+python3 setup.py test
 
 %files
 %defattr(-,root,root,-)


Reply via email to