From 963ab33284f6159c9780f485459cb44630bf6b57 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 17:26:51 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-jmespath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jmespath.spec b/python-jmespath.spec index 3631f15..21515f6 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -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 - 1.0.0-4 +- Rebuilt for Python 3.11 + * Tue May 03 2022 Major Hayden - 1.0.0-3 - Remove python3-nose from BuildRequires and skip single test file that requires nose.