Metadata-Version: 2.4
Name: obs-service-erlang_changes
Version: 0.3.2
Summary: Erlang changelog formatting OBS service
Author-email: "Matwey V. Kornilov" <matwey.kornilov@gmail.com>
License: GPL-2.0
Project-URL: Repository, https://github.com/openSUSE/obs-service-erlang_changes.git
Project-URL: Issues, https://github.com/openSUSE/obs-service-erlang_changes/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml
Requires-Dist: mistune>=3
Requires-Dist: requests
Requires-Dist: rpm
Provides-Extra: dev
Requires-Dist: freezegun; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

[![Build Status](https://github.com/openSUSE/obs-service-erlang_changes/actions/workflows/python-package.yml/badge.svg)](https://github.com/openSUSE/obs-service-erlang_changes/actions/workflows/python-package.yml)
[![PyPI version](https://badge.fury.io/py/obs-service-erlang-changes.svg)](https://badge.fury.io/py/obs-service-erlang_changes)

# erlang_changes (OBS service)
This is the git repository for obs-service-erlang_changes, which provides [erlang](https://www.erlang.org/) changelog formating service for the [Open Build Service](http://openbuildservice.org/).

The service looks over `notes.xml` or `notes.md` in Erlang/OTP release tarball and produces formatted `erlang.changes` file for RPM packaging.

[![asciicast](https://asciinema.org/a/710828.svg)](https://asciinema.org/a/710828?autoplay=1)

## `_service` example

```xml
<services>
	<service name="erlang_changes" mode="disabled" />
	<service name="refresh_patches" mode="disabled">
		<param name="changesgenerate">enable</param>
	</service>
</services>
```
