Metadata-Version: 2.3
Name: koji-fedoramessaging-messages
Version: 1.2.6
Summary: A schema package for messages sent by the koji-fedoramessaging plugin
License: GPL-3.0-or-later
Keywords: fedora
Author: Fedora Infrastructure Team
Author-email: infrastructure@lists.fedoraproject.org
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: fedora-messaging (>=3.0.1)
Project-URL: Homepage, https://github.com/fedora-infra/koji-fedoramessaging-messages
Project-URL: Repository, https://github.com/fedora-infra/koji-fedoramessaging-messages
Description-Content-Type: text/markdown

# koji-fedoramessaging messages

A schema package for [koji-fedoramessaging](http://github.com/fedora-infra/koji-fedoramessaging).

See the [detailed documentation](https://fedora-messaging.readthedocs.io/en/latest/messages.html) on packaging your schemas.


## Rebuilding for Fedora Infra

At the moment this package is not in Fedora. To build a RPM for Fedora Infra, follow the following steps:

- checkout the latest tag: `git checkout v1.2.6`
- build the SRPM with Packit: `packit srpm --no-update-release`
- build the RPM in koji: `koji build f42-infra python-koji-fedoramessaging-messages-1.2.6-1.fc42.src.rpm`
- move the RPM to the production tag: `koji move f42-infra-stg f42-infra python-koji-fedoramessaging-messages-1.2.6-1.fc42`

