Commit graph

1036 commits

Author SHA1 Message Date
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
54ca18b31d packaging: Install using pipx instead of pip
- Debian and ubuntu don't allow system installs using pip anymore.
2023-09-11 00:25:24 +10:00
250be00283 packaging: Bring golden files up to date
- New versions of dependencies have some different outputs.
2023-09-11 00:22:05 +10:00
fd4357c513 packaging: Update README with move to Gitlab
- github -> gitlab
- Not providing snaps or appimages on gitlab yet since it seems
  gitlab doesn't allow arbitrary files to be put on release pages.
  (They also weren't migrated in the import)
- Also have moved from ubuntu to debian.
2023-09-11 00:22:05 +10:00
4001692b52 packaging: Bring dependencies up to date
- python 3.10 -> 3.11
2023-09-10 23:41:42 +10:00
9fde870c37 packaging: Update docker config to use ubuntu kinetic 2022-12-06 23:23:13 +10:00
22f6b4a431 Update version to v2022.12.06 2022-12-06 23:07:25 +10:00
da9dcd7b1c packaging: Fix push-new-version
- Stop color codes being sent to sed from git-grep.
2022-12-06 23:07:09 +10:00
5a83397a65 Eris works on Ubuntu 22.10 2022-12-06 22:18:03 +10:00
2567e3a160 Fix tests on ubuntu kinetic 2022-11-16 15:01:46 +10:00
8efb2aaa69 Coding Style
- Use better termstr contructor.
2022-10-20 16:26:09 +10:00
54814ac0d3 Update version to v2022.10.19 2022-10-19 14:14:33 +10:00
b82dbc3d71 termstr: Let termstr's style be given with optional arguments 2022-10-19 14:03:21 +10:00
6deb413090 Coding Style
- Save memory.
2022-10-18 20:18:32 +10:00
c79a91261e Coding Style
- typo
2022-10-18 20:09:46 +10:00