diff --git a/WTForms-3.0.1.tar.gz b/WTForms-3.0.1.tar.gz deleted file mode 100644 index 20a57ca..0000000 --- a/WTForms-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc -size 137513 diff --git a/WTForms-3.1.1.tar.gz b/WTForms-3.1.1.tar.gz new file mode 100644 index 0000000..8aac53d --- /dev/null +++ b/WTForms-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43cddf61ad77c3e7d9fb5ef62fa8e9d5298a9728de5feb48be74b6c98164427 +size 125250 diff --git a/_service b/_service index c137bb4..eca6398 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - 2.3.3+git + 3.1.1+git https://github.com/wtforms/wtforms.git git .git* diff --git a/_servicedata b/_servicedata index ac2f312..971b506 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/wtforms/wtforms.git - 2249509ed2becf3c792cc134ac6e790a340cb93e \ No newline at end of file + e737a6c1af1d1d44c35189c150a79651c125bc98 \ No newline at end of file diff --git a/python-WTForms.changes b/python-WTForms.changes index 86ff9c9..9906831 100644 --- a/python-WTForms.changes +++ b/python-WTForms.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Mon Nov 27 13:05:40 UTC 2023 - Antonio Larrosa + +- Use %{?sle15_python_module_pythons} + +------------------------------------------------------------------- +Mon Nov 27 08:03:06 UTC 2023 - Antonio Larrosa + +- Update to 3.1.1: + - Display Flags values in their repr. + - ~SelectField and SelectMultipleField choices can be None if + validate_choice is False + - Documentation improvements + - Unit tests improvements + - Python 3.12 support + - Restored support for 3-items tuple return value from + iter_choices + +- Update to 3.1.0: + - Documentation improvements + - Translation improvements + - Implement :class:~fields.ColorField + - Delayed import of email_validator. + -