From 172f79d8dc99380698050e05271930637e3574f4 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Tue, 18 Jan 2022 23:17:56 +0000 Subject: [PATCH] matrix-common not matrix_common --- python-matrix-common/python-matrix-common.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-matrix-common/python-matrix-common.spec b/python-matrix-common/python-matrix-common.spec index a81e9cc..721ec69 100644 --- a/python-matrix-common/python-matrix-common.spec +++ b/python-matrix-common/python-matrix-common.spec @@ -1,7 +1,7 @@ # Created by pyp2rpm-3.3.7 %global pypi_name matrix_common -Name: python-%{pypi_name} +Name: python-matrix-common Version: 1.0.0 Release: 1%{?dist} Summary: Common utilities for Synapse, Sydent and Sygnal @@ -22,12 +22,12 @@ To run the unit tests, you can either use:tox -e pyortrial tests To run the linters and mypy type checker, use ./scripts-dev/lint.sh. ReleasingThe exact steps for releasing will... -%package -n python3-%{pypi_name} +%package -n python3-matrix-common Summary: %{summary} -%{?python_provide:%python_provide python3-%{pypi_name}} +%{?python_provide:%python_provide python3-matrix-common} Requires: python3dist(attrs) -%description -n python3-%{pypi_name} +%description -n python3-matrix-common matrix-python-commonCommon utilities for Synapse, Sydent and Sygnal. Installationshell pip install matrix-common Usageimport matrix_common DevelopmentIn a virtual environment with pip ≥ 21.1, runpip install -e .[dev] @@ -49,7 +49,7 @@ steps for releasing will... %pyproject_install %pyproject_save_files matrix_common -%files -n python3-%{pypi_name} -f %{pyproject_files} +%files -n python3-matrix-common -f %{pyproject_files} %license LICENSE %doc README.md