blob: 7fd0b0b883354628b53992172a586515fc891109 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
=========
Changelog
=========
Tags
====
::
1.3.0 (2024-03-29) -> 1.7.0 (2025-05-21)
21 commits.
Commits
=======
* 2025-05-21 : **1.7.0**
::
Small type hint change
2025-05-02 update Docs/Changelog.rst Docs/lockmgr.pdf
* 2025-05-02 : **1.6.1**
::
Tidy ups: PEP-8, PEP-257, PEP-484 PEP-561
improve reference API doc.
Add py.typed so type checkers like mypy can be used with the module.
2025-02-26 update Docs/Changelog.rst Docs/lockmgr.pdf
* 2025-02-26 : **1.5.4**
::
PKGBUILD: Add missing makedepends on python-installer (per aur comment by
@piater)
2024-12-31 update Docs/Changelog.rst Docs/lockmgr.pdf
* 2024-12-31 : **1.5.3**
::
Git tags are now signed.
Update SPDX tags
Add git signing key to Arch Package
2024-12-22 update Docs/Changelog.rst Docs/lockmgr.pdf
* 2024-12-22 : **1.5.2**
::
Use autodoc style parameter descriptions for API docs
update Docs/Changelog.rst Docs/lockmgr.pdf
* 2024-12-22 : **1.5.1**
::
Add API reference to documentation
2024-10-19 update Docs/Changelog.rst Docs/lockmgr.pdf
* 2024-10-19 : **1.5.0**
::
remove unused requirements file
2024-03-29 update Docs/Changelog.rst Docs/lockmgr.pdf
* 2024-03-29 : **1.4.0**
::
Change arch PKGBUILD dependency to python-pynotify
update Docs/Changelog.rst Docs/lockmgr.pdf
* 2024-03-29 : **1.3.2**
::
Fix typo in PKGBUILD depends
update Docs/Changelog.rst Docs/lockmgr.pdf
* 2024-03-29 : **1.3.1**
::
README fix rst title level
* 2024-03-29 : **1.3.0**
::
Public release along with lockfile research and code
Initial commit
|