1 Star 0 Fork 29

zouzhimin/python-django

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-django.spec 4.15 KB
一键复制 编辑 原始数据 按行查看 历史
xu_ping 提交于 2024-06-03 17:30 . Upgrade version to 4.2.13
%global _empty_manifest_terminate_build 0
Name: python-django
Version: 4.2.13
Release: 1
Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
License: Apache-2.0 and Python-2.0 and BSD-3-Clause
URL: https://www.djangoproject.com/
Source0: https://files.pythonhosted.org/packages/source/d/Django/Django-%{version}.tar.gz
BuildArch: noarch
%description
A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
%package -n python3-Django
Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Provides: python-Django, python3-django
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-pytz
Requires: python3-sqlparse
Requires: python3-argon2-cffi
Requires: python3-bcrypt
%description -n python3-Django
A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
%package help
Summary: Development documents and examples for Django
Provides: python3-Django-doc
%description help
Development documents and examples for Django
%prep
%autosetup -n Django-%{version} -p1
%build
%py3_build
%install
%py3_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
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-Django -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Mon Jun 03 2024 xu_ping <[email protected]> - 4.2.13-1
- Upgrade version to 4.2.13
* Tue Mar 05 2024 yaoxin <[email protected]> - 4.2.3-7
- Fix CVE-2024-27351
* Wed Feb 07 2024 yaoxin <[email protected]> - 4.2.3-6
- Fix CVE-2024-24680
* Fri Sep 15 2023 xu_ping <[email protected]> - 4.2.3-5
- Fix changelog bad date
* Mon Nov 06 2023 yaoxin <[email protected]> - 4.2.3-4
- Fix CVE-2023-46695
* Sun Oct 08 2023 yaoxin <[email protected]> - 4.2.3-3
- Fix CVE-2023-43665
* Thu Sep 14 2023 wangkai <[email protected]> - 4.2.3-2
- Fix CVE-2023-41164
* Tue Jul 11 2023 chenzixuan <[email protected]> - 4.2.3-1
- Update to 4.2.3
* Tue May 16 2023 yaoxin <[email protected]> - 4.1.7-2
- Fix CVE-2023-31047
* Tue Apr 11 2023 yaoxin <[email protected]> - 4.1.7-1
- Update to 4.1.7
* Sat Feb 25 2023 yaoxin <[email protected]> - 4.1.4-3
- Fix CVE-2023-24580
* Mon Feb 13 2023 yaoxin <[email protected]> - 4.1.4-2
- Fix CVE-2023-23969
* Fri Dec 09 2022 chendexi <[email protected]> - 4.1.4-1
- Upgrade package to version 4.1.4
* Tue Aug 09 2022 huangduirong <[email protected]> - 3.2.12-3
- Type: bugfix
- CVE: CVE-2022-36359
- SUG: NA
- DESC: Fix CVE-2022-36359
* Tue Jul 05 2022 yaoxin <[email protected]> - 3.2.12-2
- Fix CVE-2022-34265
* Wed May 18 2022 xigaoxinyan <[email protected]> - 3.2.12-1
- Update to 3.2.12
* Thu Apr 21 2022 yaoxin <[email protected]> - 2.2.27-2
- Fix CVE-2022-28346 CVE-2022-28347
* Thu Feb 10 2022 houyingchao <[email protected]> - 2.2.27-1
- Upgrade to 2.2.27
- Fix CVE-2021-45115 CVE-2021-45116 CVE-2021-45452 CVE-2022-22818 CVE-2022-23833
* Fri Jul 09 2021 openstack-sig <[email protected]>
- Update to 2.2.19
* Tue Feb 09 2021 wangxiyuan <[email protected]> - 2.2.3-2
- Add python3-django for correct package name. Due to backward compatibility, the python3-Django is kept and it should be removed in the future.
* Fri Jan 08 2021 Python_Bot <[email protected]> - 2.2.3-1
- Package Spec generated
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiangbudaomz/python-django.git
[email protected]:xiangbudaomz/python-django.git
xiangbudaomz
python-django
python-django
master

搜索帮助