Commit graph

2122 commits

Author SHA1 Message Date
adisbladis
fd11705559
Merge pull request #1026 from jlesquembre/setuptools-deps
Update build-systems (and update CI install-nix-action)
2023-03-06 09:38:06 +13:00
Mikhail Krassavin
e5727e9837
feat: orjson 3.8.7 2023-03-05 17:58:49 +06:00
José Luis Lafuente
5e1b88df7c
Update install-nix-action
nix 2.14 broke the action, see:
https://github.com/cachix/install-nix-action/pull/163
2023-03-01 17:58:37 +01:00
José Luis Lafuente
24f6d9cd58
Update build-systems
Add build system for:
- django-rest-swagger
- django-rosetta
- openapi-codec
- unipath
2023-03-01 17:58:33 +01:00
adisbladis
45babaf3f0
Merge pull request #1016 from nix-community/dependabot/pip/pkgs/poetry/shellingham-1.5.0.post1
build(deps): bump shellingham from 1.5.0 to 1.5.0.post1 in /pkgs/poetry
2023-03-01 08:50:56 +13:00
adisbladis
0097187a16
Merge pull request #1017 from nix-community/dependabot/pip/pkgs/poetry/pkginfo-1.9.6
build(deps): bump pkginfo from 1.9.2 to 1.9.6 in /pkgs/poetry
2023-03-01 08:50:44 +13:00
adisbladis
9cda8dbb9d
Merge pull request #1018 from nix-community/dependabot/pip/pkgs/poetry/mypy-1.0.1
build(deps-dev): bump mypy from 0.991 to 1.0.1 in /pkgs/poetry
2023-03-01 08:50:28 +13:00
adisbladis
612cdf65bf
Merge pull request #1020 from bouk/numpy-cores
numpy: Set NPY_NUM_BUILD_JOBS for parallel build
2023-03-01 08:50:14 +13:00
Bouke van der Bijl
f8c0b26a51 Set NPY_NUM_BUILD_JOBS for parallel build 2023-02-28 12:04:07 +01:00
dependabot[bot]
c85ab52876
build(deps-dev): bump mypy from 0.991 to 1.0.1 in /pkgs/poetry
Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.0.1.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.991...v1.0.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 07:14:03 +00:00
dependabot[bot]
1cd0a92da2
build(deps): bump pkginfo from 1.9.2 to 1.9.6 in /pkgs/poetry
Bumps [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) from 1.9.2 to 1.9.6.

---
updated-dependencies:
- dependency-name: pkginfo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 07:12:49 +00:00
dependabot[bot]
ed7947b686
build(deps): bump shellingham from 1.5.0 to 1.5.0.post1 in /pkgs/poetry
Bumps [shellingham](https://github.com/sarugaku/shellingham) from 1.5.0 to 1.5.0.post1.
- [Release notes](https://github.com/sarugaku/shellingham/releases)
- [Changelog](https://github.com/sarugaku/shellingham/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/sarugaku/shellingham/compare/1.5.0...1.5.0.post1)

---
updated-dependencies:
- dependency-name: shellingham
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 07:11:58 +00:00
Victor Engmark
ccc444042b fix: Use new overridePythonAttrs
Necessary to override package attributes in newer nixpkgs.
2023-02-28 17:34:34 +13:00
adisbladis
95d49be40c
Merge pull request #1009 from dotlambda/patch-1
don't use poetry from nixpkgs
2023-02-28 11:12:38 +13:00
adisbladis
4c4f4862b6
Merge pull request #1004 from nix-community/dependabot/pip/pkgs/poetry/types-html5lib-1.1.11.12
build(deps-dev): bump types-html5lib from 1.1.11.10 to 1.1.11.12 in /pkgs/poetry
2023-02-28 10:58:13 +13:00
adisbladis
63abb19a3a
Merge pull request #1003 from nix-community/dependabot/pip/pkgs/poetry/pytest-github-actions-annotate-failures-0.1.8
build(deps-dev): bump pytest-github-actions-annotate-failures from 0.1.7 to 0.1.8 in /pkgs/poetry
2023-02-28 10:57:59 +13:00
adisbladis
50f5e86c72
Merge pull request #1006 from nix-community/dependabot/pip/pkgs/poetry/zipp-3.15.0
build(deps-dev): bump zipp from 3.11.0 to 3.15.0 in /pkgs/poetry
2023-02-28 10:57:46 +13:00
adisbladis
f422659879
Merge pull request #1007 from nix-community/dependabot/pip/pkgs/poetry/requests-2.28.2
build(deps): bump requests from 2.28.1 to 2.28.2 in /pkgs/poetry
2023-02-28 10:57:33 +13:00
adisbladis
108719fc17
Merge pull request #1001 from ryanswrt/chore/more-buildsystems
chore: buildsystems for many scientific packages
2023-02-28 10:57:11 +13:00
adisbladis
0a139b7c82
Merge pull request #1002 from nix-community/dependabot/github_actions/cachix/install-nix-action-19
build(deps): bump cachix/install-nix-action from 18 to 19
2023-02-28 10:56:49 +13:00
Robert Schütz
0150dd59f2
don't use poetry from nixpkgs
This was applied in nixpkgs in 17c15cc3ff
2023-02-27 12:02:21 -08:00
dependabot[bot]
b3b2473503
build(deps): bump requests from 2.28.1 to 2.28.2 in /pkgs/poetry
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.28.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.28.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 07:20:47 +00:00
dependabot[bot]
e905effb18
build(deps-dev): bump zipp from 3.11.0 to 3.15.0 in /pkgs/poetry
Bumps [zipp](https://github.com/jaraco/zipp) from 3.11.0 to 3.15.0.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/CHANGES.rst)
- [Commits](https://github.com/jaraco/zipp/compare/v3.11.0...v3.15.0)

---
updated-dependencies:
- dependency-name: zipp
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 07:20:05 +00:00
dependabot[bot]
b543f31bfb
build(deps-dev): bump types-html5lib in /pkgs/poetry
Bumps [types-html5lib](https://github.com/python/typeshed) from 1.1.11.10 to 1.1.11.12.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-html5lib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 07:18:55 +00:00
dependabot[bot]
7bf695029c
build(deps-dev): bump pytest-github-actions-annotate-failures
Bumps [pytest-github-actions-annotate-failures](https://github.com/pytest-dev/pytest-github-actions-annotate-failures) from 0.1.7 to 0.1.8.
- [Release notes](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/releases)
- [Changelog](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/compare/v0.1.7...v0.1.8)

---
updated-dependencies:
- dependency-name: pytest-github-actions-annotate-failures
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 07:18:14 +00:00
dependabot[bot]
1f626147bf
build(deps): bump cachix/install-nix-action from 18 to 19
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v18...v19)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 07:07:05 +00:00
Ryan Swart
61e31d72c4 fix: sort buildsystems... 2023-02-27 13:20:13 +08:00
Ryan Swart
6e042cc52b chore: buildsystems for many scientific packages 2023-02-27 13:09:00 +08:00
adisbladis
7d4a3a6c36
Merge pull request #1000 from l0b0/build/use-python-3-8-for-compatibility-tests
build: Use Python 3 8 for compatibility tests
2023-02-27 15:46:30 +13:00
Victor Engmark
ced28e20f8 build: Use Python 3.8 for backwards compatibility tests 2023-02-27 14:54:34 +13:00
adisbladis
f33815cf0c
Merge pull request #899 from cpcloud/grpcio-wheel
test: add test for grpcio wheel usage
2023-02-27 14:53:29 +13:00
Victor Engmark
296d14bf6d build: Test preferWheels with newer Python
Required moving to a package for which there are still wheels available.
2023-02-27 14:53:17 +13:00
Victor Engmark
9df29d50e9 chore: Remove unused parameter 2023-02-27 14:52:27 +13:00
Phillip Cloud
f10973334f chore: remove no wheel test and return env from wheel test 2023-02-27 14:44:10 +13:00
Phillip Cloud
638fdfa6e3 chore: pluralize 2023-02-27 14:44:10 +13:00
Phillip Cloud
8846de4b6b test: test bokeh and pillow as well 2023-02-27 14:44:10 +13:00
Phillip Cloud
8b244b8ebd test(panel): add test for panel wheelness 2023-02-27 14:44:10 +13:00
Phillip Cloud
b33995a70a test: only prefer wheel on linux 2023-02-27 14:44:10 +13:00
Phillip Cloud
f36ad45f17 fix: reorder overlays 2023-02-27 14:44:10 +13:00
Phillip Cloud
4171ef6941 test: add explicit no wheel grpcio test 2023-02-27 14:44:10 +13:00
Phillip Cloud
07e74f9b53 test: add failing grpcio wheel test 2023-02-27 14:44:10 +13:00
Phillip Cloud
0c1dadd561 test: add test for grpcio wheel usage 2023-02-27 14:44:08 +13:00
adisbladis
b5fa4810df
Merge pull request #987 from l0b0/docs/testing-commands
docs: Testing commands
2023-02-27 14:42:28 +13:00
adisbladis
7f2b931cc5
Merge pull request #988 from l0b0/fix/matplotlib-3-7
fix: Matplotlib 3.7
2023-02-27 14:36:29 +13:00
adisbladis
15666362ab
Merge pull request #997 from l0b0/build/remove-python-3-7-support
build: Remove Python 3.7 support
2023-02-27 14:33:22 +13:00
adisbladis
aa824fa039
Merge pull request #985 from l0b0/virtualenv-20-18
build: Support virtualenv 20.18 using hatch-vcs
2023-02-27 14:18:53 +13:00
adisbladis
efe13731a2 tests: Remove egg test
It's annoying to keep up to date given that almost no one is using eggs.
2023-02-27 14:16:22 +13:00
Victor Engmark
4b6073c65b build: Remove Python 3.7 support
Necessary to bump nixpkgs
<https://github.com/nix-community/poetry2nix/pull/996>.
2023-02-27 14:16:22 +13:00
Victor Engmark
69f9f17121 fix: Sort build systems 2023-02-27 14:06:13 +13:00
Victor Engmark
3373e4925f fix: Add pybind11 to matplotlib 3.7 build dependencies 2023-02-27 14:06:13 +13:00