upgrade to 1.0.5

This commit is contained in:
zhangy1317 2022-06-20 10:37:58 +08:00
parent 4ff2990bee
commit 0f909c708c
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
Release: 2
Version: 1.0.5
Release: 1
Summary: A helper class for handling configuration defaults of packaged apps gracefully.
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,6 +71,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 1.0.5-1
- Upgrade version for openstack yoga
* Wed May 11 2022 yangping <yangping69@h-partners> - 1.0.4-2
- License compliance rectification