[Checkins] [zopefoundation/zope.schema] 5f5cfd: Set `IDecimal` attributes `min`, `max` and `defaul...

Adam Groszer noreply at github.com
Fri Mar 6 14:04:38 CET 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.schema
  Commit: 5f5cfdd24d20dfb1bdaa8f8315fa8cc17b4ef089
      https://github.com/zopefoundation/zope.schema/commit/5f5cfdd24d20dfb1bdaa8f8315fa8cc17b4ef089
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M CHANGES.rst
    M src/zope/schema/_bootstrapfields.py
    M src/zope/schema/_field.py
    M src/zope/schema/interfaces.py
    M src/zope/schema/tests/test__bootstrapfields.py
    M src/zope/schema/tests/test__field.py

  Log Message:
  -----------
  Set `IDecimal` attributes `min`, `max` and `default` as `Decimal` type instead of `Number`.


  Commit: a8cbc1f2ad603466dbbfeae65d6dd6916c910c03
      https://github.com/zopefoundation/zope.schema/commit/a8cbc1f2ad603466dbbfeae65d6dd6916c910c03
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M CHANGES.rst
    M src/zope/schema/_bootstrapfields.py
    M src/zope/schema/_field.py
    M src/zope/schema/interfaces.py
    M src/zope/schema/tests/test__bootstrapfields.py
    M src/zope/schema/tests/test__field.py

  Log Message:
  -----------
  Merge pull request #89 from zopefoundation/adamg-decimal

Set `IDecimal` attributes `min`, `max` and `default` as `Decimal` typ…


Compare: https://github.com/zopefoundation/zope.schema/compare/ee3aa418d1c9...a8cbc1f2ad60


More information about the checkins mailing list