%global srcname django-rq Name: python-%{srcname} Version: 2.4.1 Release: 6%{?dist} Summary: App that provides django integration for RQ (Redis Queue) License: MIT URL: https://github.com/rq/django-rq Source: %{pypi_source} BuildArch: noarch %global _description %{expand: Django integration with RQ, a Redis based Python queuing library. Django-RQ is a simple app that allows you to configure your queues in django's settings.py and easily use them in your project.} %description %{_description} %package -n python3-%{srcname} Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} BuildRequires: python3-devel BuildRequires: python3dist(setuptools) %description -n python3-%{srcname} %{_description} Python 3 version. %prep %autosetup -n %{srcname}-%{version} -p1 rm -vr *.egg-info %build %py3_build %install %py3_install %files -n python3-%{srcname} %license LICENSE.txt %doc README.rst %{python3_sitelib}/django_rq-*.egg-info/ %{python3_sitelib}/django_rq/ %changelog * Fri Jul 22 2022 Fedora Release Engineering - 2.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 2.4.1-5 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 2.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 2.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 2.4.1-2 - Rebuilt for Python 3.10 * Sat Apr 17 2021 Igor Raits - 2.4.1-1 - Update to 2.4.1 * Wed Jan 27 2021 Fedora Release Engineering - 2.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Dec 12 2020 Igor Raits - 2.4.0-1 - Update to 2.4.0 * Wed Jul 29 2020 Fedora Release Engineering - 2.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro HronĨok - 2.2.0-2 - Rebuilt for Python 3.9 * Fri Jan 31 2020 Igor Raits - 2.2.0-1 - Update to 2.2.0 * Thu Jan 30 2020 Fedora Release Engineering - 2.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Sep 06 2019 Igor Gnatenko - 2.1.0-1 - Initial package