File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ before sending a pull request.
66
77## Bugfixes and New Features
88
9- Before starting to write code, look for existing [ tickets in our JIRA project] ( https://jira.mongodb.org/browse/ARROW )
10- or [ create one] ( https://jira.mongodb.org/browse/ARROW ) for your specific issue or
9+ Before starting to write code, look for existing [ tickets in our JIRA project] ( https://jira.mongodb.org/browse/INTPYTHON )
10+ or [ create one] ( https://jira.mongodb.org/browse/INTPYTHON ) for your specific issue or
1111feature request. That way you avoid working on something that might not
1212be of interest or that has already been addressed.
1313
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dynamic = ["version"]
4545Homepage = " https://www.mongodb.org"
4646Documentation = " https://mongo-arrow.readthedocs.io"
4747Source = " https://github.com/mongodb-labs/mongo-arrow/tree/main/bindings/python"
48- Tracker = " https://jira.mongodb.org/projects/ARROW /issues"
48+ Tracker = " https://jira.mongodb.org/projects/INTPYTHON /issues"
4949
5050[project .optional-dependencies ]
5151test = [" pytz" , " pytest" , " polars" ]
@@ -73,7 +73,7 @@ skip = "pp* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*"
7373before-build = " bash ./cibw_before_build.sh"
7474build-frontend = " build"
7575test-command = " python -c \" from pymongoarrow.lib import libbson_version\" "
76- # Disable wheel repair, see https://jira.mongodb.org/browse/ARROW -122.
76+ # Disable wheel repair, see https://jira.mongodb.org/browse/INTPYTHON -122.
7777repair-wheel-command = " "
7878
7979[tool .cibuildwheel .environment ]
You can’t perform that action at this time.
0 commit comments