Skip to content

Commit

Permalink
Merge pull request #217 from vinayak-mehta/update-events
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta authored Dec 30, 2024
2 parents c479335 + 9ce1730 commit 8b90927
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 14 deletions.
46 changes: 40 additions & 6 deletions data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,14 @@
},
{
"by": "bot",
"cfp_end_date": "1970-01-01",
"cfp_end_date": "2024-12-01",
"cfp_open": false,
"city": null,
"country": null,
"end_date": "2025-02-03",
"city": "Brussels",
"country": "Belgium",
"end_date": "2025-02-02",
"kind": "conference",
"name": "Python devroom @ FOSDEM 2025",
"source": "https://wiki.python.org/moin/PythonEventsCalendar",
"name": "Python Devroom @ FOSDEM",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-02-02",
"state": null,
"tags": [
Expand Down Expand Up @@ -304,5 +304,39 @@
"python"
],
"url": "https://www.pyconweb.com/"
},
{
"by": "bot",
"cfp_end_date": "1970-01-01",
"cfp_open": false,
"city": "Berlin",
"country": "Germany",
"end_date": "2025-01-25",
"kind": "conference",
"name": "PyConWeb",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-01-24",
"state": null,
"tags": [
"python"
],
"url": "https://www.pyconweb.com"
},
{
"by": "bot",
"cfp_end_date": "2025-03-15",
"cfp_open": true,
"city": "Eisenstadt",
"country": "Austria",
"end_date": "2025-04-07",
"kind": "conference",
"name": "PyCon Austria",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-04-06",
"state": null,
"tags": [
"python"
],
"url": "https://pycon.pyug.at/en/"
}
]
48 changes: 42 additions & 6 deletions data/events_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,15 +217,15 @@
},
{
"by": "bot",
"cfp_end_date": "1970-01-01",
"cfp_end_date": "2024-12-01",
"cfp_open": false,
"city": null,
"country": null,
"end_date": "2025-02-03",
"city": "Brussels",
"country": "Belgium",
"end_date": "2025-02-02",
"kind": "conference",
"location": "Brussels, Belgium",
"name": "Python devroom @ FOSDEM 2025",
"source": "https://wiki.python.org/moin/PythonEventsCalendar",
"name": "Python Devroom @ FOSDEM",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-02-02",
"state": null,
"tags": [
Expand Down Expand Up @@ -322,5 +322,41 @@
"python"
],
"url": "https://www.pyconweb.com/"
},
{
"by": "bot",
"cfp_end_date": "1970-01-01",
"cfp_open": false,
"city": "Berlin",
"country": "Germany",
"end_date": "2025-01-25",
"kind": "conference",
"location": "Berlin, Germany",
"name": "PyConWeb",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-01-24",
"state": null,
"tags": [
"python"
],
"url": "https://www.pyconweb.com"
},
{
"by": "bot",
"cfp_end_date": "2025-03-15",
"cfp_open": true,
"city": "Eisenstadt",
"country": "Austria",
"end_date": "2025-04-07",
"kind": "conference",
"location": "Eisenstadt, Austria",
"name": "PyCon Austria",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-04-06",
"state": null,
"tags": [
"python"
],
"url": "https://pycon.pyug.at/en/"
}
]
40 changes: 38 additions & 2 deletions data/pycon.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,34 @@
[
{
"by": "bot",
"cfp_end_date": "1970-01-01",
"cfp_open": false,
"city": "Berlin",
"country": "Germany",
"end_date": "2025-01-25",
"kind": "conference",
"location": "Berlin, Germany",
"name": "PyConWeb",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-01-24",
"state": null,
"tags": [
"python"
],
"url": "https://www.pyconweb.com"
},
{
"by": "bot",
"cfp_end_date": "2024-12-01",
"cfp_open": false,
"city": "Brussels",
"country": "Belgium",
"end_date": "2024-02-02",
"end_date": "2025-02-02",
"kind": "conference",
"location": "Brussels, Belgium",
"name": "Python Devroom @ FOSDEM",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2024-02-02",
"start_date": "2025-02-02",
"state": null,
"tags": [
"python"
Expand Down Expand Up @@ -89,6 +107,24 @@
],
"url": "https://pycon-apac.python.ph"
},
{
"by": "bot",
"cfp_end_date": "2025-03-15",
"cfp_open": true,
"city": "Eisenstadt",
"country": "Austria",
"end_date": "2025-04-07",
"kind": "conference",
"location": "Eisenstadt, Austria",
"name": "PyCon Austria",
"source": "https://github.com/python-organizers/conferences",
"start_date": "2025-04-06",
"state": null,
"tags": [
"python"
],
"url": "https://pycon.pyug.at/en/"
},
{
"by": "bot",
"cfp_end_date": "2024-12-01",
Expand Down

0 comments on commit 8b90927

Please sign in to comment.