diff --git a/python-stevedore.changes b/python-stevedore.changes index 4b71e07..d3743e1 100644 --- a/python-stevedore.changes +++ b/python-stevedore.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 5 10:47:11 UTC 2013 - alexandre@exatati.com.br + +- Update to 0.8: + - Ignore AssertionError exceptions generated when plugins are + loaded. + - Update :class:`~stevedore.named.NamedExtensionManager` to check + the name of a plugin before loading its code to avoid importing + anything we are not going to use. + ------------------------------------------------------------------- Tue Dec 4 00:44:32 UTC 2012 - alexandre@exatati.com.br diff --git a/python-stevedore.spec b/python-stevedore.spec index 99194cc..cf18547 100644 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -1,7 +1,7 @@ # # spec file for package python-stevedore # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-stevedore -Version: 0.7.2 +Version: 0.8 Release: 0 Summary: Manage dynamic plugins for Python applications License: Apache-2.0 diff --git a/stevedore-0.7.2.tar.gz b/stevedore-0.7.2.tar.gz deleted file mode 100644 index 3563a74..0000000 --- a/stevedore-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce55b7b56d0f8eeb54c58102c975afd4bf81e206bb429aad66f17376be3efed5 -size 93956 diff --git a/stevedore-0.8.tar.gz b/stevedore-0.8.tar.gz new file mode 100644 index 0000000..e4fafbc --- /dev/null +++ b/stevedore-0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf187929f739f86a73ad218193d23bddb34c717c5adb6fd84008c2975043edb6 +size 94457