diff --git a/django-cache-url-3.1.2.tar.gz b/django-cache-url-3.1.2.tar.gz deleted file mode 100644 index 6111dc6..0000000 Binary files a/django-cache-url-3.1.2.tar.gz and /dev/null differ diff --git a/django-cache-url-3.2.3.tar.gz b/django-cache-url-3.2.3.tar.gz new file mode 100644 index 0000000..5ac27a8 Binary files /dev/null and b/django-cache-url-3.2.3.tar.gz differ diff --git a/python-django-cache-url.spec b/python-django-cache-url.spec index caa7199..f735092 100644 --- a/python-django-cache-url.spec +++ b/python-django-cache-url.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-cache-url -Version: 3.1.2 +Version: 3.2.3 Release: 1 Summary: Use Cache URLs in your Django application. License: MIT URL: https://github.com/epicserve/django-cache-url -Source0: https://files.pythonhosted.org/packages/06/aa/6b2331d3c331396c284800de7725ed8ee46c394e3fccae26188e581fe236/django-cache-url-3.1.2.tar.gz +Source0: https://files.pythonhosted.org/packages/64/ab/784519e9f867321afefd0d75d84ee622f33e5b222fc4e3edb409ef906bb0/django-cache-url-3.2.3.tar.gz BuildArch: noarch @@ -28,12 +28,11 @@ enviroment variable to configure your Django application. Summary: Development documents and examples for django-cache-url Provides: python3-django-cache-url-doc %description help -This simple Django utility allows you to utilize the 12factor inspired CACHE_URL -enviroment variable to configure your Django application. +Help package for python-django-cache-url %prep -%autosetup -n django-cache-url-3.1.2 +%autosetup -n django-cache-url-3.2.3 %build %py3_build @@ -73,5 +72,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 23 2021 Xu Jin - 3.2.3-1 +- Update package to 3.2.3 + * Sat Aug 01 2020 Python_Bot - Package Spec generated