Skip to content

Commit

Permalink
Merge pull request #215 from vinayak-mehta/update-events
Browse files Browse the repository at this point in the history
Update events list
  • Loading branch information
vinayak-mehta authored Dec 23, 2024
2 parents 0378f55 + ea2b216 commit 016987b
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 32 deletions.
30 changes: 15 additions & 15 deletions data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
{
"by": "bot",
"cfp_end_date": "2024-12-22",
"cfp_open": true,
"cfp_open": false,
"city": "Frankfurt",
"country": "Germany",
"end_date": "2025-04-25",
Expand Down Expand Up @@ -258,34 +258,34 @@
"by": "bot",
"cfp_end_date": "1970-01-01",
"cfp_open": false,
"city": null,
"country": null,
"end_date": "2025-07-21",
"city": "Prague",
"country": "Czechia",
"end_date": "2025-07-20",
"kind": "conference",
"name": "EuroPython 2025",
"source": "https://wiki.python.org/moin/PythonEventsCalendar",
"name": "EuroPython",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-07-14",
"state": null,
"tags": [
"python"
],
"url": "https://ep2025.europython.eu/"
"url": "https://ep2025.europython.eu"
},
{
"by": "bot",
"cfp_end_date": "1970-01-01",
"cfp_open": false,
"city": null,
"country": null,
"end_date": "2025-10-04",
"cfp_end_date": "2025-01-15",
"cfp_open": true,
"city": "Tallinn",
"country": "Estonia",
"end_date": "2025-10-03",
"kind": "conference",
"name": "PyCon Estonia 2025",
"source": "https://wiki.python.org/moin/PythonEventsCalendar",
"name": "PyCon Estonia",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-10-02",
"state": null,
"tags": [
"python"
],
"url": "https://pycon.ee/"
"url": "https://pycon.ee"
}
]
32 changes: 16 additions & 16 deletions data/events_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
{
"by": "bot",
"cfp_end_date": "2024-12-22",
"cfp_open": true,
"cfp_open": false,
"city": "Frankfurt",
"country": "Germany",
"end_date": "2025-04-25",
Expand Down Expand Up @@ -273,36 +273,36 @@
"by": "bot",
"cfp_end_date": "1970-01-01",
"cfp_open": false,
"city": null,
"country": null,
"end_date": "2025-07-21",
"city": "Prague",
"country": "Czechia",
"end_date": "2025-07-20",
"kind": "conference",
"location": "Prague, Czech Republic",
"name": "EuroPython 2025",
"source": "https://wiki.python.org/moin/PythonEventsCalendar",
"location": "Prague, Czechia",
"name": "EuroPython",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-07-14",
"state": null,
"tags": [
"python"
],
"url": "https://ep2025.europython.eu/"
"url": "https://ep2025.europython.eu"
},
{
"by": "bot",
"cfp_end_date": "1970-01-01",
"cfp_open": false,
"city": null,
"country": null,
"end_date": "2025-10-04",
"cfp_end_date": "2025-01-15",
"cfp_open": true,
"city": "Tallinn",
"country": "Estonia",
"end_date": "2025-10-03",
"kind": "conference",
"location": "Tallinn, Estonia",
"name": "PyCon Estonia 2025",
"source": "https://wiki.python.org/moin/PythonEventsCalendar",
"name": "PyCon Estonia",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-10-02",
"state": null,
"tags": [
"python"
],
"url": "https://pycon.ee/"
"url": "https://pycon.ee"
}
]
38 changes: 37 additions & 1 deletion data/pycon.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
{
"by": "bot",
"cfp_end_date": "2024-12-22",
"cfp_open": true,
"cfp_open": false,
"city": "Frankfurt",
"country": "Germany",
"end_date": "2025-04-25",
Expand Down Expand Up @@ -215,6 +215,24 @@
],
"url": "https://2025.pycon.it"
},
{
"by": "bot",
"cfp_end_date": "1970-01-01",
"cfp_open": false,
"city": "Prague",
"country": "Czechia",
"end_date": "2025-07-20",
"kind": "conference",
"location": "Prague, Czechia",
"name": "EuroPython",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-07-14",
"state": null,
"tags": [
"python"
],
"url": "https://ep2025.europython.eu"
},
{
"by": "bot",
"cfp_end_date": "1970-01-01",
Expand All @@ -232,5 +250,23 @@
"python"
],
"url": "https://www.pycon.ru"
},
{
"by": "bot",
"cfp_end_date": "2025-01-15",
"cfp_open": true,
"city": "Tallinn",
"country": "Estonia",
"end_date": "2025-10-03",
"kind": "conference",
"location": "Tallinn, Estonia",
"name": "PyCon Estonia",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-10-02",
"state": null,
"tags": [
"python"
],
"url": "https://pycon.ee"
}
]

0 comments on commit 016987b

Please sign in to comment.