5 Star 0 Fork 10

src-openEuler/python-django-debug-toolbar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-django-debug-toolbar.spec 3.04 KB
一键复制 编辑 原始数据 按行查看 历史
zhaojingyu 提交于 2024-09-12 15:20 . update version to 4.4.6
%global _empty_manifest_terminate_build 0
Name: python-django-debug-toolbar
Version: 4.4.6
Release: 1
Summary: A configurable set of panels that display various debug information about the current request/response.
License: BSD
URL: https://github.com/jazzband/django-debug-toolbar
Source0: https://files.pythonhosted.org/packages/d4/9c/0a3238eda0a46df20f2e3fe2a30313d34f5042a1a737d08230b77c29a3e9/django_debug_toolbar-4.4.6.tar.gz
BuildArch: noarch
%description
The Django Debug Toolbar is a configurable of panels that display various
debug information about the current request/response and when clicked, display
more details about the panel's content.
%package -n python3-django-debug-toolbar
Summary: A configurable set of panels that display various debug information about the current request/response.
Provides: python-django-debug-toolbar = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-flit
BuildRequires: python3-hatchling
Requires: python3-django
Requires: python3-sqlparse
%description -n python3-django-debug-toolbar
The Django Debug Toolbar is a configurable of panels that display various
debug information about the current request/response and when clicked, display
more details about the panel's content.
%package help
Summary: Development documents and examples for django-debug-toolbar
Provides: python3-django-debug-toolbar-doc
%description help
The Django Debug Toolbar is a configurable of panels that display various
debug information about the current request/response and when clicked, display
more details about the panel's content.
%prep
%autosetup -n django_debug_toolbar-%{version}
%build
%pyproject_build
%install
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
%files -n python3-django-debug-toolbar
%{python3_sitelib}/*
%files help
%{_docdir}/*
%changelog
* Thu Sep 12 2024 lifeifei <lifeifei@kylinos.cn> - 4.4.6-1
- update package to version 4.4.6
* Changed ordering (and grammatical number) of panels and their titles in
documentation to match actual panel ordering and titles.
* Skipped processing the alerts panel when response isn't a HTML response.
* Sun Feb 25 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 4.3.0-1
- Update package to version 4.3.0
Fix utils.get_name_from_obj proper view names
* Fri Dec 01 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 4.2.0-1
- Update package to version 4.2.0
* Tue Jul 11 2023 chenzixuan <chenzixuan@kylinos.cn> - 4.1.0-1
- Update package to version 4.1.0
* Wed Jan 11 2023 wangjunqi <wangjunqi@kylinos.cn> - 3.8.1-1
- Update package to version 3.8.1
* Thu Oct 27 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.7.0-1
- Upgrade package to version 3.7.0
* Sun Apr 25 2021 Shinwell Hu <huxinwei@huawei.com>
- Upgrade to 2.2.1 to fix CVE-2021-30459
* Sat Aug 01 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-django-debug-toolbar.git
git@gitee.com:src-openeuler/python-django-debug-toolbar.git
src-openeuler
python-django-debug-toolbar
python-django-debug-toolbar
master

搜索帮助