Phillip Cloud
|
6e9f96834d
|
chore: add git subdirectory test
|
2024-05-03 08:28:47 -04:00 |
|
Malte Neuss
|
023a0e045a
|
fix: Replace overlays self super with final prev
|
2024-05-02 12:08:55 -04:00 |
|
Phillip Cloud
|
1e848fe372
|
chore: get pyzmq with scikit-build-core working in a somewhat reasonable way
|
2024-05-02 09:12:59 -04:00 |
|
Franz Pletz
|
38adeef3ad
|
overrides: add hashes for ruff 0.4.2
|
2024-05-02 07:55:35 -04:00 |
|
Franz Pletz
|
61d64b678a
|
overrides: add hashes for ruff 0.4.{0,1}
|
2024-05-02 07:55:34 -04:00 |
|
Franz Pletz
|
a22ea48b79
|
overrides: add hashes for ruff 0.3.7
|
2024-05-02 07:55:33 -04:00 |
|
Franz Pletz
|
2e4d3e10d3
|
overrides: add hashes for ruff 0.3.6
|
2024-05-02 07:55:32 -04:00 |
|
Franz Pletz
|
ee38a8ffea
|
overrides: add hashes for ruff 0.3.5
|
2024-05-02 07:55:31 -04:00 |
|
Franz Pletz
|
be69be74d0
|
overrides: add hashes for ruff 0.3.4
|
2024-05-02 07:55:30 -04:00 |
|
Franz Pletz
|
95b444fba2
|
overrides: add hashes for ruff 0.3.3
|
2024-05-02 07:55:29 -04:00 |
|
Franz Pletz
|
1492acd29e
|
overrides: add hashes for ruff 0.3.{1,2}
|
2024-05-02 07:55:28 -04:00 |
|
Franz Pletz
|
7a293280ac
|
overrides: add hashes for ruff 0.3.0
|
2024-05-02 07:55:27 -04:00 |
|
Phillip Cloud
|
8a1b13cd13
|
chore: fmt fixes
|
2024-05-02 07:55:11 -04:00 |
|
Phillip Cloud
|
13300bdeed
|
chore: add test and fix build
|
2024-05-02 06:48:37 -04:00 |
|
vetsin
|
4807e16e0d
|
fix: evaluate the new jake test
|
2024-05-02 06:26:28 -04:00 |
|
vetsin
|
0e3a323f1d
|
feat: support jake and cyclonedx
|
2024-05-02 06:26:27 -04:00 |
|
Phillip Cloud
|
96b73c0a63
|
Merge branch 'master' into master
|
2024-05-01 15:58:49 -04:00 |
|
David Crompton
|
cb909e9f3f
|
fix(pyside6): add test for pyside6
|
2024-05-01 14:00:05 -04:00 |
|
Phillip Cloud
|
3dd060c9cc
|
Merge branch 'master' into fix/infinite-recursion
|
2024-05-01 12:30:42 -04:00 |
|
Phillip Cloud
|
a08647d506
|
test: add infinite recursion test case
|
2024-05-01 08:44:38 -04:00 |
|
Phillip Cloud
|
b66c62ea3f
|
chore: revert ansible-molecule deps
|
2024-05-01 06:59:14 -04:00 |
|
Phillip Cloud
|
10e3b3f03f
|
Merge branch 'master' into master
|
2024-05-01 06:41:55 -04:00 |
|
Phillip Cloud
|
0ca15ae84a
|
chore: hack around attempted download of sqlite amalgamation
|
2024-05-01 05:41:41 -04:00 |
|
Phillip Cloud
|
db25807e66
|
test: bump pep600 pandas dep to pickup 2.2.2
|
2024-04-30 08:27:26 -04:00 |
|
rx342
|
a7454fa44a
|
overrides: add libtensorflow for tensorflow-io-gcs-filesystem
|
2024-04-30 09:44:21 +02:00 |
|
Phillip Cloud
|
0b48b5c978
|
fix: get tests passing and building with latest nixpkgs
|
2024-04-29 16:57:19 -04:00 |
|
Roland Coeurjoly
|
78972f0132
|
fix(twisted): add tests and new dependencies needed
|
2024-04-11 05:05:42 +02:00 |
|
Franz Pletz
|
3c92540611
|
overrides: add hashes for ruff 0.2.{1,2}
|
2024-02-22 21:17:04 +13:00 |
|
Freeman
|
abeb2eba2b
|
update hash for rpds-py v0.18.0
|
2024-02-22 21:12:17 +13:00 |
|
Franz Pletz
|
4eb2ac5402
|
fix(watchfiles): prevent IFD
Fix #1464.
|
2024-02-06 17:51:53 +13:00 |
|
Franz Pletz
|
7cea1a46b7
|
fix(ruff): add 0.2.0, prevent IFD
Prevents IFD by optionally providing a cargoHash.
See #1464 for a similar issue.
|
2024-02-06 17:51:53 +13:00 |
|
Phillip Cloud
|
89aa79ba8d
|
Merge pull request #1512 from amrox/override-gnu-readline
|
2024-02-04 06:41:18 -05:00 |
|
Franz Pletz
|
1fb69e6a87
|
overrides: add hashes for ruff 0.1.{13,14,15}, update test
Also adds a warning if no hash is found to prevent an evaluation error.
This enables to override the source.
|
2024-01-31 15:29:05 +01:00 |
|
Andy Mroczkowski
|
9dd1584c89
|
overrides: add ncurses for gnureadline
test command:
```
nix-build --attr gnureadline --keep-going --show-trace tests/default.nix
```
before:
```
ld: library not found for -lncurses
clang-11: error: linker command failed with exit code 1
(use -v to see invocation)
error: command '/nix/store/sa6hywsm1mqfyd1xakyzv4ljjsb3h
awh-clang-wrapper-11.1.0/bin/clang' failed with exit code
1
error: subprocess-exited-with-error
```
after:
- Success!
|
2024-01-28 09:21:32 -05:00 |
|
Phillip Cloud
|
7129305eb4
|
fix(pyodbc): manually add search path for unixODBC shared libs on Linux
|
2024-01-11 06:18:07 -05:00 |
|
Andrew Marshall
|
eec895af5d
|
overrides/scipy: Fix on >=1.11.1
The setup.py file is gone in newer versions.
See also
- https://github.com/nix-community/poetry2nix/issues/1476
- 04f3147a8e
|
2024-01-04 17:07:50 -05:00 |
|
Victor Engmark
|
b76e91da74
|
test: import and run black
|
2023-12-21 01:40:10 +13:00 |
|
Vonfry
|
bf6cc414a7
|
overrides/ruff: add 0.1.7 and 0.1.6
|
2023-12-12 11:46:48 +13:00 |
|
Phillip Cloud
|
f37ca715c9
|
fix(colour): remove addition of d2to1 to build inputs
|
2023-12-11 05:26:58 -05:00 |
|
adisbladis
|
d734eac98c
|
Merge pull request #1398 from Pegasust/orjson
Support orjson 3.9+ by switching to fetching from GitHub and use `Cargo.lock`
|
2023-12-06 11:51:19 +13:00 |
|
Albert Peschar
|
9e41338d41
|
overrides: use poetry-core for pylint-django 2.5.4+
|
2023-12-06 11:50:46 +13:00 |
|
Albert Peschar
|
c819fba790
|
overrides: add cattrs 23.2+
|
2023-11-25 03:30:55 +13:00 |
|
Florian Amsallem
|
16dc105f55
|
overrides: rpds-py 0.11.0 and 0.12.0
|
2023-11-12 16:05:12 +01:00 |
|
Pegasust
|
7fa648dad3
|
Merge remote-tracking branch 'canon/master' into _orjson
|
2023-11-11 22:37:10 -08:00 |
|
ZerataX
|
84c484b05a
|
overrides: ruff 0.1.5
|
2023-11-11 11:53:30 +13:00 |
|
Phillip Cloud
|
08c8697a11
|
test: add ruff wheel test
|
2023-11-09 17:35:08 +13:00 |
|
ZerataX
|
bf0601d5d9
|
ruff: add override
|
2023-11-07 14:49:58 +13:00 |
|
Pegasust
|
6b04148b7f
|
format: run '.#formatter.$system'
format: run '.#formatters.$system'
|
2023-11-05 19:19:24 -08:00 |
|
Pegasust
|
55f5c120dc
|
feat(orjson): hashes for 3.9.x
|
2023-11-05 19:11:22 -08:00 |
|
Pegasust
|
42e2db1157
|
test(orjson): orjson integration test across seemingly supported versions
|
2023-11-05 19:11:22 -08:00 |
|