From acb19b51852dfffc7d7f07fb633246b5616fcfa7 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 17 Oct 2024 15:57:37 -0500 Subject: [PATCH] INTPYTHON-376 Update JIRA links to point to renamed project (#244) --- bindings/python/CONTRIBUTING.md | 4 ++-- bindings/python/pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/python/CONTRIBUTING.md b/bindings/python/CONTRIBUTING.md index 7638454f..46cec5f3 100644 --- a/bindings/python/CONTRIBUTING.md +++ b/bindings/python/CONTRIBUTING.md @@ -6,8 +6,8 @@ before sending a pull request. ## Bugfixes and New Features -Before starting to write code, look for existing [tickets in our JIRA project](https://jira.mongodb.org/browse/ARROW) -or [create one](https://jira.mongodb.org/browse/ARROW) for your specific issue or +Before starting to write code, look for existing [tickets in our JIRA project](https://jira.mongodb.org/browse/INTPYTHON) +or [create one](https://jira.mongodb.org/browse/INTPYTHON) for your specific issue or feature request. That way you avoid working on something that might not be of interest or that has already been addressed. diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 63c93963..210347be 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -45,7 +45,7 @@ dynamic = ["version"] Homepage = "https://www.mongodb.org" Documentation = "https://mongo-arrow.readthedocs.io" Source = "https://github.com/mongodb-labs/mongo-arrow/tree/main/bindings/python" -Tracker = "https://jira.mongodb.org/projects/ARROW/issues" +Tracker = "https://jira.mongodb.org/projects/INTPYTHON/issues" [project.optional-dependencies] test = ["pytz", "pytest", "polars"] @@ -73,7 +73,7 @@ skip = "pp* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*" before-build = "bash ./cibw_before_build.sh" build-frontend = "build" test-command = "python -c \"from pymongoarrow.lib import libbson_version\"" -# Disable wheel repair, see https://jira.mongodb.org/browse/ARROW-122. +# Disable wheel repair, see https://jira.mongodb.org/browse/INTPYTHON-122. repair-wheel-command = "" [tool.cibuildwheel.environment]