Commit graph

13 commits

Author SHA1 Message Date
drochner
d6b9cae45a update to 3.6.7
changes: minor bugfixes
2012-01-19 19:10:40 +00:00
drochner
af057195b6 update to 3.6.1
changes:
-python3 support
-minor fixes
2010-06-16 14:33:54 +00:00
obache
70a3e1f4e1 Update py-ZopeInterface to 3.5.3.
Based on PR#42668 by Wen Heping.

CHANGES
*******

==================
3.5.3 (2009-12-08)
==================

- Fix an edge case: make providedBy() work when a class has '__provides__' in
  its __slots__ (see http://thread.gmane.org/gmane.comp.web.zope.devel/22490)

==================
3.5.2 (2009-07-01)
==================

- BaseAdapterRegistry.unregister, unsubscribe: Remove empty portions of
  the data structures when something is removed.  This avoids leaving
  references to global objects (interfaces) that may be slated for
  removal from the calling application.

==================
3.5.1 (2009-03-18)
==================

- verifyObject: use getattr instead of hasattr to test for object attributes
  in order to let exceptions other than AttributeError raised by properties
  propagate to the caller

- Add Sphinx-based documentation building to the package buildout
  configuration. Use the ``bin/docs`` command after buildout.

- Improve package description a bit. Unify changelog entries formatting.

- Change package's mailing list address to zope-dev at zope.org as
  zope3-dev at zope.org is now retired.

==================
3.5.0 (2008-10-26)
==================

- Fixed declaration of _zope_interface_coptimizations, it's not a top level
  package.

- Add a DocTestSuite for odd.py module, so their tests are run.

- Allow to bootstrap on Jython.

- Fix https://bugs.launchpad.net/zope3/3.3/+bug/98388: ISpecification
  was missing a declaration for __iro__.

- Added optional code optimizations support, which allows the building
  of C code optimizations to fail (Jython).

- Replaced `_flatten` with a non-recursive implementation, effectively making
  it 3x faster.

==================
3.4.1 (2007-10-02)
==================

- Fixed a setup bug that prevented installation from source on systems
  without setuptools.

==================
3.4.0 (2007-07-19)
==================

- Final release for 3.4.0.

====================
3.4.0b3 (2007-05-22)
====================

- Objects with picky custom comparison methods couldn't be added to
  component registries.  Now, when checking whether an object is
  already registered, identity comparison is used.

====================
3.3.0.1 (2007-01-03)
====================

- Made a reference to OverflowWarning, which disappeared in Python
  2.5, conditional.
2010-02-03 13:03:08 +00:00
joerg
333014215e Fix obviously incorrect PLIST. Bump revision. 2009-07-15 21:09:10 +00:00
ver
0df3bca6ba Upgrade devel/py-ZopeInterface to zope.interface-3.3.0.
Use eggs instead of distutils.
Remove patch-aa as it no longer applies.

Add licenses/zpl and add zpl to mk/license.mk:DEFAULT_ACCEPTABLE_LICENSES.

Patch posted to pkgsrc-users@ and okayed by agc@.
2009-07-15 06:12:44 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
kristerw
dc92b69f6c Fix "static declaration follows non-static" error with gcc 4. 2006-08-26 16:42:25 +00:00
joerg
177711e1e2 Actually, Python 2.1 doesn't work either, so depend on 2.2+ 2006-06-04 20:48:39 +00:00
joerg
276acfc005 Needs Python 2.2+ 2006-06-04 11:47:11 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
minskim
80c01ed2f0 Import py-ZopeInterface from pkgsrc-wip. Packaged by Siegmund Fuehringer.
This is a separate distribution of the zope.interface package used in
Zope 3 and Twisted, along with the packages they depend on.
2005-06-23 23:50:25 +00:00