diff --git a/django-appconf-1.0.4.tar.gz b/django-appconf-1.0.4.tar.gz deleted file mode 100644 index 13c9818..0000000 Binary files a/django-appconf-1.0.4.tar.gz and /dev/null differ diff --git a/django-appconf-1.0.5.tar.gz b/django-appconf-1.0.5.tar.gz new file mode 100644 index 0000000..783e53b Binary files /dev/null and b/django-appconf-1.0.5.tar.gz differ diff --git a/python-django-appconf.spec b/python-django-appconf.spec index 5db3936..1c0c79e 100644 --- a/python-django-appconf.spec +++ b/python-django-appconf.spec @@ -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 - 1.0.5-1 +- Update to version 1.0.5 + * Sat Aug 01 2020 Python_Bot - Package Spec generated