14
0

36 Commits

Author SHA256 Message Date
a455c5ccc5 Accepting request 1274645 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1274645
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=18
2025-05-05 20:29:50 +00:00
a9232afea9 - Modernize packaging
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=34
2025-05-05 14:55:50 +00:00
c51b39255d Accepting request 1090389 from devel:languages:python
- use python3 module python for sle15

OBS-URL: https://build.opensuse.org/request/show/1090389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=17
2023-06-04 14:41:21 +00:00
2c124ffa4d - use python3 module python for sle15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=32
2023-06-01 20:36:20 +00:00
3a192d0fbc Accepting request 1056695 from devel:languages:python
- update to 7.0.1:
  * Fix fallback when ``zope.i18nmessageid`` is not installed (regression
  introduced in 7.0.0).
  * 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.

OBS-URL: https://build.opensuse.org/request/show/1056695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=16
2023-01-10 13:58:53 +00:00
bec8b2dc02 - update to 7.0.1:
* Fix fallback when ``zope.i18nmessageid`` is not installed (regression
  introduced in 7.0.0).
  * 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=30
2023-01-06 12:43:07 +00:00
82fc493b37 Accepting request 1004158 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1004158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=15
2022-09-17 18:08:27 +00:00
8cac34bed6 Accepting request 1004102 from home:mcalabkova:branches:devel:languages:python
- Update to 6.2.1
  * Fix incompatibility introduced in 6.1.0: The Bool field constructor 
    implicitly set required to False if not given. 
  * Add support for Python 3.10.
  * Fix outsized integer test values that break tests on newer Python versions.

OBS-URL: https://build.opensuse.org/request/show/1004102
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=28
2022-09-16 16:24:09 +00:00
d961000eb9 Accepting request 1002984 from home:mcalabkova:branches:devel:languages:python
- Skip tests which broke with https://github.com/python/cpython/issues/95778

OBS-URL: https://build.opensuse.org/request/show/1002984
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=27
2022-09-12 14:06:49 +00:00
2b2067f8b1 Accepting request 905458 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/905458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=14
2021-07-16 20:12:30 +00:00
057fafe496 Accepting request 905386 from home:jacraig:branches:devel:languages:python
- Update to 6.1.0
  * Fix IField.required to not be required by default.
- Changes from 6.0.1
  * 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.

OBS-URL: https://build.opensuse.org/request/show/905386
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=26
2021-07-10 11:04:03 +00:00
f1324474ea Accepting request 787840 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/787840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=13
2020-03-26 23:29:12 +00:00
Tomáš Chvátal
579dc489d8 Accepting request 787836 from home:pgajdos:python
- version update to 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``. See `issue 80
    <https://github.com/zopefoundation/zope.schema/issues/80>`_.
  - Add support for Python 3.8.
  - Drop support for Python 3.4.
- deleted sources
  - pre_checkin.sh (not needed)

OBS-URL: https://build.opensuse.org/request/show/787836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=24
2020-03-24 15:04:14 +00:00
bc2e1ee8d5 Accepting request 782885 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/782885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=12
2020-03-11 17:43:31 +00:00
Tomáš Chvátal
59180c2a6c Accepting request 782878 from home:pgajdos:python
- update to version 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.
  - Set ``IDecimal`` attributes ``min``, ``max`` and ``default`` as ``Decimal``
    type instead of ``Number``.
    See `issue 88 <https://github.com/zopefoundation/zope.schema/issues/88>`_.
  - Enable unicode normalization for ``Text`` fields.
    The default is NFC normalization. Valid forms are 'NFC', 'NFKC', 'NFD', and
    'NFKD'. To disable normalization, set ``unicode_normalization`` to ``False``
    or ``None`` when calling ``__init__`` of the ``Text`` field.
    See `issue 86 <https://github.com/zopefoundation/zope.schema/issues/86>`_.

OBS-URL: https://build.opensuse.org/request/show/782878
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=22
2020-03-09 10:42:11 +00:00
6d8c3b7b9d Accepting request 738427 from devel:languages:python
Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/738427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=11
2019-10-16 07:17:19 +00:00
ddc24ac23d - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=20
2019-10-14 14:51:42 +00:00
392f4c17aa Accepting request 691752 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/691752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=10
2019-04-08 08:35:19 +00:00
Tomáš Chvátal
63e2917652 Accepting request 691751 from home:mcalabkova:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/691751
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=18
2019-04-05 09:10:04 +00:00
Tomáš Chvátal
7932c32ae4 Accepting request 691745 from home:mcalabkova:branches:devel:languages:python
- update to version 4.9.3
  4.5.0:
  * Add support for Python 3.5 and 3.6.
  * Drop support for Python 2.6, 3.2, and 3.3.
  * Drop support for ‘setup.py test’. Use zope.testrunner instead.
  4.6.0
  * Add support for Python 3.7.
  * Choice, SimpleVocabulary and SimpleTerm all gracefully handle 
    using Unicode token values with non-ASCII characters by encoding 
    them with the backslashreplace error handler.
  * Add fields and interfaces representing Python’s numeric tower.
  * More various enhancements.
  4.6.1
  * Fix the Field constructor to again allow MessageID values for 
    the description.
  4.6.2
  * Fix checking a field’s constraint to set the field and value 
    properties if the constraint raises a ValidationError.
  4.7.0
  * Give various classes some fields.
  4.8.0
  * Fix passing None as the description to a field constructor.
  4.9.0
  * Make NativeString and NativeStringLine distinct types.
  * Fix Field.getDoc() when value_type or key_type is present. 
  * Make DottedName accept leading underscores for each segment.
  4.9.1
  * Fix SimpleTerm token for non-ASCII bytes values.
  4.9.2
  * Make sure that the title for IObject.validate_invariants is a

OBS-URL: https://build.opensuse.org/request/show/691745
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=17
2019-04-05 09:03:19 +00:00
25400883ce Accepting request 654091 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/654091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=9
2018-12-13 18:46:32 +00:00
a64ecdcbfa Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=15
2018-12-04 14:25:58 +00:00
58dbb4f3e5 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=14
2018-12-04 14:16:51 +00:00
7fc9ec0387 Accepting request 511026 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/511026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=8
2017-07-19 09:21:55 +00:00
Todd R
ce5e516c1f Accepting request 510285 from home:alois:branches:devel:languages:python
Please also create link to -doc

OBS-URL: https://build.opensuse.org/request/show/510285
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=12
2017-07-17 16:39:42 +00:00
fce1ec66cd Accepting request 307904 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/307904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=7
2015-05-19 21:46:48 +00:00
Michal Čihař
7a85390301 Accepting request 307342 from home:benoit_monin:branches:devel:languages:python
- update to version 4.4.2
- switch the source archive to tar.gz (zip not available)
- remove unzip from BuildRequires
- pass -q to test to avoid spamming the build log

OBS-URL: https://build.opensuse.org/request/show/307342
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=10
2015-05-19 07:15:44 +00:00
Stephan Kulow
0de277f758 Accepting request 224317 from devel:languages:python
Update to 4.4.0 (forwarded request 224278 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/224317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=5
2014-03-01 18:44:22 +00:00
Denisart Benjamin
667a3f0feb Accepting request 224278 from home:poorboywilly:branches:devel:languages:python
Update to 4.4.0

OBS-URL: https://build.opensuse.org/request/show/224278
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=8
2014-03-01 11:20:54 +00:00
Stephan Kulow
f077a347e0 Accepting request 184930 from devel:languages:python
- generate separate -doc package (forwarded request 184892 from frispete)

OBS-URL: https://build.opensuse.org/request/show/184930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=3
2013-07-31 15:24:53 +00:00
Sascha Peilicke
4cf79c6476 Accepting request 184892 from home:frispete:python
- generate separate -doc package

OBS-URL: https://build.opensuse.org/request/show/184892
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=6
2013-07-30 10:20:40 +00:00
Sascha Peilicke
78ef19c5d1 spec_cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=5
2013-07-29 15:14:20 +00:00
Stephan Kulow
b6d6437960 Accepting request 161377 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/161377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=2
2013-04-02 10:54:38 +00:00
Stephan Kulow
f7b566e700 Accepting request 159558 from devel:languages:python
Useful zope library

OBS-URL: https://build.opensuse.org/request/show/159558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=1
2013-03-22 12:15:47 +00:00
Sascha Peilicke
16715cc4a3 - Add (Build)Requires python-ordereddict for SLE_11 only
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=2
2013-03-20 10:48:11 +00:00
Sascha Peilicke
21c8e01347 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=1
2013-03-15 14:18:59 +00:00