Hello community, here is the log from the commit of package python-varlink for openSUSE:Factory checked in at 2019-09-27 14:48:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-varlink (Old) and /work/SRC/openSUSE:Factory/.python-varlink.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-varlink" Fri Sep 27 14:48:33 2019 rev:3 rq:731284 version:30.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-varlink/python-varlink.changes 2019-07-01 10:44:16.489467660 +0200 +++ /work/SRC/openSUSE:Factory/.python-varlink.new.2352/python-varlink.changes 2019-09-27 14:48:33.888746606 +0200 @@ -1,0 +2,6 @@ +Mon Sep 16 12:57:01 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 30.3.0: + * no upstream changelog + +------------------------------------------------------------------- Old: ---- varlink-30.1.2.tar.gz New: ---- varlink-30.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-varlink.spec ++++++ --- /var/tmp/diff_new_pack.Wca3n1/_old 2019-09-27 14:48:34.324745472 +0200 +++ /var/tmp/diff_new_pack.Wca3n1/_new 2019-09-27 14:48:34.328745462 +0200 @@ -18,19 +18,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-varlink -Version: 30.1.2 +Version: 30.3.0 Release: 0 Summary: Python implementation of the Varlink protocol License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/varlink/python +URL: https://github.com/varlink/python Source: https://files.pythonhosted.org/packages/source/v/varlink/varlink-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module future} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-future BuildArch: noarch - %python_subpackages %description @@ -41,6 +43,8 @@ %prep %setup -q -n varlink-%{version} +# py3 only syntax +rm varlink/tests/test_mocks.py %build %python_build @@ -49,6 +53,10 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +export LANG="en_US.UTF8" +%pytest + %files %{python_files} %doc README.md %license LICENSE.txt ++++++ varlink-30.1.2.tar.gz -> varlink-30.3.0.tar.gz ++++++ ++++ 2539 lines of diff (skipped)
