From fee0f81ac22a68790b3a1c12df23e0f80c15d817 Mon Sep 17 00:00:00 2001 From: jnm Date: Thu, 7 Nov 2024 02:08:36 -0500 Subject: [PATCH] =?UTF-8?q?feat(xlsform):=20support=20`background-geopoint?= =?UTF-8?q?`=E2=80=A6=20TASK-1195=20(#5238)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 📣 Summary Support the new `background-geopoint` question type [[read more]](https://github.com/XLSForm/pyxform/issues/716) by upgrading pyxform to v2.2.0, which includes XLSForm/pyxform#726 ### 👀 Preview steps 1. Create a project by uploading an XLSForm with a `background-geopoint` question, for example ([Simple_background_geo.xlsx](https://github.com/user-attachments/files/17510897/Simple_background_geo.xlsx)) 1. Deploy the project 1. Download the project's XML XForm and verify it against the example here: https://github.com/XLSForm/pyxform/issues/716#issuecomment-2344817692. --- dependencies/pip/dev_requirements.txt | 2 +- dependencies/pip/requirements.in | 2 +- dependencies/pip/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies/pip/dev_requirements.txt b/dependencies/pip/dev_requirements.txt index 076b32a089..1df8bbb9f1 100644 --- a/dependencies/pip/dev_requirements.txt +++ b/dependencies/pip/dev_requirements.txt @@ -537,7 +537,7 @@ pytz==2024.1 # via # flower # pandas -pyxform==2.1.1 +pyxform==2.2.0 # via # -r dependencies/pip/requirements.in # formpack diff --git a/dependencies/pip/requirements.in b/dependencies/pip/requirements.in index 8f179255ad..968f5b6ba8 100644 --- a/dependencies/pip/requirements.in +++ b/dependencies/pip/requirements.in @@ -75,7 +75,7 @@ openpyxl psycopg pymongo python-dateutil -pyxform==2.1.1 +pyxform==2.2.0 requests regex responses diff --git a/dependencies/pip/requirements.txt b/dependencies/pip/requirements.txt index bcf2400265..76175a5dc5 100644 --- a/dependencies/pip/requirements.txt +++ b/dependencies/pip/requirements.txt @@ -412,7 +412,7 @@ pytz==2024.1 # via # flower # pandas -pyxform==2.1.1 +pyxform==2.2.0 # via # -r dependencies/pip/requirements.in # formpack