999c889
%global shortname django-rules
999c889
Name:          python-%{shortname}
062e63a
Version:       2.2.0
062e63a
Release:       1%{?dist}
999c889
Summary:       Awesome Django authorization, without the database
999c889
999c889
License:       MIT
999c889
URL:           https://github.com/dfunckt/%{shortname}/
999c889
Source0:       https://github.com/dfunckt/%{shortname}/archive/v%{version}/%{shortname}-%{version}.tar.gz
999c889
999c889
BuildArch: noarch
999c889
BuildRequires: python3-devel
999c889
BuildRequires: python3-setuptools
999c889
999c889
%description
999c889
Awesome Django authorization, without the database.
999c889
999c889
%package -n python3-%{shortname}
999c889
Summary:       Awesome Django authorization, without the database
6dcc6fa
%{?python_provide:%python_provide python3-%{shortname}}
999c889
Requires:      python3-django
999c889
999c889
%description -n python3-%{shortname}
999c889
Awesome Django authorization, without the database.
999c889
999c889
%prep
999c889
%autosetup -n %{shortname}-%{version} -p1
999c889
999c889
%build
999c889
%py3_build
999c889
999c889
%install
999c889
%py3_install
999c889
999c889
%files -n python3-%{shortname}
999c889
%license LICENSE
999c889
%{python3_sitelib}/rules/
999c889
%{python3_sitelib}/rules-*
999c889
999c889
%changelog
062e63a
* Fri Jul 10 2020 Adam Williamson <awilliam@redhat.com> - 2.2.0-1
062e63a
- Update to 2.2.0 (compatible with Django 3)
062e63a
92a3144
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 2.1.0-4
92a3144
- Rebuilt for Python 3.9
92a3144
1dd4c5f
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-3
1dd4c5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1dd4c5f
999c889
* Thu Dec 12 2019 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.0-2
999c889
- Review updates
999c889
999c889
* Thu Dec 12 2019 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.0-1
999c889
- Initial package