adisbladis
3574039b65
hooks: Read setup.py AST as utf-8 with BOM
...
The AST module throws errors on encountering a BOM.
For a file without a BOM this change makes no difference, but for one with a BOM, the mark character is skipped.
2023-03-28 16:57:30 +13:00
Victor Engmark
58ecdc0365
test: Verify mutmut install
...
Requires #1084 to be fixed first.
2023-03-28 08:19:34 +13:00
roblabla
9ca5845b55
Add types-paramiko override
2023-03-27 17:35:19 +02:00
roblabla
d609f1fa88
Add types-dataclasses override
2023-03-27 16:55:56 +02:00
roblabla
6070d3c6cd
Add kubernetes-stubs override
2023-03-27 16:53:50 +02:00
roblabla
4657a1fef5
Add dataclass-wizard override
2023-03-27 16:52:43 +02:00
adisbladis
c56b6590ae
Merge pull request #1081 from roxifas/overrides
...
add some overrides to build-systems.json
2023-03-25 23:50:09 +13:00
adisbladis
3ce298c1be
Merge pull request #1080 from cpcloud/build-systems
...
chore: add `pydruid` build system
2023-03-25 23:45:48 +13:00
Rokas Urbelis
789f3a7e19
add some overrides to build-systems.json
2023-03-25 10:41:07 +00:00
Phillip Cloud
f723e72ad7
chore: add pydruid
build system
2023-03-25 05:43:44 -04:00
adisbladis
82e9a5ac57
Merge pull request #1035 from l0b0/fix/use-new-output-syntax
...
fix: Use new output syntax
2023-03-25 15:29:36 +13:00
Victor Engmark
1495d30db6
fix: Use new output syntax
...
See
<https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ >
and
<https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files >.
2023-03-25 15:25:55 +13:00
adisbladis
edb6eea379
Merge pull request #1078 from nix-community/dependabot/pip/pkgs/poetry/filelock-3.10.3
...
build(deps): bump filelock from 3.10.2 to 3.10.3 in /pkgs/poetry
2023-03-25 15:21:19 +13:00
adisbladis
4e45611b62
Merge pull request #1079 from fmnxl/patch-1
...
Add cryptography@40.0.0 cargo hash
2023-03-25 11:22:48 +13:00
Freeman
d4e2365319
Add cryptography@40.0.0 cargo hash
2023-03-24 16:55:01 +07:00
dependabot[bot]
da1b6bdbed
build(deps): bump filelock from 3.10.2 to 3.10.3 in /pkgs/poetry
...
Bumps [filelock](https://github.com/tox-dev/py-filelock ) from 3.10.2 to 3.10.3.
- [Release notes](https://github.com/tox-dev/py-filelock/releases )
- [Changelog](https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.10.2...3.10.3 )
---
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-24 07:08:39 +00:00
adisbladis
de5f713edd
Merge pull request #1077 from nix-community/setuptools-scm-version
...
feat: autofix version for all packages that use setuptools-scm (#974 )
2023-03-24 17:54:52 +13:00
adisbladis
3830e7829b
Move setuptools-scm autofix logic to a setup hook
...
We don't need to export this variable for every build.
2023-03-24 16:46:12 +13:00
adisbladis
7ff1d5f8f5
Merge pull request #767 from GoldsteinE/fix-build-tags
...
fix handling of complex build tags
2023-03-24 16:41:48 +13:00
Jairo Llopis
293d2b7210
feat: autofix python derivations depending on hatch-vcs
...
This dependency is compatible with the same env variable, and affected by the same problem: https://github.com/ofek/hatch-vcs#version-source-environment-variables
2023-03-24 16:41:31 +13:00
Jairo Llopis
7f31a1221f
feat: autofix version for all packages that use setuptools-scm
...
Building a package that has setuptools-scm usually fails if it doesn't define an override like the one I'm removing in `pyyaml-include`.
Or sometimes it works, but packages that depend on it don't work because they define some lower bound of the dependency, but the dependency doesn't have an appropriate version defined.
With this simple fix, all packages that use setuptools-scm will include the `SETUPTOOLS_SCM_PRETEND_VERSION` to let them inherit the appropriate version.
@moduon MT-1075
2023-03-24 16:41:31 +13:00
Goldstein
7d635fe4c2
fix handling of complex build tags
2023-03-24 16:34:48 +13:00
adisbladis
3313ab3740
Bump version to 1.40.1
2023-03-24 14:33:23 +13:00
adisbladis
709d422980
hooks: Prefer using propagatedBuildInputs over deps
...
The current check if makeSetupHook takes `deps` returns true because
of backwards compat in nixpkgs that emits a trace on use.
By checking for propagatedBuildInputs instead we check for the new behaviour first.
2023-03-24 14:31:25 +13:00
adisbladis
bf63fce1f7
Bump version to 1.40.0
2023-03-24 13:57:41 +13:00
adisbladis
36e98e86dc
Merge pull request #975 from l0b0/fix/jupyterlab
...
fix: jupyterlab
2023-03-24 13:47:34 +13:00
adisbladis
ba804e5d8f
overrides: CommonMark -> commonmark
2023-03-24 13:36:20 +13:00
Victor Engmark
50a3ad54ac
chore: Re-enable tests
...
They don't seem to be necessary.
2023-03-24 13:30:56 +13:00
Ryan Swart
32c330dbee
fix: building the hatch package inline breaks things..
2023-03-24 13:30:56 +13:00
Ryan Swart
a1b220f20a
fix: trio fix
2023-03-24 13:30:56 +13:00
Ryan Swart
897cd6645d
fix: jeepney trio
2023-03-24 12:43:21 +13:00
Ryan Swart
221bbc2d69
fix: CommonMark
2023-03-24 12:43:21 +13:00
Ryan Swart
800c3b0b48
fix: recommonmark?
2023-03-24 12:43:21 +13:00
Ryan Swart
e05e58aaba
fix: final buildsystem overrides
2023-03-24 12:43:21 +13:00
Victor Engmark
72f5af53e3
fix: Add jeepney build inputs
2023-03-24 12:43:21 +13:00
Victor Engmark
449c73e40b
fix: Add commonmark to rich build inputs
2023-03-24 12:43:21 +13:00
Victor Engmark
b781f3cea5
fix: Install pytest-runner for rfc3986-validator build
2023-03-24 12:43:21 +13:00
Victor Engmark
6c6a464428
fix: Add hatchling for ypy-websocket build
2023-03-24 12:43:21 +13:00
Victor Engmark
99eea1d168
fix: Add hatchling for jupyter-ydoc build
2023-03-24 12:43:21 +13:00
Victor Engmark
227ef2dd05
fix: Add hatchling for jupyter-server-terminals build
2023-03-24 12:43:21 +13:00
Victor Engmark
5589bb11a6
fix: Add hatchling for jupyter-events build
2023-03-24 12:43:21 +13:00
Victor Engmark
8ca9ebb501
test: Verify JupyterLab build
2023-03-24 12:43:21 +13:00
Victor Engmark
77a0dd3404
chore: Remove reference to non-existing package
2023-03-24 12:43:21 +13:00
Victor Engmark
28d9271854
fix: Use y-py wheel
...
The maturin build doesn't seem to work.
2023-03-24 12:43:21 +13:00
adisbladis
477e67ed03
Merge pull request #1060 from bouk/otel
...
overrides: add some more opentelemetry packages
2023-03-24 12:23:47 +13:00
adisbladis
de71b920e5
Merge pull request #1061 from Pegasust/master
...
Add `option` and `returns` python module (for `option` and `result` in Python)
2023-03-24 12:23:30 +13:00
Bouke van der Bijl
d972e0ee22
overrides: add some more opentelemetry packages
2023-03-24 12:15:58 +13:00
Pegasust
654b3a8ed5
+module: fastapi-utils
2023-03-24 12:12:14 +13:00
Pegasust
d5cf5a4d75
+module: returns
2023-03-24 12:11:54 +13:00
Pegasust
9fda178ae4
+module: option
2023-03-24 12:11:54 +13:00