31130c5
%global srcname django-rq
31130c5
31130c5
Name:           python-%{srcname}
1127dce
Version:        2.4.1
58dcbe6
Release:        11%{?dist}
31130c5
Summary:        App that provides django integration for RQ (Redis Queue)
31130c5
31130c5
License:        MIT
31130c5
URL:            https://github.com/rq/django-rq
31130c5
Source:         %{pypi_source}
31130c5
31130c5
BuildArch:      noarch
31130c5
31130c5
%global _description %{expand:
31130c5
Django integration with RQ, a Redis based Python queuing library.
31130c5
Django-RQ is a simple app that allows you to configure your queues
31130c5
in django's settings.py and easily use them in your project.}
31130c5
31130c5
%description %{_description}
31130c5
31130c5
%package     -n python3-%{srcname}
31130c5
Summary:        %{summary}
31130c5
%{?python_provide:%python_provide python3-%{srcname}}
31130c5
BuildRequires:  python3-devel
50520ea
BuildRequires:  python3dist(setuptools)
31130c5
31130c5
%description -n python3-%{srcname} %{_description}
31130c5
31130c5
Python 3 version.
31130c5
31130c5
%prep
31130c5
%autosetup -n %{srcname}-%{version} -p1
31130c5
rm -vr *.egg-info
31130c5
31130c5
%build
31130c5
%py3_build
31130c5
31130c5
%install
31130c5
%py3_install
31130c5
31130c5
%files -n python3-%{srcname}
31130c5
%license LICENSE.txt
31130c5
%doc README.rst
31130c5
%{python3_sitelib}/django_rq-*.egg-info/
31130c5
%{python3_sitelib}/django_rq/
31130c5
31130c5
%changelog
58dcbe6
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-11
58dcbe6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
58dcbe6
29f5764
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-10
29f5764
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
29f5764
0806eba
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-9
0806eba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
0806eba
e29b11f
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2.4.1-8
e29b11f
- Rebuilt for Python 3.12
e29b11f
404c366
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-7
404c366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
404c366
8d37218
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-6
8d37218
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
8d37218
de00036
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.4.1-5
de00036
- Rebuilt for Python 3.11
de00036
96a2044
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-4
96a2044
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
96a2044
32597c6
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-3
32597c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
32597c6
6162e2b
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.4.1-2
6162e2b
- Rebuilt for Python 3.10
6162e2b
1127dce
* Sat Apr 17 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.4.1-1
1127dce
- Update to 2.4.1
1127dce
c23028f
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
c23028f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c23028f
50520ea
* Sat Dec 12 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.4.0-1
50520ea
- Update to 2.4.0
50520ea
6039cb8
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-3
6039cb8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6039cb8
f577215
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 2.2.0-2
f577215
- Rebuilt for Python 3.9
f577215
0bfe032
* Fri Jan 31 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.2.0-1
0bfe032
- Update to 2.2.0
0bfe032
6349c57
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
6349c57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
6349c57
31130c5
* Fri Sep 06 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.0-1
31130c5
- Initial package