1
0
Fork 0
mirror of https://github.com/mfocko/blog.git synced 2025-03-15 17:29:41 +01:00

feat(contributions): update with the latest

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

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2025-03-11 15:28:24 +01:00
parent a9a3cdd72d
commit 30e597540d
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8

View file

@ -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>,