caciviclab / disclosure-backend-static

Campaign finance data powering Open Disclosure California
https://caciviclab.org/odca-jekyll/
15 stars 14 forks source link

switch Travis CI to use Python 3.9 #323

Closed ChenglimEar closed 1 year ago

ChenglimEar commented 1 year ago

This will simply switch Travis CI to start using Python 3.9 when we are ready.

mikeubell commented 1 year ago
Build diff from Commit 47a8ebfd063c6f2f9304c7ff3ac5d50637e1a748: ```diff diff --git a/build/_data/committees/1410941.json b/build/_data/committees/1410941.json index 1d4e91b..af94d4b 100644 --- a/build/_data/committees/1410941.json +++ b/build/_data/committees/1410941.json @@ -813,7 +813,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94602" + "Tran_Zip4": "94606" }, { "Filer_ID": "1410941", @@ -824,7 +824,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94606" + "Tran_Zip4": "94602" }, { "Filer_ID": "1410941", diff --git a/build/_data/elections/oakland/2018-06-05.json b/build/_data/elections/oakland/2018-06-05.json index 03231bf..2868b2a 100644 --- a/build/_data/elections/oakland/2018-06-05.json +++ b/build/_data/elections/oakland/2018-06-05.json @@ -69,7 +69,7 @@ "total_contributions": 15000.0 }, { - "name": "Service Employees International Union Local 1021 Issues PAC", + "name": "Oakland Athletics Baseball Company", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 diff --git a/build/_data/elections/oakland/2022-11-08.json b/build/_data/elections/oakland/2022-11-08.json index 680f657..3992b07 100644 --- a/build/_data/elections/oakland/2022-11-08.json +++ b/build/_data/elections/oakland/2022-11-08.json @@ -2,13 +2,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9300000006, + "Within Oakland": 2624046.9299999997, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.870000002, + "Individual": 2489080.869999997, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -107,7 +107,7 @@ "total_contributions": 6300.0 }, { - "name": "Russ Taplin", + "name": "John Protopappas", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 diff --git a/build/_data/elections/oakland/2024-11-05.json b/build/_data/elections/oakland/2024-11-05.json index 96423b7..8d4bff3 100644 --- a/build/_data/elections/oakland/2024-11-05.json +++ b/build/_data/elections/oakland/2024-11-05.json @@ -76,19 +76,19 @@ ], "top_contributors_for_offices": [ { - "name": "Weylin White", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Todd Scanlin", + "name": "Dow Terry", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Jacob Zonn", + "name": "Brooke Levin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 diff --git a/build/_data/stats.json b/build/_data/stats.json index e82155f..ae992ab 100644 --- a/build/_data/stats.json +++ b/build/_data/stats.json @@ -1,3 +1,3 @@ { - "date_processed": "2023-09-14 00:08:10 -0700" + "date_processed": "2023-09-15 00:08:20 -0700" } diff --git a/build/_data/totals.json b/build/_data/totals.json index 5d76270..90eeece 100644 --- a/build/_data/totals.json +++ b/build/_data/totals.json @@ -782,13 +782,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9300000006, + "Within Oakland": 2624046.9299999997, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.870000002, + "Individual": 2489080.869999997, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -887,7 +887,7 @@ "total_contributions": 6300.0 }, { - "name": "Russ Taplin", + "name": "John Protopappas", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 @@ -1045,7 +1045,7 @@ "total_contributions": 15000.0 }, { - "name": "Service Employees International Union Local 1021 Issues PAC", + "name": "Oakland Athletics Baseball Company", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 @@ -1451,19 +1451,19 @@ ], "top_contributors_for_offices": [ { - "name": "Weylin White", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Todd Scanlin", + "name": "Dow Terry", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Jacob Zonn", + "name": "Brooke Levin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 ```