Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-WTForms for openSUSE:Factory checked in at 2021-06-06 22:40:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-WTForms (Old) and /work/SRC/openSUSE:Factory/.python-WTForms.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-WTForms" Sun Jun 6 22:40:31 2021 rev:7 rq:897757 version:2.3.3+git.1621448902.a55be54 Changes: -------- --- /work/SRC/openSUSE:Factory/python-WTForms/python-WTForms.changes 2020-10-02 17:34:00.778620892 +0200 +++ /work/SRC/openSUSE:Factory/.python-WTForms.new.1898/python-WTForms.changes 2021-06-06 22:40:35.419387934 +0200 @@ -1,0 +2,18 @@ +Sat Jun 05 19:37:37 UTC 2021 - [email protected] + +- Update to version 2.3.3+git.1621448902.a55be54: + * Changelog + * render_kw tests for SelectField and MultipleSelectField + * moved test to test_radio + * pass RadioField (SelectFieldBase) render_kw dict in _Option class + * Changelog + * Logo integration + * Changelog + * Changelog + * Always call setattr in FormField.populate + * move test + * add test + * fix radiofield required bug +- Skip failing tests with localization file (gh#wtforms/wtforms#697) + +------------------------------------------------------------------- Old: ---- WTForms-2.3.3.tar.gz New: ---- _service _servicedata wtforms-2.3.3+git.1621448902.a55be54.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-WTForms.spec ++++++ --- /var/tmp/diff_new_pack.ULcXZR/_old 2021-06-06 22:40:36.063389195 +0200 +++ /var/tmp/diff_new_pack.ULcXZR/_new 2021-06-06 22:40:36.063389195 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-WTForms # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-WTForms -Version: 2.3.3 +Version: 2.3.3+git.1621448902.a55be54 Release: 0 Summary: A flexible forms validation and rendering library for Python web development License: BSD-3-Clause -URL: http://wtforms.simplecodes.com/ -Source: https://files.pythonhosted.org/packages/source/W/WTForms/WTForms-%{version}.tar.gz +URL: https://github.com/wtforms/wtforms +# Source: https://files.pythonhosted.org/packages/source/W/WTForms/WTForms-%%{version}.tar.gz +Source: wtforms-%{version}.tar.gz BuildRequires: %{python_module MarkupSafe} BuildRequires: %{python_module email_validator} BuildRequires: %{python_module setuptools} @@ -42,8 +43,8 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil} # /SECTION -Provides: python-WTForms-lang -Obsoletes: python-WTForms-lang +Provides: python-WTForms-lang = %{version}-%{release} +Obsoletes: python-WTForms-lang < %{version} %python_subpackages %description @@ -59,7 +60,7 @@ Documentation for WTForms, which is a forms validation and rendering library for Python web development. %prep -%setup -q -n WTForms-%{version} +%autosetup -p1 -n wtforms-%{version} %build %python_build @@ -73,9 +74,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -pushd tests -%python_expand $python runtests.py -popd +# Excluded tests because of gh#wtforms/wtforms#697 +%pytest -k 'not (test_us_translation or test_defaults or test_override_languages or test_ngettext or test_cache or test_typeerror or test_formatting or test_parsing)' %files %{python_files} %license LICENSE.rst ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="versionprefix">2.3.3+git</param> <param name="url">https://github.com/wtforms/wtforms.git</param> <param name="scm">git</param> <param name="exclude">.git*</param> <param name="changesgenerate">enable</param> <param name="changesauthor">[email protected]</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> <service name="set_version" mode="disabled" /> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/wtforms/wtforms.git</param> <param name="changesrevision">2249509ed2becf3c792cc134ac6e790a340cb93e</param></service></servicedata>
