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
Victor Engmark
055791f856
refactor: Pull out test for matplotlib < 3.7
2023-02-27 14:06:13 +13:00
adisbladis
757c3387c0
Merge pull request #998 from l0b0/build/remove-python-2-support
...
chore: Remove Python 2 compatibility
2023-02-27 14:04:15 +13:00
Victor Engmark
aa40707aaa
fix: Sort build systems
2023-02-27 13:16:56 +13:00
Victor Engmark
c57a16f773
chore: Remove Python 2 compatibility
...
From the build:
> Package ‘python-2.7.18.6’ in
> /nix/store/n5hj62lgkwvz3gqnp4l4nxzjnadh7y54-source/pkgs/development/interpreters/python/cpython/2.7/default.nix:330
> is marked as insecure, refusing to evaluate.
and
> Python 2.7 has reached its end of life after 2020-01-01. See
> https://www.python.org/doc/sunset-python-2/ .
Necessary to bump nixpkgs
<https://github.com/nix-community/poetry2nix/pull/996 >.
2023-02-27 13:16:42 +13:00
Victor Engmark
e6352eb9e2
fix: Sort build systems
2023-02-27 13:16:11 +13:00
Victor Engmark
28d4c2f55c
build: Support virtualenv 20.18 using hatch-vcs
2023-02-27 13:16:06 +13:00
Victor Engmark
7f8501f43a
refactor: Simplify virtualenv dependencies
...
At least Virtualenv 16.7.12 and 20.17.1 build with just the
"setuptools-scm" build system, so we can probably drop "cython" and
"setuptools".
2023-02-27 13:12:32 +13:00
adisbladis
bcfa44836e
Merge pull request #830 from jperras/basic-auth-credentials-in-pyproject-source
...
Parse pypi source indexes with basic auth creds
2023-02-27 13:06:48 +13:00
adisbladis
14bc52aa39
Merge pull request #879 from l0b0/fix/shapely-2
...
fix: shapely 2
2023-02-27 13:06:16 +13:00
adisbladis
a1a25a0063
Merge pull request #948 from moduon/bug-overridePythonAttrs-preferWheel
...
tests: assert that setting preferWheel with overridePythonAttrs fails
2023-02-27 13:05:53 +13:00
adisbladis
39e6f09c93
Merge pull request #973 from moduon/updates2
...
fix(build-systems): add a few
2023-02-27 13:05:03 +13:00
adisbladis
8a67d676a1
Merge pull request #977 from delroth/overrides-libarchive
...
overrides: add libarchive
2023-02-27 13:00:50 +13:00
adisbladis
148d54f8c4
Merge pull request #979 from vamega/patch-1
...
build-systems: add bencode-py
2023-02-27 12:58:47 +13:00
adisbladis
24bec099b2
Merge pull request #949 from moduon/updates
...
Updates to pydocstyle and selenium
2023-02-27 12:57:33 +13:00
adisbladis
659da0e780
Merge pull request #962 from super-secret-github-user/master
...
added overrides but theyre not sorted :(
2023-02-27 12:57:08 +13:00