From 30e597540d3bf681d23193e90ed20d539ac9401e Mon Sep 17 00:00:00 2001
From: Matej Focko <me@mfocko.xyz>
Date: Tue, 11 Mar 2025 15:28:24 +0100
Subject: [PATCH] feat(contributions): update with the latest
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

• PyGithub
• Koji × Fedora Messaging
• Fedora's flask-oidc fork

Signed-off-by: Matej Focko <me@mfocko.xyz>
---
 src/pages/contributions.tsx | 38 +++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/src/pages/contributions.tsx b/src/pages/contributions.tsx
index ccb5925..fd15515 100644
--- a/src/pages/contributions.tsx
+++ b/src/pages/contributions.tsx
@@ -6,6 +6,44 @@ import Contribution, {
 } from "../components/contributions/Contribution";
 
 const contributions: ContributionMetadata[] = [
+  {
+    title: "PyGithub",
+    description: (
+      <p>
+        PyGitHub is a Python library to access the GitHub REST API. This library
+        enables you to manage GitHub resources such as repositories, user
+        profiles, and organizations in your Python applications.
+      </p>
+    ),
+    contribution: (
+      <p>
+        Added support for Python's built-in <code>reversed()</code> function.
+      </p>
+    ),
+    repoURL: "https://github.com/PyGithub/PyGithub",
+  },
+  {
+    title: "fedora-infra / koji-fedoramessaging-messages",
+    description: (
+      <p>
+        A schema package for koji-fedoramessaging, the fedora-messaging plugin
+        for Koji
+      </p>
+    ),
+    contribution: (
+      <p>
+        Small fix of Packit config, backward-compatibility fix for Python and
+        packaging adjustments.
+      </p>
+    ),
+    repoURL: "https://github.com/fedora-infra/koji-fedoramessaging-messages",
+  },
+  {
+    title: "fedora-infra / flask-oidc",
+    description: <p>OpenID Connect support for Flask</p>,
+    contribution: <p>Small fix of Packit config.</p>,
+    repoURL: "https://github.com/fedora-infra/flask-oidc",
+  },
   {
     title: "centpkg",
     description: <p>A tool for working with CentOS dist-git.</p>,