Skip to content

Commit

Permalink
INTPYTHON-376 Update JIRA links to point to renamed project (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Oct 17, 2024
1 parent 1b070d4 commit acb19b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bindings/python/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit acb19b5

Please sign in to comment.