Changelog for
python-stevedore-1.8.0-1.3.noarch.rpm :
Wed Sep 9 14:00:00 2015 tbechtoldAATTsuse.com
- update to 1.8.0:
* Updated from global requirements
Mon Aug 31 14:00:00 2015 tbechtoldAATTsuse.com
- update to 1.7.0:
* Updated from global requirements
* Titlecase looks nicer sometimes in detailed mode
* Update homepage to openstack hosted docs page
Fri Jul 17 14:00:00 2015 tbechtoldAATTsuse.com
- update to 1.6.0:
* Document the signature for check_func
* Updated from global requirements
* Switch badges from \'pypip.in\' to \'shields.io\'
* Remove unnecessary openstack-common.conf
Tue Jun 16 14:00:00 2015 tbechtoldAATTsuse.com
- update to 1.5.0:
* Removed non-free color profile from .jpg
* Add sphinx integration
* Updated from global requirements
* Fix Python versions supported
* Remove run_cross_tests.sh
* fix author contact details
* re-raise exception with full traceback
* Uncap library requirements for liberty
* Add pypi download + version badges
* Updated from global requirements
Mon Mar 30 14:00:00 2015 tbechtoldAATTsuse.com
- update to 1.3.0:
* Updated from global requirements
* Fix test for finding multiple drivers
* ignore .testrepository directory created by testr
* clean up default environments run by tox
- Adjust Requires according to requirements.txt
Tue Feb 24 13:00:00 2015 tbechtoldAATTsuse.com
- update to 1.2.0:
* Use pkg_resources resolve(
* Fix the README.rst file format for pypi
* Workflow documentation is now in infra-manual
* Implement a __contains__ override for extension manager
* Update link to docs in README
* Bring doc build up to standard
Tue Oct 28 13:00:00 2014 dmuellerAATTsuse.com
- update to 1.1.0:
* Add pbr to dependency list
* Updated from global requirements
* Add more detail to the README
* Migrate tox to use testr
* Update repository location in docs
Tue Sep 23 14:00:00 2014 dmuellerAATTsuse.com
- add python-argparse dependency
Sun Sep 21 14:00:00 2014 tbechtoldAATTsuse.com
- Add missing python-six Requires
Fri Sep 19 14:00:00 2014 dmuellerAATTsuse.com
- update to 1.0:
* Updated from global requirements
* Fix incorrect image reference in documentation
* Fix requirement handling in tox
* Updated from global requirements
* use six.add_metaclass
* Updated from global requirements
* driver: raise by default on import failure
* Add doc requirements to venv environ
* Import run_cross_tests.sh from oslo-incubator
* fix link to entry point docs
Fri Mar 28 13:00:00 2014 speilickeAATTsuse.com
- Update to version 0.15:
* Only log error when no load handler is set
* Update readme with links to bug tracker and source
* Update .gitreview after moving the repository
Thu Feb 13 13:00:00 2014 speilickeAATTsuse.com
- Update to version 0.14.1:
+ Fix the test manager implementation
- Changes from version 0.14.0t
+ Make requirements checking optional
+ Update docstrings
+ Allow a on_load_failure_callback to be provided
+ deprecate TestExtensionManager
Mon Dec 2 13:00:00 2013 dmuellerAATTsuse.com
- update to 0.13:
* Update documentation to refer to setuptools instead of distribute.
* Add pypy to the list of default test configurations.
* Include a work-around to avoid a cpython bug with atexit
* Deprecate TestExtensionManager and replace with make_test_instance()
class method to provide test classes that behave more like the
production class, while still allowing the extensions to be injected
for testing
* Fixes an exception when reporting on an error where multiple
drivers have the same name
* Switch packaging to use pbr.
Mon Sep 2 14:00:00 2013 dmuellerAATTsuse.com
- update to 0.11:
* Fixes logging configuration under Python 2.6 with a NullHandler
Thu Jul 11 14:00:00 2013 dmuellerAATTsuse.com
- update to 0.10:
- Adds ``propagate_map_exceptions`` parameter to all of the extension
managers which specifies whether exceptions are propagated up
through the map call or logged and then ignored. The default is to
preserve the current behavior of logging and ignoring exceptions.
- remove python-2.6.x.diff
Fri Jun 21 14:00:00 2013 dmuellerAATTsuse.com
- add python-2.6.x.diff:
* fix build on python 2.6
Mon Jun 17 14:00:00 2013 speilickeAATTsuse.com
- Update to version 0.9.1:
+ Add name_order parameter to NamedExtensionManager to coerce map() into
processing the extensions in the order they are named when the manager is
created, instead of the random order they may have been loaded.
+ Change the NamedDispatchExtensionManager to ignore missing extensions
(issue 14).
+ Add __getitem__ to ExtensionManager for looking up individual plugins by
name (issue 15).
+ Start working on the tutorial, Using Stevedore in Your Application.
- Drop semantic versioning hack
- Build HTML documentation
Wed May 29 14:00:00 2013 dmuellerAATTsuse.com
- add compatibility provides of 0.8.0 version
* needed for other packages that generate the version from
* PyPi (where this is fetched when fetching 0.8.0)
Sat Jan 5 13:00:00 2013 alexandreAATTexatati.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 13:00:00 2012 alexandreAATTexatati.com.br
- Update to 0.7.2:
- Fix logging support for Python 2.6.
- Aditional changes from 0.7.1:
- Fix an issue with logging configuration.
- Aditional changes from 0.7:
- Add memoization to the entrypoint scanning code in
stevedore.extension.ExtensionManager to avoid performance issues
in situations where lots of managers are instantiated with the
same namespace argument.
Wed Nov 21 13:00:00 2012 saschpeAATTsuse.de
- Install LICENSE, README.rst and HTML documentation
Mon Oct 29 13:00:00 2012 alexandreAATTexatati.com.br
- Update to 0.6:
- Change the stevedore.enabled.EnabledExtensionManager to load
the extension before calling the check function so the plugin
can be asked if it should be enabled.
- Aditional changes from 0.5:
- Add stevedore.tests.manager.TestExtensionManager for writing
tests for classes that use extension managers.
Sun Sep 16 14:00:00 2012 alexandreAATTexatati.com.br
- Update to 0.4:
- Removed the name argument to plugin constructors.
- Added driver property to stevedore.driver.DriverManager.
Sun Aug 19 14:00:00 2012 alexandreAATTexatati.com.br
- Initial package (0.3) for openSUSE.