diff --git a/python-jmespath.spec b/python-jmespath.spec index 0b417af..18d4511 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON Matching Expressions License: MIT @@ -56,6 +56,9 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Nov 12 2022 Kevin Fenzi - 1.0.1-1 - Update to 1.0.1. Fixes rhbz#2098349