Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 18:18:44 +02:00 committed by Miro Hrončok
parent 1e61d4a1ab
commit c360e11d41
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,7 @@
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.20.0
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+
URL: https://github.com/rpm-software-management/createrepo_c
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
@ -182,6 +182,9 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.20.0-2
- Rebuilt for Python 3.11
* Thu May 05 2022 Jaroslav Rohel <jrohel@redhat.com> - 0.20.0-1
- Update to 0.20.0
- Add a streaming parsing API that is user-controllable