diff --git a/python-setuptools.spec b/python-setuptools.spec index fdcdcedd5527d5c7010d4c70f6f6350e8b5bd59f..b3a31725212d33f5a6ecc693e66340dc63f66813 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,11 +1,11 @@ -%define anolis_release 2 +%define anolis_release 1 %bcond_with tests %global srcname setuptools %global python_wheel_name %{srcname}-%{version}-py3-none-any.whl Name: python-setuptools -Version: 65.5.1 +Version: 68.0.0 Release: %{anolis_release}%{?dist} Summary: Easily build and distribute Python packages @@ -13,9 +13,6 @@ License: MIT and ASL 2.0 and (BSD or ASL 2.0) and Python URL: https://pypi.python.org/pypi/%{srcname} Source0: %{pypi_source %{srcname} %{version}} -Patch0: Remove-optional-or-unpackaged-test-deps.patch -Patch1: link-C-modules-with-libpython.patch - BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros >= 0-44 @@ -136,6 +133,9 @@ PYTHONPATH=$(pwd) %pytest \ %doc CHANGES.rst README.rst %changelog +* Tue Mar 5 2024 Liwei Ge - 68.0.0-1 +- Update to 68.0.0 + * Tue Apr 11 2023 Funda Wang - 65.5.1-2 - link C module with libpython diff --git a/setuptools-65.5.1.tar.gz b/setuptools-65.5.1.tar.gz deleted file mode 100644 index c8d075984605b6b3584a2461c13c790f0c47c7ec..0000000000000000000000000000000000000000 Binary files a/setuptools-65.5.1.tar.gz and /dev/null differ diff --git a/setuptools-68.0.0.tar.gz b/setuptools-68.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b2d8822260df88c3b4013337986da29fe6875451 Binary files /dev/null and b/setuptools-68.0.0.tar.gz differ