From 4e4b4b6507433089acb07b17abcf2afed8f84ad47a80665e12dbdd01664d4f38 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 20 Oct 2022 07:35:16 +0000 Subject: [PATCH] - Remove not needed dep python-six - Use a more specific python_sitelib in %files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argon2-cffi-bindings?expand=0&rev=3 --- python-argon2-cffi-bindings.changes | 6 ++++++ python-argon2-cffi-bindings.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-argon2-cffi-bindings.changes b/python-argon2-cffi-bindings.changes index f701e64..5fea509 100644 --- a/python-argon2-cffi-bindings.changes +++ b/python-argon2-cffi-bindings.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 20 07:32:50 UTC 2022 - Daniel Garcia + +- Remove not needed dep python-six +- Use a more specific python_sitelib in %files + ------------------------------------------------------------------- Fri May 6 13:31:49 UTC 2022 - Ferdinand Thiessen diff --git a/python-argon2-cffi-bindings.spec b/python-argon2-cffi-bindings.spec index 987bbc5..f2c8832 100644 --- a/python-argon2-cffi-bindings.spec +++ b/python-argon2-cffi-bindings.spec @@ -32,13 +32,11 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools >= 45} BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(libargon2) Requires: python-cffi >= 1.0.1 -Requires: python-six Provides: python-argon2_cffi_bindings Obsoletes: python-argon2_cffi_bindings %python_subpackages @@ -64,6 +62,7 @@ export ARGON2_CFFI_USE_SYSTEM=1 %files %{python_files} %doc README.md CHANGELOG.md %license LICENSE -%{python_sitearch}/* +%{python_sitearch}/_argon2_cffi_bindings +%{python_sitearch}/argon2_cffi_bindings-%{version}*-info %changelog