diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:44:02 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:44:02 +0000 |
commit | c52a00130cd6e5e12a5243cf632104a1c3f2efc2 (patch) | |
tree | 440a95eb5c2c1611d8128125e808529e85c90b79 | |
parent | 1f46c132ca30ca8d421cd0ce7c5f187a63d13624 (diff) |
automatic import of python-django-configurationsopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-django-configurations.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /django-configurations-2.4.tar.gz +/django-configurations-2.4.1.tar.gz diff --git a/python-django-configurations.spec b/python-django-configurations.spec index 50e676d..2dd37db 100644 --- a/python-django-configurations.spec +++ b/python-django-configurations.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-configurations -Version: 2.4 +Version: 2.4.1 Release: 1 Summary: A helper for organizing Django settings. License: BSD URL: https://django-configurations.readthedocs.io/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9b/09/298dc223f7063af32a2ab06a3f2e33baab8cb8be2854b71ce2e03924c969/django-configurations-2.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/27/15/55ce0d76843df65f7ba80537d9fefd9a8f1c58284f01c96df6ebc8cd2209/django-configurations-2.4.1.tar.gz BuildArch: noarch Requires: python3-django @@ -53,7 +53,7 @@ object oriented programming patterns. Check out the `documentation`_ for more complete examples. %prep -%autosetup -n django-configurations-2.4 +%autosetup -n django-configurations-2.4.1 %build %py3_build @@ -93,5 +93,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4.1-1 - Package Spec generated @@ -1 +1 @@ -7379588ca60f9fef94bf341c58ae5936 django-configurations-2.4.tar.gz +7fb8cdbc712ca6b9a9eb185f7cd6cada django-configurations-2.4.1.tar.gz |