From 6f34c9eb69e9245c96a3573eaa5079a124d642c7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 13 2022 15:10:43 +0000 Subject: Rebuilt for Python 3.11 --- diff --git a/python-easyargs.spec b/python-easyargs.spec index e29b7cb..10600bc 100644 --- a/python-easyargs.spec +++ b/python-easyargs.spec @@ -12,7 +12,7 @@ line.} Name: python-%{srcname} Version: 0.9.4 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Making argument parsing easy License: MIT URL: https://github.com/stedmeister/easyargs @@ -69,6 +69,9 @@ find -name \*.py | xargs sed -i -e '1 {/^#!/d}' %changelog +* Mon Jun 13 2022 Python Maint - 0.9.4-19 +- Rebuilt for Python 3.11 + * Wed Apr 20 2022 Carl George - 0.9.4-18 - Convert to pyproject macros - Backport multiline docstring fix https://github.com/stedmeister/easyargs/pull/17