Kyle Altendorf and GitHub
5f7e2ca66d
use jinjanator in build_linux_deb-2-installer.sh ( #19239 )
2025-02-20 12:00:27 -07:00
1154879d24
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /build_scripts/npm_windows ( #18891 )
...
build(deps): bump cross-spawn in /build_scripts/npm_windows
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn ) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6 )
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-04 11:17:19 -07:00
f96e5bd239
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /build_scripts/npm_macos ( #18892 )
...
build(deps): bump cross-spawn in /build_scripts/npm_macos
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn ) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6 )
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-04 09:53:55 -07:00
Chris Marslender and GitHub
ac45a37bd9
Add simulator to installers ( #18964 )
...
* Add start simulator to installers
* Point to correct path for start_simulator
2024-12-02 22:18:26 -06:00
Chris Marslender and GitHub
db2ddfe7ba
Update systemd templates to check if RPCs are up by using the chia rpc commands instead of nc ( #18920 )
2024-11-22 08:57:45 -07:00
Earle Lowe and GitHub
e07d1eb5de
Use #!/usr/bin/env bash ( #18762 )
...
* Use #!/usr/bin/env bash
* Update setup-poetry.sh
* Use #!/usr/bin/env bash for shebang
* fix up typo for leading space
* For consistency fix up a few other scripts
2024-11-04 15:22:52 -07:00
Matt Hauff and GitHub
73e4a5bbea
[CHIA-1680] Finish replacing flake8 with Ruff ( #18802 )
...
* Apply ruff unsafe fixes
* Manually fix tuples with `as`
* Remove all references to flake8
2024-11-04 08:59:57 -07:00
pengbanban and GitHub
3d916bd25d
chore: fix some comments ( #18485 )
...
Signed-off-by: pengbanban <pengbanban@aliyun.com >
2024-09-13 10:52:32 -05:00
Kyle Altendorf and GitHub
0b6360f601
refactor installer publish jobs ( #18220 )
...
* first pass
* correct linux
* some macos
* windows
* rpm
* tidy
* remove extension from variable names
* some
* yep, we use it
* matchy matchy
* fixup
* fixup
* almost the same
* fixup
* fixup
* fixup
* maybe
* fixup
* INSTALL_PATH
* fixup
* fixup
* file-arch-name
* fixup
* fixup
* fixup
* windows diagnostics
* fixup
* fixup
* windows diagnostics
* fixup
* fixup
* absolute
* one more time (until the next time)
* more
* yep
* maybe
* perhaps
* possibly
* tidy
* tidy
* more generic
* correct endpoints for gui vs. cli glue calls
2024-07-15 13:35:49 -07:00
6d9219b0c4
CHIA-597: Use poetry for package management ( #11057 )
...
* preliminary setup with poetry
* don't worry about locking the poetry env for the exploration right now
* recover black config in pyproject.toml
* install.sh for linting workflow
* pull chiavdf version from poetry in install-timelord.sh
* activate etc in upload and lint workflow
* debug poetry show output on macos
* update to clvm-tools 0.4.4
* add back setproctitle
* catchup deps
* lock
* allow 3.10
* debug
* make Install.ps1 use poetry as well
* -ErrorAction Ignore
* more todo about python version selection
* make install-timelord.sh modifications more posix compliant
* gitignore .penv* and .venv* as well
* remove requirements.penv.txt
* get artifact check requirements from poetry
* fix .gitignore for venv symlink
* separate out poetry setup
* :
* comment out code to be worked on
* setup poetry for dependency check
* ignore new poetry symlink
* chia_rs==0.1.4
* a few updates
* some missed updates `:[`
* update some types libs
* fix extras
* activate
* just use `python` somewhere
* for windows
* less symlinking for windows
* oops
* s
* more
* # shellcheck disable=SC2086
* activate action
* more python version
* lock up
* include ipython (for python >=3.8)
* add miniupnpc extra
* add poetry-dynamic-versioning
* type it out
* better match dev versioning
* catch up and delete setup.py again
* lock
* add pytest-cov
* .penv/bin/poetry
* .venv for windows activation
* update pytest-xdist
* install upnp extra
* upnp
* quote
* maybe update some deps
* mandatory and string
* oops
* slighty tidy
* debug pip list
* debug
* pybind11 maybe instead?
* remove pip install debugging
* debug without upnp nor pypi.chia.net
* chiavdf==1.0.8
* bring back upnp
* re-enable upnp
* diagnostic exception reraise
* .exe?
* diagnostics
* .cmd...?
* light tidy
* more cleanup
* make dependency check script not cwd dependent for finding the poetry env
* correct sh substitution
* lock
* coverage 7
* todo cleanup
* poetry update
* interesting
* windows too
* support non-editable install via scripts again
* oops
* again
* sheesh
* fixup
* more
* more
* Update dependencies
* various pre-commit linter updates
* add pyupgrade to extras list
* use priority=supplemental instead of secondary
* Add in some missing deps
* update setuptools and pyinstaller to match main
* venv->.venv
* lint fixes
* update a few packages for 3.12 support
* get zstd from chia resource for python 3.12
* Adjustments to dynamic versioning
* experiments with versioning
* test fixes
Signed-off-by: Earle Lowe <e.lowe@chia.net >
* fixup last commit
* include upnp as extra when installing on windows
* include mozilla-ca as a package for the cacert.pem file
* some windows tweaks
* use SPECPATH as anchor path in pyinstaller.spec file
* Add lxml as dev dependency
* Fixup typo in lxml version
* Update some packages to resolve GH vuln reports
* Update more packages to resolve GH vulns
* Ignore pylint license in depedency checker
* match installation of the dynamic version plugin on windows
* Fix issues with setting windows environment and use pip to install plugin per poetry docs recommendation
* properly apply non-editable option with -i
* use -f with ln to remove existing file as needed
* use shell=true for subprocess to help windows run chia if it's a .cmd
* Update .coveragerc
* use shutil.which() to find chia executable in a cross platform way
* mypy fixes
* Address conflicts for numpy based on python version
* Update lock file
* Remove troublesome reference to pypi source
* Add TODOs for manual install of poetry-dynamic-versioning plugin
* Use poetry dynamic versioning to figure out the version rather than setuptools_scm
* Update .github/workflows/reflow-version.yml
Co-authored-by: Kyle Altendorf <sda@fstab.net >
* Update .github/workflows/test-single.yml
Co-authored-by: Kyle Altendorf <sda@fstab.net >
* Update urllib3
* Attempts to get dynamic versioning to output something semver
* more versioning finangling
* lint pyproject.toml
* Update certifi
---------
Signed-off-by: Earle Lowe <e.lowe@chia.net >
Co-authored-by: Earle Lowe <e.lowe@chia.net >
Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com >
2024-07-10 08:47:11 -07:00
Izumi Hoshino and GitHub
2e82142396
Fixed an issue where npx --no lerna clean -f didn't work ( #18232 )
...
Fixed an issue where npx --no lerna clean -f didnot work
2024-06-24 11:10:57 -07:00
Izumi Hoshino and GitHub
7034c04bfa
Removed lerna from build_scripts ( #18180 )
...
* Removed `lerna` from build_scripts
* Fixed an issue where `electron-builder` in unexpected path was executed
* Fixed lint errors
* Use foreground-scripts with initial npm ci to see if it resolves strange mac dlopen problemFixed lint errors
* Removed `--foreground-scripts` from `npm ci`
2024-06-18 14:23:55 -05:00
Earle Lowe and GitHub
866493af56
CHIA-752 - set permissions in postinst.sh for chrome-sandbox ( #18164 )
...
* CHIA-752 - set permissions in postinst.sh for chrome-sandbox
* Add check for permissions of chrome-sandbox
* one-liner permissions check
* prettier fix
* Update build-linux-installer-deb.yml
2024-06-13 13:37:40 -05:00
Izumi Hoshino and GitHub
1e677831c1
Aligned lerna and nx versions ( #18121 )
...
* Updated GUI submodule ref
* Aligned `lerna` and `nx` versions
* Ignored .nx/cache
* Applied `npm audit fix`
* Updated `npm_windows/package-lock.json`
* Updated `npm_linux/package-lock.json`
2024-06-09 00:27:45 +01:00
Earle Lowe
2835a5d9ae
superlinter shellcheck
2024-06-03 14:59:56 -07:00
Earle Lowe
cbe7624497
Fixup linting for shell scripts
2024-06-03 14:34:38 -07:00
Harold Brenes
84b2d68b64
Remove homebrew rpaths from _ssl.cpython.so on macOS during build.
2024-05-30 18:29:18 -04:00
216de5211a
build(deps): bump tar and lerna in /build_scripts/npm_macos ( #18008 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) to 6.2.1 and updates ancestor dependency [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna ). These dependencies need to be updated together.
Updates `tar` from 6.1.15 to 6.2.1
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.1 )
Updates `lerna` from 7.1.3 to 8.1.3
- [Release notes](https://github.com/lerna/lerna/releases )
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md )
- [Commits](https://github.com/lerna/lerna/commits/v8.1.3/packages/lerna )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
- dependency-name: lerna
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16 09:26:37 -05:00
0869c53a63
build(deps): bump ejs from 3.1.9 to 3.1.10 in /build_scripts/npm_windows ( #17952 )
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 08:56:34 -05:00
e685522a26
build(deps): bump ejs from 3.1.9 to 3.1.10 in /build_scripts/npm_linux ( #17950 )
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 08:56:26 -05:00
3033e26d0b
build(deps): bump ejs from 3.1.8 to 3.1.10 in /build_scripts/npm_macos ( #17949 )
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.8 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.8...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 08:56:17 -05:00
Matt Hauff and GitHub
aefe7fdf28
Observer Mode ( #17792 )
...
* Observer Mode
* Address comments by @altendky
* Change RPC default and fix test coverage
* Add test coverage for rpc marshaller
* Fix @marshal util to return proper transactions
2024-05-07 13:39:25 -07:00
Kyle Altendorf and GitHub
abb0b04142
move shfmt execution from the super linter to pre-commit ( #17913 )
...
* move shfmt execution from the super linter to pre-commit
* actually apply...
2024-04-29 09:03:10 -07:00
30719e267b
build(deps): bump app-builder-lib and electron-builder in /build_scripts/npm_windows ( #17645 )
...
* build(deps): bump app-builder-lib and electron-builder
Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib ) to 24.13.3 and updates ancestor dependency [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder ). These dependencies need to be updated together.
Updates `app-builder-lib` from 24.6.3 to 24.13.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/app-builder-lib )
Updates `electron-builder` from 24.6.3 to 24.13.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/electron-builder )
---
updated-dependencies:
- dependency-name: app-builder-lib
dependency-type: indirect
- dependency-name: electron-builder
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update package.json
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com >
2024-03-19 11:09:12 -07:00
aff8894c72
build(deps): bump app-builder-lib and electron-builder in /build_scripts/npm_linux ( #17644 )
...
build(deps): bump app-builder-lib and electron-builder
Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib ) to 24.13.3 and updates ancestor dependency [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder ). These dependencies need to be updated together.
Updates `app-builder-lib` from 24.6.3 to 24.13.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/app-builder-lib )
Updates `electron-builder` from 24.6.3 to 24.13.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/electron-builder )
---
updated-dependencies:
- dependency-name: app-builder-lib
dependency-type: indirect
- dependency-name: electron-builder
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 12:06:16 -07:00
0b48fe535e
build(deps): bump app-builder-lib and electron-builder in /build_scripts/npm_macos ( #17643 )
...
build(deps): bump app-builder-lib and electron-builder
Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib ) to 24.13.3 and updates ancestor dependency [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder ). These dependencies need to be updated together.
Updates `app-builder-lib` from 24.6.3 to 24.13.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/app-builder-lib )
Updates `electron-builder` from 24.6.3 to 24.13.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/electron-builder )
---
updated-dependencies:
- dependency-name: app-builder-lib
dependency-type: indirect
- dependency-name: electron-builder
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 12:06:05 -07:00
4df4496f57
build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /build_scripts/npm_macos ( #17707 )
...
build(deps): bump follow-redirects in /build_scripts/npm_macos
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 09:23:35 -07:00
7c8a209731
build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /build_scripts/npm_windows ( #17705 )
...
build(deps): bump follow-redirects in /build_scripts/npm_windows
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 09:18:29 -07:00
c08f0762f6
build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /build_scripts/npm_linux ( #17706 )
...
build(deps): bump follow-redirects in /build_scripts/npm_linux
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 09:17:59 -07:00
Kyle Altendorf and GitHub
368f69cf11
prettier ( #17396 )
...
* add prettier to pre-commit
* apply prettier.io
2024-03-13 13:41:04 -07:00
a2d0cf0136
build(deps): bump ip from 2.0.0 to 2.0.1 in /build_scripts/npm_linux ( #17585 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 11:00:40 -08:00
2cb802af81
build(deps): bump ip from 2.0.0 to 2.0.1 in /build_scripts/npm_windows ( #17583 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 10:55:14 -08:00
fe5c64927c
build(deps): bump ip from 2.0.0 to 2.0.1 in /build_scripts/npm_macos ( #17584 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 10:55:08 -08:00
Kyle Altendorf and GitHub
adca8d09d9
remove forced ruby public_suffix version for arm64 installer build ( #17545 )
2024-02-23 09:54:56 -08:00
Amine Khaldi
34a43b3112
Merge commit '0e6e2b6ff0dae08383e3c1b5cb05dc4933c03821' into checkpoint/main_from_release_2.2.0_0e6e2b6ff0dae08383e3c1b5cb05dc4933c03821
2024-02-20 22:13:48 +01:00
e87bb45191
build(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /build_scripts/npm_linux ( #17289 )
...
build(deps): bump follow-redirects in /build_scripts/npm_linux
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-16 10:16:15 -08:00
6a4660921b
build(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /build_scripts/npm_macos ( #17288 )
...
build(deps): bump follow-redirects in /build_scripts/npm_macos
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-16 10:16:06 -08:00
ee9c404f6e
build(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /build_scripts/npm_windows ( #17274 )
...
build(deps): bump follow-redirects in /build_scripts/npm_windows
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-16 10:15:56 -08:00
Amine Khaldi and GitHub
b99fdb3072
Kyle's add forced ruby dotenv version for arm64 installer build ( #17553 )
...
Kyle's add forced ruby dotenv version for arm64 installer build.
2024-02-13 13:14:18 -08:00
Chris Marslender and GitHub
0e6e2b6ff0
Update the version formatting used for the cli .deb ( #17518 )
...
Update the version used for the cli .deb to match the UI .deb (and confirm to expected apt versioning)
2024-02-08 10:18:50 -08:00
Kyle Altendorf and GitHub
4068f5c83a
enable compression for cli rpm ( #16985 )
...
* enable compression for cli rpm
* actually apply to the cli
* Update build_linux_rpm-2-installer.sh
* compression level 6
2024-02-05 08:38:57 -08:00
9c33f8c141
build(deps-dev): bump pyinstaller from 5.13.0 to 6.3.0 ( #17051 )
...
* build(deps-dev): bump pyinstaller from 5.13.0 to 6.3.0
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller ) from 5.13.0 to 6.3.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases )
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst )
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.13.0...v6.3.0 )
---
updated-dependencies:
- dependency-name: pyinstaller
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* uses module paths instead of filesystem paths for pyinstaller data targets
* Revert "uses module paths instead of filesystem paths for pyinstaller data targets"
This reverts commit 279f81193a .
* remove hack
* tidy
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Altendorf <sda@fstab.net >
2024-01-04 10:18:25 -08:00
Kyle Altendorf and GitHub
2ed94c31c9
move electron build config to build_scripts/electron-builder.json ( #17007 )
2023-12-18 11:12:04 -06:00
Kyle Altendorf and GitHub
e38fa4d878
artifact fpm generated rpm .spec files ( #16984 )
2023-12-14 10:03:52 -06:00
Amine Khaldi
92f5c8aa30
Merge commit '949ed00e47896708051874d0725968e04b86198b' into checkpoint/main_from_release_2.1.2_949ed00e47896708051874d0725968e04b86198b
2023-12-07 15:57:56 +01:00
Amine Khaldi
2043077c18
Merge commit '196459382a7946747e1934b6b8932ccfe689624d' into checkpoint/main_from_release_2.1.2_196459382a7946747e1934b6b8932ccfe689624d
2023-12-06 11:28:11 +01:00
Kyle Altendorf and GitHub
949ed00e47
clean out /opt/chia before install and after removal of rpm ( #16991 )
2023-12-05 16:33:43 -06:00
Kyle Altendorf and GitHub
196459382a
claim ownership of /opt/chia in the RPM ( #16980 )
2023-12-04 13:45:42 -06:00
2bf015737e
build(deps): bump semver from 5.7.1 to 5.7.2 in /build_scripts/npm_windows ( #16963 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 17:21:45 -06:00
Zachary Brown and GitHub
dcea5363c6
Add systemd init files to CLI-only Linux packages ( #16866 )
2023-11-27 17:03:38 -06:00