From 840c42889562dd43d8ca6842f7e9abd16e5635aa Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:48:14 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- libpwquality.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libpwquality.spec b/libpwquality.spec index ab7d34d..fecc3bc 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -1,7 +1,7 @@ Summary: A library for password generation and password quality checking Name: libpwquality Version: 1.4.5 -Release: 4%{?dist} +Release: 5%{?dist} URL: https://github.com/libpwquality/libpwquality/ Source0: https://github.com/libpwquality/libpwquality/releases/download/libpwquality-%{version}/libpwquality-%{version}.tar.bz2 @@ -108,6 +108,9 @@ mkdir %{buildroot}%{_secconfdir}/pwquality.conf.d %{python3_sitearch}/*.egg-info %changelog +* Tue Jun 13 2023 Python Maint - 1.4.5-5 +- Rebuilt for Python 3.12 + * Fri Mar 31 2023 Miro HronĨok - 1.4.5-4 - Use setuptools instead of distutils to build this package - Resolves: rhbz#2165572