- Add support for non-blocking locks
- Use TOX_CONSTRAINTS_FILE
- Dropping lower constraints testing
- Remove references to 'sys.version_info'
- Update CI to use unversioned jobs template
- Add Python3 wallaby unit tests
- Adding pre-commit
- Fix RequiredOptError when missing lock_path
- Remove unnecessary unicode prefixes
- Monkey patch original current_thread _active in processutils
- Use py3 as the default runtime for tox
- Update master for stable/victoria
- Allow python_exec kwarg to be None
- Move flake8 as a pre-commit local target.
- Add Python3 yoga unit tests
- setup.cfg: Replace dashes with underscores
- Remove lower-constraints remnants
- Update python testing classifier
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=53
- Don't warn on lock removal if file doesn't exist
- Bump default tox env from py37 to py38
- Add support for timeout to processutils.execute
- Monkey patch original current_thread _active
- Stop to use the __future__ module.
- Remove babel.cfg etc
- Switch to newer openstackdocstheme and reno versions
- Imported Translations from Zanata
- Update master for stable/ussuri
- Align contributing doc with oslo's policy
- Remove six usage
- Fix pygments style
- Update lower-constraints versions
- Fix hacking min version to 3.0.1
- Bump bandit version
- Add py38 package metadata
- Add Python3 victoria unit tests
- Add release notes links to doc index
- Remove the unused coding style modules
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=51
- Spiff up docs for *_with_prefix
- Blacklist sphinx 2.1.0 (autodoc bug)
- tox: Keeping going with docs
- Stop to build universal wheel
- Update the constraints url
- tox: Trivial cleanup
- Update master for stable/train
- ignore reno builds artifacts
- Drop python 2.7 support and testing
- Document management and history of lock files
- Update hacking for Python3
- Switch to Ussuri jobs
- Add lock_with_prefix convenience utility
- Fix remove_lock test
- trivial: Cleanup tox.ini
- remove outdated header
- Use unittest.mock instead of third party mock
- Stop configuring install_command in tox.
- Some test cleanup
- Bump the openstackdocstheme extension to 1.20
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=49
- set default python to python3
- Update doc links in CONTRIBUTING.rst and README.rst
- Mask passwords only when command execution fails
- Update reno for stable/queens
- fix lower constraints and uncap eventlet
- Imported Translations from Zanata
- Switch pep8 job to python 3
- Updated from global requirements
- add lower-constraints job
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=40
- 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
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=29
- [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
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=27
* 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
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=20
* 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
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=11