Up to [cvs.NetBSD.org] / pkgsrc / devel / py-ZopeSchema
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11, Sun Jun 18 12:17:21 2023 UTC (3 months ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +1 -1
lines
FILE REMOVED
py-zope.schema: updated to 7.0.1; renamed from py-ZopeSchema 7.0.1 (2023-01-02) - Fix fallback when ``zope.i18nmessageid`` is not installed (regression introduced in 7.0.0). 7.0.0 (2023-01-01) - Add support for Python 3.11. - Drop support for Python 2.7, 3.5, 3.6. - Drop ``zope.schema._compat`` module. - Fix test deprecation warning on Python 3.11.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Sep 19 08:40:45 2022 UTC (12 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
py-ZopeSchema: updated to 6.2.1 6.2.1 (2022-09-14) ================== - Fix outsized integer test values that break tests on newer Python versions.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 6 20:03:42 2022 UTC (18 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
py-ZopeSchema: updated to 6.2.0 6.2.0 - Add support for Python 3.10.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:08 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 7 13:42:54 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 14 04:58:50 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
py-ZopeSchema: updated to 6.1.0 6.1.0 (2021-02-09) ================== - Fix ``IField.required`` to not be required by default.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 9 07:26:29 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
py-ZopeSchema: updated to 6.0.1 6.0.1 (2021-01-25) ================== - Bring branch coverage to 100%. - Add support for Python 3.9. - Fix FieldUpdateEvent implementation by having an ``object`` attribute as the ``IFieldUpdatedEvent`` interfaces claims there should be.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 8 13:24:35 2020 UTC (3 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
py-ZopeSchema: updated to 6.0.0 6.0.0: Require zope.interface 5.0. Ensure the resolution orders of all fields are consistent and make sense. In particular, Bool fields now correctly implement IBool before IFromUnicode. Add support for Python 3.8. Drop support for Python 3.4. 5.0.1: Fix: add Text.unicode_normalization = 'NFC' as default, because some are persisting schema fields. Setting that attribute only in __init__ breaks loading old objects. 5.0: Set IDecimal attributes min, max and default as Decimal type instead of Number. Enable unicode normalization for Text fields. The default is NFC normalization. Valid forms are ãàϯFCãà ãàϯFKCãà ãàϯFDãà and ãàϯFKDãà To disable normalization, set unicode_normalization to False or None when calling __init__ of the Text field.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 15 10:30:59 2018 UTC (4 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
py-ZopeSchema: updated to 4.9.3 4.9.3: - Fixed a ReST error in getDoc() results when having "subfields" with titles. 4.9.2: - Make sure that the title for IObject.validate_invariants is a unicode string. 4.9.1: - Fix SimpleTerm token for non-ASCII bytes values. 4.9.0: - Make NativeString and NativeStringLine distinct types that implement the newly-distinct interfaces INativeString and INativeStringLine. Previously these were just aliases for either Text (on Python 3) or Bytes (on Python 2). - Fix Field.getDoc() when value_type or key_type is present. Previously it could produce ReST that generated Sphinx warnings. - Make DottedName accept leading underscores for each segment. - Add PythonIdentifier, which accepts one segment of a dotted name, e.g., a python variable or class. 4.8.0: - Add the interface IFromBytes, which is implemented by the numeric and bytes fields, as well as URI, DottedName, and Id. - Fix passing None as the description to a field constructor.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 7 11:51:47 2017 UTC (5 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
py-ZopeSchema: update to 4.5.0 4.5.0: - Drop support for Python 2.6, 3.2, and 3.3. - Add support for Python 3.5 and 3.6. - Drop support for 'setup.py test'. Use zope.testrunner instead.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 25 17:23:28 2017 UTC (6 years, 4 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Import zope.schema 4.4.2 as devel/py-ZopeSchema. Zope Interface extension for defining data schemas. Schemas extend the notion of interfaces to detailed descriptions of Attributes (but not methods).