pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ZopeSchema



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 15 10:30:59 UTC 2018

Modified Files:
        pkgsrc/devel/py-ZopeSchema: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-ZopeSchema/Makefile \
    pkgsrc/devel/py-ZopeSchema/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-ZopeSchema/Makefile
diff -u pkgsrc/devel/py-ZopeSchema/Makefile:1.2 pkgsrc/devel/py-ZopeSchema/Makefile:1.3
--- pkgsrc/devel/py-ZopeSchema/Makefile:1.2     Sat Oct  7 11:51:47 2017
+++ pkgsrc/devel/py-ZopeSchema/Makefile Mon Oct 15 10:30:59 2018
@@ -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 @@ LICENSE=      zpl-2.1
 
 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"
Index: pkgsrc/devel/py-ZopeSchema/distinfo
diff -u pkgsrc/devel/py-ZopeSchema/distinfo:1.2 pkgsrc/devel/py-ZopeSchema/distinfo:1.3
--- pkgsrc/devel/py-ZopeSchema/distinfo:1.2     Sat Oct  7 11:51:47 2017
+++ pkgsrc/devel/py-ZopeSchema/distinfo Mon Oct 15 10:30:59 2018
@@ -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