5 Star 0 Fork 1

OpenCloudOS Stream / python-django-appconf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-django-appconf.spec 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2023-12-21 21:03 . Upgrade to version 1.0.6
%global pypi_name django-appconf
Summary: An app to handle configuration defaults of packaged Django apps gracefully
Name: python-django-appconf
Version: 1.0.6
Release: 1%{?dist}
License: BSD
URL: https://github.com/django-compressor/django-appconf
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch
%description
A helper class for handling configuration defaults
of packaged Django apps gracefully.
%package -n python3-%{pypi_name}
Summary: A helper class for handling configuration defaults of packaged apps gracefully
BuildRequires: python3-coverage python3-devel python3-django python3-setuptools python3-sphinx python3-six
Requires: python3-django
%description -n python3-%{pypi_name}
A helper class for handling configuration defaults
of packaged Django apps gracefully.
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%py3_build
sphinx-build-3 -b html docs html
rm -rf html/.{doctrees,buildinfo}
%install
%py3_install
%check
export PYTHONPATH=.:$PYTHONPATH
export DJANGO_SETTINGS_MODULE=tests.test_settings
%{__python3} setup.py test
%files -n python3-%{pypi_name}
%license LICENSE
%doc html README.rst
%{python3_sitelib}/appconf
%{python3_sitelib}/django_appconf-%{version}-py%{python3_version}.egg-info
%changelog
* Thu Dec 21 2023 Upgrade Robot <upbot@opencloudos.org> - 1.0.6-1
- Upgrade to version 1.0.6
* Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-5
- Rebuilt for python 3.11
* Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-4
- Rebuilt for OpenCloudOS Stream 23.09
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-3
- Rebuilt for OpenCloudOS Stream 23.05
* Sun Apr 23 2023 Miaojun Dong <zoedong@tencent.com> - 1.0.4-2
- rebuild for django-2.2.28
* Fri Apr 21 2023 Miaojun Dong <zoedong@tencent.com> - 1.0.4-1
- initial build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/python-django-appconf.git
git@gitee.com:opencloudos-stream/python-django-appconf.git
opencloudos-stream
python-django-appconf
python-django-appconf
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891