3 Commits
f33 ... f35

Author SHA1 Message Date
Fedora Release Engineering
2e3774d94c - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 09:07:15 +00:00
Python Maint
ac5669ae39 Rebuilt for Python 3.10 2021-06-04 20:58:32 +02:00
Tomas Hrnciar
6ca5e637a2 BuildRequire setuptools explicitly
See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools
2021-04-19 13:18:32 +02:00

View File

@@ -3,7 +3,7 @@
Name: python-%{pkgname}
Version: 1.1.0
Release: 1%{?dist}
Release: 3%{?dist}
Summary: Show where your regex match assertion failed!
License: MIT
@@ -13,6 +13,7 @@ Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pytest
%global _description %{expand:
@@ -45,5 +46,11 @@ Summary: %summary
%changelog
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.1.0-2
- Rebuilt for Python 3.10
* Sun Mar 21 2021 Chedi Toueiti <chedi.toueiti@gmail.com> - 1.1.0-1
- Initial commit