4a88dab
%global pypi_name dj-email-url
4a88dab
%global pkg_name django-email-url
4a88dab
4a88dab
Name:           python-%{pkg_name}
861538e
Version:        1.0.1
9263e3d
Release:        13%{?dist}
4a88dab
Summary:        Use an URL to configure email backend settings in your Django Application
4a88dab
4a88dab
License:        BSD
4a88dab
URL:            https://github.com/migonzalvar/dj-email-url
4a88dab
Source0:        %{pypi_source}
4a88dab
BuildArch:      noarch
4a88dab
4a88dab
%description
4a88dab
This utility allows to utilize the 12factor inspired environments variable to
4a88dab
configure the email backend in a Django application.
4a88dab
4a88dab
%package -n     python3-%{pkg_name}
4a88dab
Summary:        %{summary}
4a88dab
4a88dab
BuildRequires:  python3-devel
4a88dab
BuildRequires:  python3-setuptools
4a88dab
%{?python_provide:%python_provide python3-%{pkg_name}}
4a88dab
4a88dab
%description -n python3-%{pkg_name}
4a88dab
This utility allows to utilize the 12factor inspired environments variable to
4a88dab
configure the email backend in a Django application.
4a88dab
4a88dab
%prep
4a88dab
%autosetup -n %{pypi_name}-%{version}
4a88dab
rm -rf %{pypi_name}.egg-info
4a88dab
4a88dab
%build
4a88dab
%py3_build
4a88dab
4a88dab
%install
4a88dab
%py3_install
4a88dab
4a88dab
%files -n python3-%{pkg_name}
4a88dab
%doc README.rst
861538e
%license LICENSE
4a88dab
%{python3_sitelib}/__pycache__/*
4a88dab
%{python3_sitelib}/dj_email_url.py
5b7992f
%{python3_sitelib}/dj_email_url-%{version}-py*.egg-info
4a88dab
4a88dab
%changelog
9263e3d
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-13
9263e3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
9263e3d
a5b682a
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-12
a5b682a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
a5b682a
7c65faa
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-11
7c65faa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
7c65faa
f23d343
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.0.1-10
f23d343
- Rebuilt for Python 3.12
f23d343
40785e2
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-9
40785e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
40785e2
ae88551
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-8
ae88551
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
ae88551
e016c6e
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0.1-7
e016c6e
- Rebuilt for Python 3.11
e016c6e
43bf87a
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6
43bf87a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
43bf87a
441acb0
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-5
441acb0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
441acb0
372b0d4
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.0.1-4
372b0d4
- Rebuilt for Python 3.10
372b0d4
79f965f
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3
79f965f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
79f965f
066ab2a
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
066ab2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
066ab2a
861538e
* Wed Jun 03 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.1-1
861538e
- Add license file
861538e
- Update to new upstream release 1.0.1
861538e
8f8efe2
* Wed Jun 03 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.0-1
8f8efe2
- Update to new upstream release 1.0.0
8f8efe2
e72d978
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 0.2.0-4
e72d978
- Rebuilt for Python 3.9
e72d978
41a0e5d
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3
41a0e5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
41a0e5d
4a88dab
* Tue Jan 07 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.0-2
4a88dab
- Use var for source URL
4a88dab
- Better use of wildcards (rhbz#1786855)
4a88dab
4a88dab
* Sat Dec 28 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.0-1
4a88dab
- Initial package for Fedora