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.
6
6
7
7
## Bugfixes and New Features
8
8
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
11
11
feature request. That way you avoid working on something that might not
12
12
be of interest or that has already been addressed.
13
13
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dynamic = ["version"]
45
45
Homepage = " https://www.mongodb.org"
46
46
Documentation = " https://mongo-arrow.readthedocs.io"
47
47
Source = " 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"
49
49
50
50
[project .optional-dependencies ]
51
51
test = [" pytz" , " pytest" , " polars" ]
@@ -73,7 +73,7 @@ skip = "pp* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*"
73
73
before-build = " bash ./cibw_before_build.sh"
74
74
build-frontend = " build"
75
75
test-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.
77
77
repair-wheel-command = " "
78
78
79
79
[tool .cibuildwheel .environment ]
You can’t perform that action at this time.
0 commit comments