diff --git a/vllm-0.6.6.post1.tar.gz b/vllm-0.8.3.tar.gz similarity index 36% rename from vllm-0.6.6.post1.tar.gz rename to vllm-0.8.3.tar.gz index f0884126b4a05cb81c1825f94ee1b1ef5c6834a9..d3a276133923921336aa3f12bea09abde3d2b394 100644 Binary files a/vllm-0.6.6.post1.tar.gz and b/vllm-0.8.3.tar.gz differ diff --git a/vllm.spec b/vllm.spec index cc5f9d67e618e67d32aae5998d94b5190f926481..b5c4ba22de7eed0b35e32a06074f1083e7779ac7 100644 --- a/vllm.spec +++ b/vllm.spec @@ -2,8 +2,8 @@ %global _description A high-throughput and memory-efficient inference and serving engine for LLMs Name: vllm -Version: 0.6.6.post1 -Release: 2 +Version: 0.8.3 +Release: 1 Summary: Powerful engine for LLMs License: (Apache-2.0 AND BSD-3-Clause) OR BSD-3-CLause URL: https://github.com/vllm-project/vllm @@ -32,12 +32,12 @@ Buildrequires: python3-pytorch %build export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} export VLLM_TARGET_DEVICE=empty -%py3_build +%pyproject_build %install export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} export VLLM_TARGET_DEVICE=empty -%py3_install +%pyproject_install VERSION_FILE=$(find %{buildroot} -name '_version.py') if [ -f "$VERSION_FILE" ]; then @@ -69,6 +69,18 @@ mv %{buildroot}/filelist.lst . %files -n python3-%{_name} -f filelist.lst %changelog +* Tue Apr 29 2025 renwenjie - 0.8.3-1 +- Change the baseline version to 0.8.3 + +* Tue Apr 8 2025 renwenjie - 0.7.3-1 +- Change the baseline version to 0.7.3 + +* Fri Mar 28 2025 changtao - 0.6.6.post1-3 +- Type:CVE +- CVE:CVE-2025-24357 +- SUG:NA +- DESC:fix CVE-2025-24357 + * Thu Mar 27 2025 renwenjie - 0.6.6.post1-2 - solve 'no module named vllm._version' problem and adapted for openeuler22.03