We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea075c commit ed39ab8Copy full SHA for ed39ab8
.gitignore
@@ -16,6 +16,8 @@ TAGS
16
__pycache__
17
.pytest_cache
18
.ruff_cache
19
+.venv
20
+uv.lock
21
22
src/evdev/*.so
23
src/evdev/ecodes.c
docs/changelog.rst
@@ -1,9 +1,17 @@
1
Changelog
2
---------
3
4
-1.8.0 (Jan 25, 2025)
+1.9.0 (Unreleased)
5
==================
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
15
- Binary wheels are now provided by the `evdev-binary <http://pypi.python.org/pypi/evdev-binary>`_ package.
The package is compiled on manylinux_2_28 against kernel 4.18.
requirements-dev.txt
@@ -7,3 +7,4 @@ bump-my-version ~= 0.17.4
build
twine
cibuildwheel
+setuptools
0 commit comments