14
0
Files
python-WTForms/_service
Markéta Machová b17a31dfd2 Accepting request 1129046 from home:alarrosa:branches:devel:languages:python
- 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.
  - <option> attributes can be passed by the
    :class:~fields.SelectField choices parameter
  - Use the standard datetime formats by default for
    :class:~fields.DateTimeLocalField
  - Python 3.11 support
  - Added shorter format to
    :class:~fields.DateTimeLocalField defaults
  - Stop support for python 3.7
  - Added shorter format to :class:~fields.WeekField defaults
  - Move to pyproject.toml
  - URL validator takes a allow_ip parameter
  - Implement :class:~validators.ReadOnly and
    :class:~validators.Disabled

OBS-URL: https://build.opensuse.org/request/show/1129046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WTForms?expand=0&rev=30
2023-11-27 12:49:02 +00:00

16 lines
561 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="versionprefix">3.1.1+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>