Update package to version 3.4.4
This commit is contained in:
parent
df4239e2bc
commit
e1cfe120cb
Binary file not shown.
BIN
django-cache-url-3.4.4.tar.gz
Normal file
BIN
django-cache-url-3.4.4.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-django-cache-url
|
||||
Version: 3.4.2
|
||||
Version: 3.4.4
|
||||
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/86/5d/d6f6c608c23fbeaf32b9c2cc2a7294f5675f40a15c8c3076c3e7a257768a/django-cache-url-3.4.2.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/fb/c4/544696ccd8f9d0e11aad846aae2e4ea0727444c902ed88eee7cf78651b4e/django-cache-url-3.4.4.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
@ -13,17 +13,15 @@ BuildArch: noarch
|
||||
This simple Django utility allows you to utilize the 12factor inspired CACHE_URL
|
||||
enviroment variable to configure your Django application.
|
||||
|
||||
|
||||
%package -n python3-django-cache-url
|
||||
Summary: Use Cache URLs in your Django application.
|
||||
Provides: python-django-cache-url
|
||||
Provides: python-django-cache-url = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%description -n python3-django-cache-url
|
||||
This simple Django utility allows you to utilize the 12factor inspired CACHE_URL
|
||||
enviroment variable to configure your Django application.
|
||||
|
||||
|
||||
%package help
|
||||
Summary: Development documents and examples for django-cache-url
|
||||
Provides: python3-django-cache-url-doc
|
||||
@ -71,6 +69,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 15 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.4.4-1
|
||||
- Update package to version 3.4.4
|
||||
|
||||
* Thu Oct 27 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.4.2-1
|
||||
- Upgrade package to version 3.4.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user