Commit graph

1000 commits

Author SHA1 Message Date
e9bc97fb40 Bring dependencies up to date 2025-06-03 16:34:14 +10:00
1cf014fb16 packaging: Make termstr a proper package
- It was a single module, and it wasn't working with uv.
2025-06-03 14:15:39 +10:00
6ec0d4e1ff Fix pyinotify dependency to work with latest pythons
- pyinotify is not working anymore since it needs asyncore which has been
  removed from the standard library
- Someone created pyinotify-elephant-fork to superseed pyinotify
2025-06-03 14:00:12 +10:00
65666648ac packaging: Return push-new-version to working version 2024-12-28 18:46:47 +10:00
f5dd5d3444 packaging: Bring uv.lock up to date 2024-12-28 18:37:37 +10:00
1377b36d28 sorted_collection is bundled and not special 2024-12-28 18:36:38 +10:00
418c6c0bea packaging: Fix test-all after moving tests 2024-12-28 18:22:15 +10:00
fb354cba60 Update version to v2024.12.28 2024-12-28 17:33:05 +10:00
fe5389d698 packaging: Try using uv workspaces. 2024-12-28 17:29:38 +10:00
e6256f296f Revert "packaging: Try uv path dependencies in projects"
This reverts commit b1eb3d30f5.

- Other projects couldn't depend on subprojects anymore.
2024-12-20 22:52:03 +10:00
9e8c41749a Update version to v2024.12.20 2024-12-20 22:48:30 +10:00
b1eb3d30f5 packaging: Try uv path dependencies in projects 2024-12-20 22:46:22 +10:00
b140bc9752 packaging: Upgrade uv.lock files 2024-12-18 23:39:49 +10:00
42acd6db75 packaging: Try to have package-data included in lscolors 2024-12-18 23:31:33 +10:00
fb9f8f789b packaging: Upgrade uv.lock files 2024-12-18 07:22:54 +10:00
fe9a43b63c packaging: Upgrade uv.lock files 2024-12-18 07:16:12 +10:00
127f630322 packaging: Update uv.lock when pyproject changes or dependencies updated 2024-12-18 07:07:19 +10:00
7ea0a3f8f7 packaging: Upgrade dependencies in uv.lock when creating a new version. 2024-12-18 00:11:46 +10:00
2b374ef431 Update version to v2024.12.18 2024-12-18 00:03:43 +10:00
672b866bfb packaging: Update uv.lock with 'uv lock' 2024-12-18 00:02:02 +10:00
e695f91a6f Update version to v2024.12.17 2024-12-17 23:40:02 +10:00
400cac4900 Update version to v2024.12.11 2024-12-11 22:30:17 +10:00
080f4b8e08 packaging: termstr is a single module not a package. 2024-12-11 22:26:15 +10:00
d8aff012e9 packaging: Push a new version on the same day correctly.
- Wasn't updating the uv.lock files.
2024-12-11 22:20:21 +10:00
dd60443e95 packaging: Make sure uv includes package-data. 2024-12-11 22:14:55 +10:00
6dc69cf0f7 Update version to v2024.12.11 2024-12-11 00:06:39 +10:00
c4c027c796 packaging: Correctly update uv.lock files. 2024-12-10 23:21:02 +10:00
164356f3a4 Update version to v2024.12.10 2024-12-10 23:10:58 +10:00
2f0136c5ad packaging: Also update uv lock files when pushing a new version. 2024-12-10 23:09:50 +10:00
e164f4e7d1 packaging: Use pyproject.toml files instead of setup.py
- Should at least work with pip and uv.
- Also added uv.lock files.
2024-12-10 22:54:35 +10:00
a6e802e852 Update version to v2024.12.07 2024-12-07 23:23:08 +10:00
8a00033a69 packaging: Try using absolute dependencies for uv to work. 2024-12-07 23:21:16 +10:00
79287c19ee Revert "packaging: Bring dependencies up to date"
This reverts commit a059ae8192.

Python3.12 is not in the stable distros yet.
2024-07-11 20:27:19 +10:00
6848eff415 Update version to v2024.07.11 2024-07-11 20:16:24 +10:00
a059ae8192 packaging: Bring dependencies up to date
- python 3.11 -> 3.12
2024-07-11 20:14:14 +10:00
a3fd5635d0 Fix broken golden file for objdump 2024-03-10 22:14:41 +10:00
91a11bfa27 Ensure eris cache directory is ignored by git
- Added a .gitignore file containing "*" to the cache
2024-03-10 22:11:00 +10:00
d80648a3a7 Update version to v2024.03.10 2024-03-10 21:39:09 +10:00
6ead327cef packaging: Pin dockerfile distro versions and fix installations
- Remove unrar since its not in debian (only in non-free)
- Use 7zip instead of p7zip, and executable 7zz instead of 7za
2024-03-10 21:37:05 +10:00
0bf75047aa packaging: Add explicit Dockerfiles for debian and ubuntu 2024-03-10 21:28:23 +10:00
6d2e34e049 packaging: Install on Alpine distro 2024-03-08 23:25:15 +10:00
29c359d39d Coding style
- Extract function since check_arguments in too long.
2023-09-18 13:31:12 +10:00
2dcae9fbf8 packaging: Let install script take multiple args
- Useful when installing in development mode.
  e.g.  -e --force
2023-09-18 13:29:19 +10:00
8f2afe86d1 Update version to v2023.09.18 2023-09-18 02:17:20 +10:00
617afcb6b9 packaging: Install on arch distros 2023-09-18 02:10:03 +10:00
d5122f833a packaging: Let eris install on Fedora distributions 2023-09-18 00:05:03 +10:00
13345232d9 packaging: Verified to work on latest Ubuntu 2023-09-17 17:58:29 +10:00
080e53f453 packaging: Bring Dockerfile up to date 2023-09-17 17:53:12 +10:00
b6b9b44ec3 packaging: Remove docker installation option 2023-09-13 23:40:41 +10:00
65a3f1a36e Update version to v2023.09.11 2023-09-11 00:32:22 +10:00