diff --git a/python-whitenoise.spec b/python-whitenoise.spec index bbdcb2292e1a1f16e9b9dac0eb34a298c40ebf00..a0181dab59fd83f521084fc035daa87df942dbc0 100644 --- a/python-whitenoise.spec +++ b/python-whitenoise.spec @@ -5,14 +5,14 @@ %global owner evansd Name: python-%{srcname} -Version: 5.2.0 +Version: 5.3.0 Release: 1 Summary: Static file serving for Python web apps License: MIT URL: http://whitenoise.evans.io/ # pypi source does not contain tests -Source0: https://github.com/%{owner}/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz +Source0: https://github.com/%{owner}/%{srcname}/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz BuildArch: noarch @@ -108,5 +108,8 @@ python3 -m unittest discover %changelog +* Wed Apr 12 2023 wubijie - 5.3.0-1 +- Update package to version 5.3.0 + * Fri Jun 25 2021 anyunhao - 5.2.0-1 - package init diff --git a/whitenoise-5.2.0.tar.gz b/whitenoise-5.2.0.tar.gz deleted file mode 100644 index ebf6388eb00af099dccc2eba0f0e753bece2e01b..0000000000000000000000000000000000000000 Binary files a/whitenoise-5.2.0.tar.gz and /dev/null differ diff --git a/whitenoise-5.3.0.tar.gz b/whitenoise-5.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ac36ae7ef4b6646ce10224689d48f2b0de0f5eba Binary files /dev/null and b/whitenoise-5.3.0.tar.gz differ