a40d602
%global srcname dynaconf
a40d602
%global common_desc \
a40d602
Dynaconf is a layered configuration system for Python applications with strong \
a40d602
support for 12-factor applications and extensions for Flask and Django
a40d602
a40d602
Name:           %{srcname}
4242671
Version:        3.1.2
4242671
Release:        1%{?dist}
a40d602
Summary:        A dynamic configurator for python projects
a40d602
a40d602
License:        MIT
a40d602
URL:            https://github.com/rochacbruno/dynaconf
a40d602
Source0:        %{pypi_source}
a40d602
a40d602
BuildArch:      noarch
a40d602
a40d602
%description
a40d602
%{common_desc}
a40d602
a40d602
%package -n python3-%{srcname}
a40d602
Summary:        %{summary}
a40d602
BuildRequires:  python3-setuptools
4242671
BuildRequires:  python3-devel
a40d602
a40d602
%{?python_provide:%python_provide python3-%{srcname}}
a40d602
a40d602
%description -n python3-%{srcname}
a40d602
%{common_desc}
a40d602
a40d602
%prep
a40d602
%autosetup -n %{srcname}-%{version}
a40d602
a40d602
%build
a40d602
%py3_build
a40d602
a40d602
%install
a40d602
%py3_install
a40d602
a40d602
%files -n python3-%{srcname}
a40d602
%license LICENSE
a40d602
%doc README.md
a40d602
# Trailing slash is to ensure setuptools behavior instead of distutils since
a40d602
# the project can use either and .egg-info could end up being a file or a
a40d602
# directory.
a40d602
%{python3_sitelib}/%{srcname}/
a40d602
%{python3_sitelib}/%{srcname}-*.egg-info/
a40d602
%{_bindir}/%{srcname}
a40d602
a40d602
%changelog
4242671
* Wed Nov 4 2020 David Moreau Simard <moi@dmsimard.com> - 3.1.2-1
4242671
- Update to latest upstream release
4242671
- Removed dependencies that have been vendored by upstream
4242671
3f7f442
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-5
3f7f442
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3f7f442
de73a38
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.2.0-4
de73a38
- Rebuilt for Python 3.9
de73a38
62545c3
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-3
62545c3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
62545c3
5ae48fc
* Fri Oct 11 2019 David Moreau Simard <dmsimard@redhat.com> - 2.2.0-1
0c239a6
- Update to latest upstream release
0c239a6
7ce0ec1
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.3-3
7ce0ec1
- Rebuilt for Python 3.8.0rc1 (#1748018)
7ce0ec1
e98e69b
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.3-2
e98e69b
- Rebuilt for Python 3.8
e98e69b
a40d602
* Fri Jul 5 2019 David Moreau Simard <dmsimard@redhat.com> - 2.0.3-1
a40d602
- First version of the package