mirror of
https://github.com/mfocko/blog.git
synced 2025-03-15 17:29:41 +01:00
• PyGithub • Koji × Fedora Messaging • Fedora's flask-oidc fork Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
a9a3cdd72d
commit
30e597540d
1 changed files with 38 additions and 0 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Reference in a new issue