Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-argon2-cffi-bindings for
openSUSE:Factory checked in at 2022-10-22 14:12:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-argon2-cffi-bindings (Old)
and /work/SRC/openSUSE:Factory/.python-argon2-cffi-bindings.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-argon2-cffi-bindings"
Sat Oct 22 14:12:46 2022 rev:2 rq:1030109 version:21.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-argon2-cffi-bindings/python-argon2-cffi-bindings.changes
2022-05-09 18:44:21.176225030 +0200
+++
/work/SRC/openSUSE:Factory/.python-argon2-cffi-bindings.new.2275/python-argon2-cffi-bindings.changes
2022-10-22 14:13:20.996775381 +0200
@@ -1,0 +2,6 @@
+Thu Oct 20 07:32:50 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Remove not needed dep python-six
+- Use a more specific python_sitelib in %files
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-argon2-cffi-bindings.spec ++++++
--- /var/tmp/diff_new_pack.Qs3GuU/_old 2022-10-22 14:13:21.532776651 +0200
+++ /var/tmp/diff_new_pack.Qs3GuU/_new 2022-10-22 14:13:21.540776670 +0200
@@ -32,13 +32,11 @@
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 @@
%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