From f6777e673eca9978a84f70af365835d307885abb Mon Sep 17 00:00:00 2001 From: Paul Prescod Date: Thu, 11 Nov 2021 20:59:39 -0800 Subject: [PATCH 1/2] Remove backports-datetime and v3.48.0.dev0 --- cumulusci/version.txt | 2 +- requirements/prod.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/cumulusci/version.txt b/cumulusci/version.txt index 7dd5eda815..87aa2ce14f 100644 --- a/cumulusci/version.txt +++ b/cumulusci/version.txt @@ -1 +1 @@ -3.48.0 +3.48.0.dev0 diff --git a/requirements/prod.txt b/requirements/prod.txt index 3d3ff6e16d..962a7c1260 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -8,8 +8,6 @@ appdirs==1.4.4 # via fs authlib==0.15.5 # via simple-salesforce -backports-datetime-fromisoformat==1.0.0 - # via snowfakery certifi==2021.10.8 # via # requests From e20f7603b01731fd5aa9f62f0f9fd12b2c3d3dc9 Mon Sep 17 00:00:00 2001 From: David Glick Date: Fri, 12 Nov 2021 10:28:28 -0500 Subject: [PATCH 2/2] update snowfakery, prepare to release as 3.48.1 --- HISTORY.rst | 23 +++++++++++++++-------- cumulusci/version.txt | 2 +- requirements/prod.txt | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2652882c11..4825e415ef 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,8 +2,15 @@ History ======= -v3.48.0 (2021-11-11) --------------------- +3.48.1 (2021-11-12) +------------------- + +Issues Closed + +- Fixed a packaging issue which caused an error when installing on systems without a C compiler. + +3.48.0 (2021-11-11) +------------------- Critical Changes - CumulusCI will be dropping support for Python 3.6 and 3.7 within the next few releases. Please ensure you're running Python 3.8 or above. @@ -20,8 +27,8 @@ Issues Closed - Adjusted a check for .lightning. domains in the ``cci org connect`` command. (#2970) - We fixed an issue where stacktraces for some Apex test failures were truncated. (#2961) -v3.47.0 (2021-10-28) --------------------- +3.47.0 (2021-10-28) +------------------- Changes @@ -32,8 +39,8 @@ Changes - We added a new task `create_blank_profile` that can be used to create a new profile from scratch without any permissions enabled. (This new task requires a Winter 22 Org or API 53.0) (#2908) - We've added a user-friendly error message when installing a package using `security_type` "PUSH" with a 04t Package Version ID. (#2935) -v3.46.0 (2021-10-14) --------------------- +3.46.0 (2021-10-14) +------------------- Critical Changes - Backwards incompatibility: the robot task option `debug` has been renamed to `robot_debug`. (#2909) @@ -53,8 +60,8 @@ Issues Fixed - Fixed a bug where connecting a GitHub service with `cci service connect` was failing silently. (#2888) - Fixed an issue where MetaDeploy steps using the old `filename_token` and `namespace_token` options could not be used. (#2914) -v3.45.0 (2021-09-30) --------------------- +3.45.0 (2021-09-30) +------------------- Changes diff --git a/cumulusci/version.txt b/cumulusci/version.txt index 87aa2ce14f..ffa235181e 100644 --- a/cumulusci/version.txt +++ b/cumulusci/version.txt @@ -1 +1 @@ -3.48.0.dev0 +3.48.1 diff --git a/requirements/prod.txt b/requirements/prod.txt index 962a7c1260..ebf2bafc01 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -161,7 +161,7 @@ six==1.16.0 # python-dateutil # salesforce-bulk # snowfakery -snowfakery==2.2 +snowfakery==2.2.1 # via -r requirements/prod.in sqlalchemy==1.4.26 # via