%global shortname django-ipware Name: python-%{shortname} Version: 4.0.2 Release: 1%{?dist} Summary: A Django application to retrieve client's IP address License: MIT URL: https://github.com/un33k/%{shortname}/ Source0: https://github.com/un33k/%{shortname}/archive/%{version}.tar.gz#/%{shortname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-django %description A Django application to retrieve client's IP address. %package -n python3-%{shortname} Summary: A Django application to retrieve client's IP address %{?python_provide:%python_provide python3-%{shortname}} Requires: python3-django %description -n python3-%{shortname} A Django application to retrieve client's IP address. %prep %autosetup -n %{shortname}-%{version} -p1 %build %py3_build %install %py3_install %check %{__python3} manage.py test %files -n python3-%{shortname} %license LICENSE %{python3_sitelib}/ipware/ %{python3_sitelib}/django_ipware* %changelog * Sun Jun 12 2022 Peter Robinson - 4.0.2-1 - Update to 4.0.2 * Fri Jan 21 2022 Fedora Release Engineering - 2.1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jul 27 2021 Fedora Release Engineering - 2.1.0-8 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 2.1.0-7 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 2.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 2.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro HronĨok - 2.1.0-4 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 2.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Dec 12 2019 Peter Robinson 2.1.0-2 - Review updates * Thu Dec 12 2019 Peter Robinson 2.1.0-1 - Initial package