update settings for 0.8 release
Change-Id: I15c465d1c4883d6db08638bbe5ed1f83a82477b5 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
83098c78d0
commit
fb5e8cc2fe
10
announce.rst
10
announce.rst
@ -1,5 +1,5 @@
|
|||||||
===============
|
===============
|
||||||
stevedore 0.7
|
stevedore 0.8
|
||||||
===============
|
===============
|
||||||
|
|
||||||
.. tags:: stevedore release python
|
.. tags:: stevedore release python
|
||||||
@ -25,9 +25,11 @@ dynamically loaded extensions.
|
|||||||
What's New?
|
What's New?
|
||||||
===========
|
===========
|
||||||
|
|
||||||
- Add memoization to the entrypoint scanning code in
|
- Ignore AssertionError exceptions generated when plugins are
|
||||||
``ExtensionManager`` to avoid performance issues in situations where
|
loaded.
|
||||||
lots of managers are instantiated with the same namespace argument.
|
- Update ``NamedExtensionManager`` to check the name of a plugin
|
||||||
|
before loading its code to avoid importing anything we are not going
|
||||||
|
to use.
|
||||||
|
|
||||||
Installing
|
Installing
|
||||||
==========
|
==========
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
History
|
History
|
||||||
=========
|
=========
|
||||||
|
|
||||||
dev
|
0.8
|
||||||
|
|
||||||
- Ignore AssertionError exceptions generated when plugins are
|
- Ignore AssertionError exceptions generated when plugins are
|
||||||
loaded.
|
loaded.
|
||||||
|
2
setup.py
2
setup.py
@ -16,7 +16,7 @@ install_requires = ['distribute',
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='stevedore',
|
name='stevedore',
|
||||||
version='0.7.2',
|
version='0.8',
|
||||||
|
|
||||||
description='Manage dynamic plugins for Python applications',
|
description='Manage dynamic plugins for Python applications',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user