update version 2.0.3

This commit is contained in:
ut001695 2023-12-01 13:54:49 +08:00
parent 787f8453ad
commit bb1f86404c
3 changed files with 8 additions and 4 deletions

Binary file not shown.

BIN
django-pyscss-2.0.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-django-pyscss Name: python-django-pyscss
Version: 2.0.2 Version: 2.0.3
Release: 2 Release: 1
Summary: Makes it easier to use PySCSS in Django. Summary: Makes it easier to use PySCSS in Django.
License: BSD-2-Clause License: BSD-2-Clause
URL: https://github.com/fusionbox/django-pyscss URL: https://github.com/fusionbox/django-pyscss
Source0: https://files.pythonhosted.org/packages/4b/7f/d771802305184aac6010826f60a0b2ecaa3f57d19ab0e405f0c8db07e809/django-pyscss-2.0.2.tar.gz Source0: https://files.pythonhosted.org/packages/fc/71/75737fc65a3563ead1fb60ccad5459cf2342f2fc009006294e8f78d04c1e/django-pyscss-2.0.3.tar.gz
BuildArch: noarch BuildArch: noarch
@ -33,7 +33,7 @@ A collection of tools for making it easier to use pyScss within Django.
you can use the 1.x series of django-pyscss. you can use the 1.x series of django-pyscss.
%prep %prep
%autosetup -n django-pyscss-2.0.2 %autosetup -n django-pyscss-2.0.3
%build %build
%py3_build %py3_build
@ -73,6 +73,10 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Dec 01 2023 zhangkea <zhangkea@uniontech.com> - 2.0.3-1
- update version 2.0.3
Support for Django 4.2. Drop support for Python 2
* Mon May 09 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 2.0.2-2 * Mon May 09 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 2.0.2-2
- License compliance rectification - License compliance rectification