From 7208ef8ef90ae0c87aa69bf731a6f4472f1beb92 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 3 Aug 2025 23:39:26 +0800 Subject: [PATCH] drop unused buildrequires --- python-bcrypt.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 111b0cc..ef50102 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,7 +1,8 @@ -%global _empty_manifest_terminate_build 0 +%global debug_package %{nil} + Name: python-bcrypt Version: 4.2.0 -Release: 2 +Release: 3 Summary: Modern password hashing for your software and your servers License: Apache-2.0 URL: https://github.com/pyca/bcrypt/ @@ -21,17 +22,16 @@ BuildRequires: python3-setuptools-rust BuildRequires: rust cargo BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: python3-six BuildRequires: python3-pytest BuildRequires: python3-pip BuildRequires: python3-wheel -BuildRequires: python3-flit %description -n python3-bcrypt Good password hashing for your software and your servers. This library should be compatible with py-bcrypt and it will run on Python 2.7, 3.4+, and PyPy 2.6+. %package help Summary: Modern password hashing for your software and your servers +Buildarch: noarch Provides: python3-bcrypt-doc %description help Good password hashing for your software and your servers. @@ -65,6 +65,9 @@ pytest %{_docdir}/* %changelog +* Sun Aug 03 2025 Funda Wang - 4.2.0-3 +- drop unused buildrequires + * Fri Jan 24 2025 Shinwell Hu - 4.2.0-2 - Use "cargo vendor" to avoid network access during build phase. -- Gitee