Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 17:26:51 +02:00 committed by Tomáš Hrnčiar
parent 7346dbcc19
commit 963ab33284

View File

@ -2,7 +2,7 @@
Name: python-%{pypi_name}
Version: 1.0.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: JSON Matching Expressions
License: MIT
@ -60,6 +60,9 @@ rm -rf %{pypi_name}.egg-info
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0.0-4
- Rebuilt for Python 3.11
* Tue May 03 2022 Major Hayden <major@mhtx.net> - 1.0.0-3
- Remove python3-nose from BuildRequires and skip single test file that requires nose.