Releases: jupe/py-lockable
Releases · jupe/py-lockable
v0.11.1 - stop initializing logger
v0.11.0 drop py3.7 support
What's Changed
- Bump httptest from 0.1.6 to 2.1.1 by @dependabot in #210
- Bump urllib3 from 2.0.7 to 2.1.0 by @dependabot in #200
- Bump coverage from 7.3.2 to 7.4.0 by @dependabot in #208
- Update setuptools requirement from ~=68.2.2 to ~=69.0.3 by @dependabot in #207
- add requirements when suitable resource not found by @jupe in #211
Full Changelog: v0.10.0...v0.11.0
allow to use nested requirements in string format
What's Changed
- Bump mock from 5.0.0 to 5.1.0 by @dependabot in #175
- Update setuptools requirement from ~=67.7.2 to ~=68.2.2 by @dependabot in #186
- Bump requests from 2.28.2 to 2.31.0 by @dependabot in #174
- Bump httptest from 0.1.5 to 0.1.6 by @dependabot in #195
- Bump setuptools-scm from 7.1.0 to 8.0.4 by @dependabot in #194
- Bump coverage from 7.2.5 to 7.3.2 by @dependabot in #190
- Bump urllib3 from 1.26.13 to 2.0.7 by @dependabot in #192
- Bump pydash from 5.1.2 to 7.0.6 by @dependabot in #179
- Update codeql-analysis.yml by @jupe in #196
- pylint fixes by @jupe in #197
- allow to use nested requirements in string format by @jupe in #198
- handle properly even json requirement was multiple lines by @jupe in #199
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Bump coverage from 6.4.1 to 6.4.3 by @dependabot in #103
- Update setuptools requirement from ~=62.6.0 to ~=63.4.2 by @dependabot in #102
- Bump setuptools-scm from 7.0.4 to 7.0.5 by @dependabot in #95
- Bump urllib3 from 1.26.9 to 1.26.11 by @dependabot in #98
- Update setuptools requirement from ~=63.4.2 to ~=65.4.0 by @dependabot in #115
- Bump urllib3 from 1.26.11 to 1.26.12 by @dependabot in #112
- Update setuptools requirement from ~=65.4.0 to ~=65.5.1 by @dependabot in #119
- Bump coverage from 6.4.3 to 6.5.0 by @dependabot in #116
- Bump urllib3 from 1.26.12 to 1.26.13 by @dependabot in #121
- Bump coverage from 6.5.0 to 7.0.1 by @dependabot in #126
- Bump mock from 4.0.3 to 5.0.0 by @dependabot in #127
- Bump pydash from 5.1.0 to 5.1.2 by @dependabot in #123
- Bump setuptools-scm from 7.0.5 to 7.1.0 by @dependabot in #125
- Update setuptools requirement from ~=65.5.1 to ~=65.6.3 by @dependabot in #122
- Bump coverage from 7.0.1 to 7.1.0 by @dependabot in #139
- Bump requests from 2.28.1 to 2.28.2 by @dependabot in #135
- Do not try to reallocate own allocated resources by @juhhov in #143
- run CI flow against python 3.10 by @jupe in #173
- use same default value for auto_lock(timeout_s) by @jupe in #172
- Update setuptools requirement from ~=65.6.3 to ~=67.7.2 by @dependabot in #164
- Bump coverage from 7.1.0 to 7.2.5 by @dependabot in #169
Full Changelog: v0.8.0...v0.9.0
allow allocate offline resource
What's Changed
- Update setuptools requirement from ~=58.5.3 to ~=59.4.0 by @dependabot in #40
- Bump coverage from 6.1.1 to 6.2 by @dependabot in #39
- Update setuptools requirement from ~=59.4.0 to ~=59.6.0 by @dependabot in #42
- Update setuptools requirement from ~=59.6.0 to ~=60.0.3 by @dependabot in #44
- Update setuptools requirement from ~=60.0.3 to ~=60.1.0 by @dependabot in #46
- Update setuptools requirement from ~=60.1.0 to ~=60.1.1 by @dependabot in #47
- Bump requests from 2.26.0 to 2.27.0 by @dependabot in #49
- Update setuptools requirement from ~=60.1.1 to ~=60.2.0 by @dependabot in #48
- Update setuptools requirement from ~=60.2.0 to ~=60.9.1 by @dependabot in #63
- Bump coverage from 6.2 to 6.3.1 by @dependabot in #64
- Bump urllib3 from 1.26.7 to 1.26.8 by @dependabot in #52
- Bump requests from 2.27.0 to 2.27.1 by @dependabot in #50
- Bump setuptools-scm from 6.3.2 to 6.4.2 by @dependabot in #55
- Bump httptest from 0.0.17 to 0.1.5 by @dependabot in #56
- Bump urllib3 from 1.26.8 to 1.26.9 by @dependabot in #68
- Bump coverage from 6.3.1 to 6.3.2 by @dependabot in #67
- Update setuptools requirement from ~=60.9.1 to ~=60.10.0 by @dependabot in #69
- test that requirements overwrite also online field by @jupe in #89
- Allow to allocate regardless online or hostname state by @jupe in #90
- cleanup setup.py and update README by @jupe in #92
- Bump requests from 2.27.1 to 2.28.1 by @dependabot in #87
- Update setuptools requirement from ~=60.10.0 to ~=62.6.0 by @dependabot in #84
- Bump coverage from 6.3.2 to 6.4.1 by @dependabot in #80
- Bump setuptools-scm from 6.4.2 to 7.0.4 by @dependabot in #88
Full Changelog: v0.7.2...v0.8.0
Introduce lock_many API
What's Changed
- Bump setuptools-scm from 6.0.1 to 6.3.2 by @dependabot in #31
- Bump coverage from 5.5 to 6.1.1 by @dependabot in #33
- Bump urllib3 from 1.26.6 to 1.26.7 by @dependabot in #32
- Add Lockable.lock_many API by @juhhov in #34
Full Changelog: v0.7.1...v0.7.2
public api to get resource objects
What's Changed
- drop invalid dependency by @jupe in #23
- Update setuptools requirement from ~=56.0.0 to ~=58.5.3 by @dependabot in #24
- Bump pydash from 5.0.0 to 5.1.0 by @dependabot in #27
- Bump charset-normalizer from 2.0.4 to 2.0.7 by @dependabot in #25
- drop indirect dependencies from requirements.txt by @jupe in #30
- Change Lockable._resource_list to public by @juhhov in #29
New Contributors
- @dependabot made their first contribution in #24
Full Changelog: v0.7.0...v0.7.1
Allocation:get and __str__
What's Changed
This makes possible to get some resource_info value by key directly from Allocation context object.
Full Changelog: v0.6.0...v0.7.0