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

INTPYTHON-376 Update JIRA links to point to renamed project #244

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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
Loading