%global shortname django-ipware
Name: python-%{shortname}
Version: 2.1.0
Release: 4%{?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
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 2.1.0-4
- Rebuilt for Python 3.9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Dec 12 2019 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.0-2
- Review updates
* Thu Dec 12 2019 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.0-1
- Initial package