Package Release Info

python-oslo.concurrency-3.25.0-bp150.1.2

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-oslo.concurrency-doc
python2-oslo.concurrency
python3-oslo.concurrency

Change Logs

* Fri Feb 23 2018 tbechtold@suse.com
- Switch to stable/queens spec template
* Tue Jan 30 2018 cloud-devel@suse.de
- update to version 3.25.0
  - Add python_exec kwarg to processutils.execute()
  - Updated from global requirements
  - add bandit to pep8 job
* Mon Jan 15 2018 cloud-devel@suse.de
- update to version 3.24.0
  - Imported Translations from Zanata
  - Remove setting of version/release from releasenotes
  - Remove -U from pip install
  - Updated from global requirements
  - Avoid tox_install.sh for constraints support
* Fri Nov 24 2017 cloud-devel@suse.de
- update to version 3.23.0
  - Add debug log to indicate when external lock is taken
  - Update reno for stable/pike
  - Minor correction to docstrings
  - Windows: ensure exec calls don't block other greenthreads
  - Updated from global requirements
* Thu Sep 28 2017 cloud-devel@suse.de
- update to version 3.21.1
  - Update .gitreview for stable/pike
  - Windows: ensure exec calls don't block other greenthreads
  - Updated from global requirements
  - Update UPPER_CONSTRAINTS_FILE for stable/pike
* Mon Aug 07 2017 cloud-devel@suse.de
- update to version 3.21.0
  - Imported Translations from Zanata
  - Remove log translations
  - turn on warning-is-error for sphinx
  - Check reStructuredText documents for common style issues
  - Using fixtures.MockPatch instead of mockpatch.Patch
  - [Fix gate]Update test requirement
  - Update URLs in documents according to document migration
  - Remove support for py34
  - rearrange existing documentation to follow the new layout standard
  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
  - Update reno for stable/ocata
  - Check for SubprocessError by name on Python 3.x
  - Updated from global requirements
  - switch from oslosphinx to openstackdocstheme
* Mon Feb 13 2017 cloud-devel@suse.de
- update to version 3.18.0:
  - [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)'
  - Update reno for stable/newton
  - Automatically convert process_input to bytes
  - Imported Translations from Zanata
  - Change assertTrue(isinstance()) by optimal assert
  - Updated from global requirements
  - Add Constraints support
  - Remove unnecessary requirements
  - Show team and repo badges on README
  - Changed the home-page link
  - Enable release notes translation
  - Ignore prlimit argument on Windows
* Tue Oct 04 2016 dmueller@suse.com
- switch to stable/newton
* Tue Aug 30 2016 tbechtold@suse.com
- update to version 3.14.0
  * Fix external lock tests on Windows
  * Updated from global requirements
* Wed Aug 10 2016 tbechtold@suse.com
- update to version 3.13.0
  * Add Python 3.5 classifier and venv
  * Imported Translations from Zanata
  * Fix parameters of assertEqual are misplaced
  * Updated from global requirements
  * Add reno for releasenotes management
* Fri Jun 03 2016 tbechtold@suse.com
- update to 3.9.0:
  * Add doc/ to pep8 check
  * Remove unused import statement
  * Add timeout option to ssh_execute
  * Fix wrong import example in docstring
  * Trivial: ignore openstack/common in flake8 exclude list
  * Updated from global requirements
  * Imported Translations from Zanata
  * processutils: add support for missing process limits
  * Remove direct dependency on babel
  * Updated from global requirements
  * Updated from global requirements
  * Updated from global requirements
  * Add a few usage examples for lockutils
  * Revert "Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set"
  * Updated from global requirements
  * Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set
* Thu Jun 02 2016 tbechtold@suse.com
- use renderspec source service
- update spec from upstream
* Mon Apr 04 2016 tbechtold@suse.com
- update to 3.7.0:
  * Updated from global requirements
  * Update .gitreview for stable/mitaka
- Adjust Requires
* Wed Mar 16 2016 tbechtold@suse.com
- Add python-enum34 as BuildRequires to fix tests
* Mon Feb 29 2016 dmueller@suse.com
- update to 3.6.0:
  * Updated from global requirements
  * Update translation setup
  * Add prlimit parameter to execute()
  * Imported Translations from Zanata
  * Remove unnecessary package in setup.cfg
* Sun Feb 28 2016 dmueller@suse.com
- update to 3.2.0:
  * Updated from global requirements
  * Trival: Remove 'MANIFEST.in'
  * Add complementary remove lock with prefix function
  * Drop python 2.6 support
  * Updated from global requirements
  * Remove python 2.6 classifier
  * Use versionadded and versionchanged in doc
  * Updated from global requirements
  * Imported Translations from Zanata
  * Fix Tests to run under OSX
  * Fix coverage configuration and execution
  * Imported Translations from Zanata
  * Move 'history' -> release notes section
  * add auto-generated docs for config options
  * Change ignore-errors to ignore_errors
  * Updated from global requirements
  * Imported Translations from Zanata
  * Use int enumerations for log error constants
* Wed Sep 09 2015 tbechtold@suse.com
- update to 2.6.0:
  * Removes unused posix-ipc requirement
  * Updated from global requirements
- Adjust Requires according to requirements.txt
* Thu Aug 27 2015 tbechtold@suse.com
- update to 2.5.0:
  * Updated from global requirements
  * Updated from global requirements
  * Use oslo_utils reflection to get 'f' callable name
  * flake8 - remove unused rules
  * Imported Translations from Transifex
  * Updated from global requirements
- Adjust Requires according to requirements.txt
* Wed Jul 29 2015 tbechtold@suse.com
- Unify spec file
- Add -doc package
* Mon Jul 20 2015 dmueller@suse.com
- update to 2.3.0:
  * Imported Translations from Transifex
  * Allow preexec_fn method for processutils.execute
  * Updated from global requirements
  * Use pypi name for requirements.txt
  * processutils: ensure on_completion callback is always called
  * Updated from global requirements
  * Remove redundant fileutils
  * Add tox target to find missing requirements