Skip to content

Commit

Permalink
Removed old build artifacts and some metadata cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 14, 2010
1 parent 603d5a5 commit b17ed1e
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 74 deletions.
9 changes: 4 additions & 5 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
ExtensionClass Changelog
========================
Changelog
=========

2.12.0 (unreleased)
-------------------

- Removed old build artifacts and some metadata cleanup.

- Added support for method cache in ExtensionClass. Patch contributed by
Yoshinori K. Okuji. See https://bugs.launchpad.net/zope2/+bug/486182.


2.11.3 (2009-08-02)
-------------------

- Further 64-bit fixes (Python 2.4 compatibility).


2.11.2 (2009-08-02)
-------------------

- Fixed 64-bit compatibility issues for Python 2.5.x / 2.6.x. See
http://www.python.org/dev/peps/pep-0353/ for details.


2.11.1 (2009-02-19)
-------------------

Expand Down
1 change: 0 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[buildout]
develop = .
parts = test
find-links = http://download.zope.org/distribution/

[test]
recipe = zc.recipe.testrunner
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
CHANGES = open('CHANGES.txt').read()

setup(name='ExtensionClass',
version = '2.11.4dev',
url='http://cheeseshop.python.org/pypi/ExtensionClass',
version = '2.12.0dev',
url='http://pypi.python.org/pypi/ExtensionClass',
license='ZPL 2.1',
description='Metaclass for subclassable extension types',
author='Zope Corporation and Contributors',
Expand Down
1 change: 0 additions & 1 deletion src/ComputedAttribute/DEPENDENCIES.cfg

This file was deleted.

3 changes: 0 additions & 3 deletions src/ComputedAttribute/SETUP.cfg

This file was deleted.

22 changes: 0 additions & 22 deletions src/ComputedAttribute/setup.py

This file was deleted.

6 changes: 0 additions & 6 deletions src/ExtensionClass/SETUP.cfg

This file was deleted.

8 changes: 0 additions & 8 deletions src/ExtensionClass/setup.py

This file was deleted.

1 change: 0 additions & 1 deletion src/MethodObject/DEPENDENCIES.cfg

This file was deleted.

3 changes: 0 additions & 3 deletions src/MethodObject/SETUP.cfg

This file was deleted.

22 changes: 0 additions & 22 deletions src/MethodObject/setup.py

This file was deleted.

0 comments on commit b17ed1e

Please sign in to comment.