diff --git a/flake8-logging-format-0.6.0.tar.gz b/flake8-logging-format-0.6.0.tar.gz deleted file mode 100644 index 5f5263a734b49642402b503201f067e2b160387c..0000000000000000000000000000000000000000 Binary files a/flake8-logging-format-0.6.0.tar.gz and /dev/null differ diff --git a/flake8-logging-format-0.9.0.tar.gz b/flake8-logging-format-0.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..968e094bbfcf6317c7fa53cac255edbdcc988ae0 Binary files /dev/null and b/flake8-logging-format-0.9.0.tar.gz differ diff --git a/python-flake8-logging-format.spec b/python-flake8-logging-format.spec index 5d947eda548559c211b074b71644c45ca673287b..8bd9a1ee49034eef3bc84b1d1fc3887e2479381b 100644 --- a/python-flake8-logging-format.spec +++ b/python-flake8-logging-format.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flake8-logging-format -Version: 0.6.0 -Release: 3 +Version: 0.9.0 +Release: 1 Summary: Flake8 extension to validate (lack of) logging format strings -License: Apache License 2.0 +License: Apache-2.0 URL: https://github.com/globality-corp/flake8-logging-format -Source0: https://files.pythonhosted.org/packages/72/ad/4bf4d21330138e216c416e0195fa63a5b598100f17e49a284e8da2108b83/flake8-logging-format-0.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/b2/ef/29872deec77dcab8101b4d4571d1e637d173814af5eb73655f669747c6eb/flake8-logging-format-0.9.0.tar.gz BuildArch: noarch %description Flake8 extension to validate (lack of) logging format strings @@ -32,7 +32,7 @@ Flake8 extension to validate (lack of) logging format strings %prep -%autosetup -n flake8-logging-format-0.6.0 +%autosetup -n flake8-logging-format-%{version} sed -i 's/"nose/#"nose/' setup.py %build @@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 19 2023 Dongxing Wang - 0.9.0-1 +- Update package to version 0.9.0 + * Thu Aug 04 2022 huangtianhua - 0.6.0-3 - Remove python-nose as setup requires