Hello community, here is the log from the commit of package python-dpkt for openSUSE:Factory checked in at 2019-03-05 12:22:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dpkt (Old) and /work/SRC/openSUSE:Factory/.python-dpkt.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dpkt" Tue Mar 5 12:22:13 2019 rev:5 rq:681304 version:1.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dpkt/python-dpkt.changes 2018-01-09 14:52:12.906553433 +0100 +++ /work/SRC/openSUSE:Factory/.python-dpkt.new.28833/python-dpkt.changes 2019-03-05 12:22:33.532891987 +0100 @@ -1,0 +2,8 @@ +Mon Mar 4 11:30:22 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.9.2: + * Tiny fixes for 3.7 python +- Enable tests +- Add proper dependencies + +------------------------------------------------------------------- Old: ---- v1.9.1.tar.gz New: ---- v1.9.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dpkt.spec ++++++ --- /var/tmp/diff_new_pack.iQqAqT/_old 2019-03-05 12:22:36.476891089 +0100 +++ /var/tmp/diff_new_pack.iQqAqT/_new 2019-03-05 12:22:36.512891078 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-dpkt # -# 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 @@ -12,21 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dpkt -Version: 1.9.1 +Version: 1.9.2 Release: 0 Summary: Fast, simple packet creation and parsing License: BSD-3-Clause Group: Development/Libraries/Python -Url: https://github.com/kbandla/dpkt +URL: https://github.com/kbandla/dpkt Source: https://github.com/kbandla/dpkt/archive/v%{version}.tar.gz +BuildRequires: %{python_module mock} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -38,6 +39,8 @@ %prep %setup -q -n dpkt-%{version} +# do not add extra pytest argumetns +sed -i -e '/addopts=/d' setup.cfg %build %python_build @@ -46,8 +49,12 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v dpkt + %files %{python_files} -%doc examples AUTHORS CHANGES LICENSE README.rst +%license LICENSE +%doc examples AUTHORS CHANGES README.rst %{python_sitelib}/* %changelog ++++++ v1.9.1.tar.gz -> v1.9.2.tar.gz ++++++ ++++ 2095 lines of diff (skipped)
