Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.0.17.1 (bugfix backport) #8

Merged
merged 32 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
af89601
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.41.1, and co…
Oct 8, 2024
360a6c7
Address lint issue
gmarkall Oct 8, 2024
750f68c
Merge pull request #2 from gmarkall/v0.0.17
msarahan Oct 8, 2024
429f7cb
[ci skip] [skip ci] [cf admin skip] ***NO_CI*** admin migration Remov…
conda-forge-admin Nov 6, 2024
840d702
Bump version to 0.0.18
gmarkall Nov 10, 2024
b7baf5c
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.2, and co…
Nov 10, 2024
52b7a3f
Merge pull request #3 from gmarkall/v018
gmarkall Nov 19, 2024
45c8b2e
Bump version to 0.0.19
gmarkall Nov 29, 2024
0ca92b5
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.44.9, and co…
gmarkall Nov 29, 2024
c6687d6
Merge pull request #4 from gmarkall/v19
gmarkall Nov 29, 2024
7efe7c2
Add @bdice and @jakirkham as maintainers
gmarkall Nov 29, 2024
ae6de87
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.44.9, and co…
gmarkall Nov 29, 2024
17ffb72
Update recipe/recipe.yaml
gmarkall Dec 2, 2024
e40f647
Replace @jakirkham with @vyasr
gmarkall Dec 5, 2024
388f80a
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.44.9, and co…
gmarkall Dec 5, 2024
ea06d06
Bump version to 0.0.20
gmarkall Dec 5, 2024
db96e03
Merge pull request #6 from gmarkall/v20
gmarkall Dec 5, 2024
aa3c742
Bump version to 0.0.21
gmarkall Dec 6, 2024
e675f35
Merge pull request #7 from gmarkall/v21
gmarkall Dec 6, 2024
3b63ef3
Merge pull request #5 from gmarkall/add-maintainers
gmarkall Dec 9, 2024
0335768
MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.44.9, and co…
bdice Dec 9, 2024
41f1c73
Update to 0.0.17.1.
bdice Dec 9, 2024
5e942e2
Merge from main to get fixes for recipe lint.
bdice Dec 9, 2024
0ab9b1a
Use python_min.
bdice Dec 9, 2024
0a97687
Use pypi.org.
bdice Dec 9, 2024
1375bac
Add test requirements on Python and pip.
bdice Dec 9, 2024
493250e
Update tests.
bdice Dec 10, 2024
d681632
Update recipe/recipe.yaml
bdice Dec 10, 2024
3bc71c5
Update recipe/recipe.yaml
bdice Dec 10, 2024
e1eee9e
Update recipe/recipe.yaml
bdice Dec 10, 2024
ccbe4f9
Combine `test` into one entry
jakirkham Dec 10, 2024
49de81e
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.44.9, and c…
Dec 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions .github/workflows/automerge.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/webservices.yml

This file was deleted.

15 changes: 8 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 27 additions & 2 deletions azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 14 additions & 10 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
context:
name: numba-cuda
sdist_name: numba_cuda
version: "0.0.17"
version: "0.0.17.1"
bdice marked this conversation as resolved.
Show resolved Hide resolved

package:
name: ${{ name }}
version: ${{ version }}

source:
url: https://pypi.io/packages/source/${{ name[0] }}/${{ name }}/${{ sdist_name }}-${{ version }}.tar.gz
sha256: 62e4ab17e07131961dfc41c0bc825318dcf1ebced10b220496638b629421fc54
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/${{ sdist_name }}-${{ version }}.tar.gz
sha256: 6963e0f5ea7838700eb1ff7017070e2b4a31791fd1072cd8d514e85609786499

build:
noarch: python
Expand All @@ -18,18 +18,21 @@ build:

requirements:
host:
- python
- python ${{ python_min }}
- pip
- setuptools
run:
- python
- python >=${{ python_min }}
- numba >=0.59.1

tests:
bdice marked this conversation as resolved.
Show resolved Hide resolved
- python:
imports:
- numba_cuda
pip_check: true
- requirements:
run:
- python ${{ python_min }}
- pip
- script:
- python -m pip check
- python -c "import numba_cuda"
jakirkham marked this conversation as resolved.
Show resolved Hide resolved

about:
homepage: https://github.com/NVIDIA/numba-cuda
Expand All @@ -43,5 +46,6 @@ about:

extra:
recipe-maintainers:
- bdice
- gmarkall

- vyasr
Loading