update to version 1.0.5

This commit is contained in:
wang--ge 2022-10-20 17:20:44 +08:00
parent 25a4a6ccac
commit 2f518cc6ce
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
django-appconf-1.0.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-django-appconf
Version: 1.0.4
Version: 1.0.5
Release: 1
Summary: A helper class for handling configuration defaults of packaged apps gracefully.
License: BSD
License: BSD-3-Clause
URL: https://django-appconf.readthedocs.io/
Source0: https://files.pythonhosted.org/packages/11/17/3093cd487d17e54d7d25ede33b0c7694982bf5f2a3d8055059f25eb9f90c/django-appconf-1.0.4.tar.gz
Source0: https://files.pythonhosted.org/packages/d6/dc/ab95f120aa249f215b1a7925a9062393c039481e1df77b4455e021ae6f67/django-appconf-1.0.5.tar.gz
BuildArch: noarch
Requires: python3-django
@ -31,7 +31,7 @@ A helper class for handling configuration defaults of packaged Django apps grace
%prep
%autosetup -n django-appconf-1.0.4
%autosetup -n django-appconf-1.0.5
%build
%py3_build
@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Oct 20 2022 Ge Wang <wangge20@h-partners.com> - 1.0.5-1
- Update to version 1.0.5
* Sat Aug 01 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated