From cb0daa1e41f5d92adad61295622a13947ad42b62 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:51:41 +0200 Subject: [PATCH 1/3] Add PyCon Austria 2025 --- 2025.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/2025.csv b/2025.csv index 150b005..e3ca268 100644 --- a/2025.csv +++ b/2025.csv @@ -4,6 +4,7 @@ PyCascades,2025-02-08,2025-02-09,"Portland, Oregon, United States of America",US GeoPython,2025-02-24,2025-02-26,"Basel, Switzerland",CHE,,,2024-11-15,https://2025.geopython.net,https://submit.geopython.net/geopython-2025/cfp, PyCon Namibia,2025-02-24,2025-02-27,"Windhoek, Namibia",NAM,,,2024-11-17,https://na.pycon.org,https://na.pycon.org/call-proposals/, PyCon APAC,2025-03-01,2025-03-02,"Metro Manila, Philippines",PHL,Ateneo de Manila University,,2024-12-15,https://pycon-apac.python.ph,https://pretalx.com/pycon-apac-2025/cfp,https://docs.google.com/forms/d/e/1FAIpQLScay8a44Fvgc0IDJ0IuKlNZgxQKs1kA7ginxto60gW3cIK2Eg/viewform +PyCon Austria,2025-04-06,2025-04-07,"Eisenstadt, Austria",AUT,University of Applied Sciences (UAS) Burgenland,,2025-03-15,https://pycon.pyug.at/en/,https://www.papercall.io/pycon-austria,https://pycon.pyug.at/en/sponsor-information/ PyTexas,2025-04-11,2025-04-13,"Austin, Texas, United States of America",USA,Austin Central Public Library,,2024-12-01,https://www.pytexas.org/2025,,https://www.pytexas.org/2025/sponsors/sponsor-us/ PyCon DE & PyData,2025-04-23,2025-04-25,"Frankfurt, Germany",DEU,Darmstadtium,,2024-12-22,https://2025.pycon.de,https://2025.pycon.de/call-for-proposals,https://2025.pycon.de/sponsoring/ PyCon Lithuania,2025-04-23,2025-04-25,"Vilnius, Lithuania",LTU,,,,https://pycon.lt,https://pycon.lt/call-for-proposals, From 274cd57419d3f9de0bb15f0e9b204d29cf1092e4 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:52:52 +0200 Subject: [PATCH 2/3] Allow contributors to test their forks --- .github/workflows/format.yaml | 5 ++--- .github/workflows/validate.yaml | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 21df7c5..0639ee8 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -2,8 +2,7 @@ name: Format CSVs on: push: - branches: - - main + workflow_dispatch: permissions: contents: write jobs: @@ -13,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.x" - run: pip install -r linters/requirements.txt - run: python linters/format.py - run: python linters/validate.py diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 693820c..0fddda0 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -1,9 +1,11 @@ --- name: Validate CSVs on: + push: pull_request: branches: - main + workflow_dispatch: jobs: test-build: runs-on: ubuntu-latest @@ -11,6 +13,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.x" - run: pip install -r linters/requirements.txt - run: python linters/validate.py From 521ea787a8c2a07c1c6e31082516bba382cd1810 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 26 Dec 2024 13:22:23 +0200 Subject: [PATCH 3/3] Fix FOSDEM 2025 year --- 2025.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2025.csv b/2025.csv index 150b005..159f08b 100644 --- a/2025.csv +++ b/2025.csv @@ -1,5 +1,5 @@ Subject,Start Date,End Date,Location,Country,Venue,Tutorial Deadline,Talk Deadline,Website URL,Proposal URL,Sponsorship URL -Python Devroom @ FOSDEM,2024-02-02,2024-02-02,"Brussels, Belgium",BEL,,,2024-12-01,https://fosdem.org/2025/schedule/track/python/,https://pretalx.fosdem.org/fosdem-2025/cfp,https://fosdem.org/2025/about/sponsors/ +Python Devroom @ FOSDEM,2025-02-02,2025-02-02,"Brussels, Belgium",BEL,,,2024-12-01,https://fosdem.org/2025/schedule/track/python/,https://pretalx.fosdem.org/fosdem-2025/cfp,https://fosdem.org/2025/about/sponsors/ PyCascades,2025-02-08,2025-02-09,"Portland, Oregon, United States of America",USA,Revolution Hall,,2024-09-15,https://2025.pycascades.com,https://2025.pycascades.com/program/cfp, GeoPython,2025-02-24,2025-02-26,"Basel, Switzerland",CHE,,,2024-11-15,https://2025.geopython.net,https://submit.geopython.net/geopython-2025/cfp, PyCon Namibia,2025-02-24,2025-02-27,"Windhoek, Namibia",NAM,,,2024-11-17,https://na.pycon.org,https://na.pycon.org/call-proposals/,