Hello community, here is the log from the commit of package python-FormEncode for openSUSE:Factory checked in at 2019-03-10 09:33:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-FormEncode (Old) and /work/SRC/openSUSE:Factory/.python-FormEncode.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-FormEncode" Sun Mar 10 09:33:24 2019 rev:14 rq:682404 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-FormEncode/python-FormEncode.changes 2019-03-05 12:24:54.428849017 +0100 +++ /work/SRC/openSUSE:Factory/.python-FormEncode.new.28833/python-FormEncode.changes 2019-03-10 09:33:29.300203424 +0100 @@ -1,0 +2,7 @@ +Thu Mar 7 11:09:21 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Really run tests under python3 +- Add patch to work with python3: + * six.patch + +------------------------------------------------------------------- New: ---- six.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-FormEncode.spec ++++++ --- /var/tmp/diff_new_pack.D7EwsN/_old 2019-03-10 09:33:32.452202633 +0100 +++ /var/tmp/diff_new_pack.D7EwsN/_new 2019-03-10 09:33:32.472202628 +0100 @@ -28,13 +28,18 @@ Source: https://files.pythonhosted.org/packages/source/F/FormEncode/FormEncode-%{version}.tar.gz Patch0: remove-online-tests.patch Patch1: new-pycountry.patch +Patch2: six.patch +BuildRequires: %{python_module dnspython} BuildRequires: %{python_module nose} BuildRequires: %{python_module pycountry} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python2-dnspython +Requires: python-dnspython +Requires: python-pycountry +Requires: python-six BuildArch: noarch %ifpython2 Provides: %{oldpython}-formencode = %{version} @@ -51,6 +56,7 @@ %setup -q -n FormEncode-%{version} %patch0 -p1 %patch1 -p1 +%patch2 -p1 dos2unix README.rst %build @@ -67,7 +73,7 @@ %check export LANG=en_US.UTF-8 # excluded tests poll dns -%python_expand PYTHONPATH=%{buildroot}%{python_sitelib} nosetests-%{python_bin_suffix} -v -e '(test_cyrillic_email|test_unicode_ascii_subgroup)' formencode/tests +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v -e '(test_cyrillic_email|test_unicode_ascii_subgroup)' formencode/tests %files %{python_files} %doc README.rst ++++++ six.patch ++++++ ++++ 2181 lines (skipped)
