Skip to content

Releases: jupe/py-lockable

auto reload resources.json

07 Jun 14:52
faa3cc7
Compare
Choose a tag to compare

Release improve resource reading by reloading from file every time when lock() is called and file is changed.

cli: --validate-only

17 May 05:41
1efac22
Compare
Choose a tag to compare

CLI Option to validate only resources.json

auto_lock() returns now Allocation context

14 Apr 19:15
0325c66
Compare
Choose a tag to compare

NOTE: Introduce breaking changes:

  • auto_lock() method yields now Allocation object
  • unlock() takes Allocation object as argument

151c111 Fix pid folder usage (#8)
1556a17 Introduce simple lockable cli tool (#7)
5242026 return Allocation context also for auto_lock() (#9)
0325c66 add possibility to load resources list data directly (#10)

Cleanup

16 Mar 12:08
e2e590f
Compare
Choose a tag to compare
v0.3.1

drop unused dependency (#6)

Separate load resources list file

06 Oct 09:53
d861809
Compare
Choose a tag to compare
Pre-release

Added option to separate load resources list file for Lockable -object.

refactored library

04 Oct 17:31
bebc5d8
Compare
Choose a tag to compare

Totally rewritten library that supports more use cases.

sync with core functionality with pytest-lockable

02 Oct 05:57
76551a8
Compare
Choose a tag to compare
sync with latest pytest-lockable core functionality (#2)

* update lockable implementation and rename file
* add missing import
* update tests
* add missing docstring

initial release

02 Oct 04:25
cf2b3e2
Compare
Choose a tag to compare

This release brings basic functionality for library - based on pytest-lockable.