File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 16
16
__pycache__
17
17
.pytest_cache
18
18
.ruff_cache
19
+ .venv
20
+ uv.lock
19
21
20
22
src /evdev /* .so
21
23
src /evdev /ecodes.c
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
- 1.8 .0 (Jan 25, 2025 )
4
+ 1.9 .0 (Unreleased )
5
5
==================
6
6
7
+ - Fix ``CPATH/C_INCLUDE_PATH `` being ignored during build.
8
+
9
+ - Slightly faster reading of events.
10
+
11
+
12
+ 1.8.0 (Jan 25, 2025)
13
+ ====================
14
+
7
15
- Binary wheels are now provided by the `evdev-binary <http://pypi.python.org/pypi/evdev-binary >`_ package.
8
16
The package is compiled on manylinux_2_28 against kernel 4.18.
9
17
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ bump-my-version ~= 0.17.4
7
7
build
8
8
twine
9
9
cibuildwheel
10
+ setuptools
You can’t perform that action at this time.
0 commit comments