Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-06-13 20:41:45 +02:00 committed by Tomáš Hrnčiar
parent de41aacb02
commit ec2b1147bd

View File

@ -2,7 +2,7 @@
%global srcname justbases %global srcname justbases
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.15.2 Version: 0.15.2
Release: 3%{?dist} Release: 4%{?dist}
Summary: A small library for precise conversion between arbitrary bases Summary: A small library for precise conversion between arbitrary bases
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -43,6 +43,9 @@ rm -rf justbases.egg-info
%{python3_sitelib}/justbases-%{version}-*.egg-info %{python3_sitelib}/justbases-%{version}-*.egg-info
%changelog %changelog
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.15.2-4
- Rebuilt for Python 3.12
* Mon May 15 2023 mulhern <amulhern@redhat.com> - 0.15.2-3 * Mon May 15 2023 mulhern <amulhern@redhat.com> - 0.15.2-3
- Fix package name - Fix package name