14
0

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WTForms?expand=0&rev=21
This commit is contained in:
2021-06-05 20:07:35 +00:00
committed by Git OBS Bridge
parent 1ab3d804fc
commit 9fdfda720d
6 changed files with 51 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c
size 162945

15
_service Normal file
View File

@@ -0,0 +1,15 @@
<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">mcepl@cepl.eu</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>

4
_servicedata Normal file
View File

@@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/wtforms/wtforms.git</param>
<param name="changesrevision">2249509ed2becf3c792cc134ac6e790a340cb93e</param></service></servicedata>

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Jun 05 19:37:37 UTC 2021 - mcepl@cepl.eu
- 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)
-------------------------------------------------------------------
Thu Sep 10 05:49:47 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -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 SQLAlchemy}
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,12 +60,12 @@ Summary: Documentation for WTForms
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
# Fix wrong EOL-encoding
sed -i "s/\r//" CHANGES.rst
sed -i "s/\r//" CHANGES.rst
# remove reference to ../CHANGES.rst
rm docs/changes.rst
@@ -73,9 +74,8 @@ rm docs/changes.rst
%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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb8ac9b0bef577fb83e08d489081f2750ab9b36d9d770bdd76ca0a9f8f833f98
size 120086