Skip to content

Commit ed39ab8

Browse files
committed
Update changelog and requirements
1 parent 4ea075c commit ed39ab8

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ TAGS
1616
__pycache__
1717
.pytest_cache
1818
.ruff_cache
19+
.venv
20+
uv.lock
1921

2022
src/evdev/*.so
2123
src/evdev/ecodes.c

docs/changelog.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
Changelog
22
---------
33

4-
1.8.0 (Jan 25, 2025)
4+
1.9.0 (Unreleased)
55
==================
66

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+
715
- Binary wheels are now provided by the `evdev-binary <http://pypi.python.org/pypi/evdev-binary>`_ package.
816
The package is compiled on manylinux_2_28 against kernel 4.18.
917

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ bump-my-version ~= 0.17.4
77
build
88
twine
99
cibuildwheel
10+
setuptools

0 commit comments

Comments
 (0)