1 Star 0 Fork 10

jiangxinyu/python-django-debug-toolbar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-django-debug-toolbar.spec 2.74 KB
一键复制 编辑 原始数据 按行查看 历史
jiangxinyu 提交于 2024-02-25 14:28 +08:00 . Update package to version 4.3.0
%global _empty_manifest_terminate_build 0
Name: python-django-debug-toolbar
Version: 4.3.0
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/61/ff/b6d3cc2c31f9a6cf68eda0f7a640ada743f5c39122a0c14db8d3eee3f412/django_debug_toolbar-4.3.0.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
* 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/jxy_git/python-django-debug-toolbar.git
git@gitee.com:jxy_git/python-django-debug-toolbar.git
jxy_git
python-django-debug-toolbar
python-django-debug-toolbar
master

搜索帮助