pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-ZopeSchema py-ZopeSchema: updated to 4.9.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a31d5b5a31f7
branches:  trunk
changeset: 324332:a31d5b5a31f7
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 15 10:30:59 2018 +0000

description:
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.

diffstat:

 devel/py-ZopeSchema/Makefile |   5 +++--
 devel/py-ZopeSchema/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 198bc18c6c8b -r a31d5b5a31f7 devel/py-ZopeSchema/Makefile
--- a/devel/py-ZopeSchema/Makefile      Mon Oct 15 10:26:13 2018 +0000
+++ b/devel/py-ZopeSchema/Makefile      Mon Oct 15 10:30:59 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/10/07 11:51:47 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/10/15 10:30:59 adam Exp $
 
-DISTNAME=      zope.schema-4.5.0
+DISTNAME=      zope.schema-4.9.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/zope.s/ZopeS/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zope.schema/}
@@ -12,6 +12,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-ZopeEvent-[0-9]*:../../devel/py-ZopeEvent
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface>=3.6.0:../../devel/py-ZopeInterface
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 198bc18c6c8b -r a31d5b5a31f7 devel/py-ZopeSchema/distinfo
--- a/devel/py-ZopeSchema/distinfo      Mon Oct 15 10:26:13 2018 +0000
+++ b/devel/py-ZopeSchema/distinfo      Mon Oct 15 10:30:59 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/10/07 11:51:47 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/10/15 10:30:59 adam Exp $
 
-SHA1 (zope.schema-4.5.0.tar.gz) = edeb7986745195e1a1332b2c7f49ed22131caed9
-RMD160 (zope.schema-4.5.0.tar.gz) = 48eb220e8170d12a557ecb6359ed4b78e65c14d3
-SHA512 (zope.schema-4.5.0.tar.gz) = 77f3f65a3d0b52f770a381d869b254f5457223b5fdda4b031e9531c57664dd151b4dc293d3cdc6dff5cad58d656d951e0d964fad9521100b7e007b4c15e52740
-Size (zope.schema-4.5.0.tar.gz) = 76962 bytes
+SHA1 (zope.schema-4.9.3.tar.gz) = eb79035003cb6aa262a1738eb771a338630822b0
+RMD160 (zope.schema-4.9.3.tar.gz) = 4433773bd7b3f1adb30cead0e8f4b03cec990d23
+SHA512 (zope.schema-4.9.3.tar.gz) = 63cdf431ba2aa79eb5771f99cf0a60932182edae00a63873f96cc02c70f826d23c72ecabd736d0f6439d63af900b4ee2c05246eabe0b1689b01bc15a09648504
+Size (zope.schema-4.9.3.tar.gz) = 98217 bytes



Home | Main Index | Thread Index | Old Index