20
0

- update to 2.7:

* Packaging cleanups and improvements.
  * Binary wheels now use ABI3.
  * Dropped support for Python 3.8 and 3.9.
  * Python 3.14 compatiblity.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-siphashc?expand=0&rev=25
This commit is contained in:
2026-04-25 22:19:12 +00:00
committed by Git OBS Bridge
commit 78ad4ab239
6 changed files with 192 additions and 0 deletions
+91
View File
@@ -0,0 +1,91 @@
-------------------------------------------------------------------
Sat Apr 25 22:16:06 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 2.7:
* Packaging cleanups and improvements.
* Binary wheels now use ABI3.
* Dropped support for Python 3.8 and 3.9.
* Python 3.14 compatiblity.
-------------------------------------------------------------------
Tue Jun 3 07:05:00 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Sat Nov 9 16:16:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.5:
* Python 3.13 compatiblity.
-------------------------------------------------------------------
Sat Jun 29 05:44:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.4.1:
* Added type annotations
-------------------------------------------------------------------
Wed Dec 27 16:11:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.3:
* Tested with Python 3.9, 3.10, 3.11, and 3.12, no changes
needed.
* Dropped support for Python 3.5, 3.6, and 3.7.
-------------------------------------------------------------------
Sat Jul 1 14:12:26 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Update to 2.1 (also from 2020)
* Dropped support for Python 2.
-------------------------------------------------------------------
Wed Jun 3 09:47:37 UTC 2020 - pgajdos@suse.com
- use %pytest macro
-------------------------------------------------------------------
Thu Apr 23 09:31:12 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Drop unused unittest2 dependency
-------------------------------------------------------------------
Mon Jan 6 13:30:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.3:
* Changed license to ISC.
* Fixed depreciation warning on Python 3.8.
-------------------------------------------------------------------
Sun Feb 24 02:10:09 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove nose custom test runner and unittest2 on Python 3
- Added CHANGES.rst to docs
- Add missing Provides to accompany Obsoletes
- Add CFLAGS="%{optflags}"
- Update to v1.2
* Included tests in the pypi package.
- from v1.1
* Fixed README encoding.
* Included documentation in the pypi package.
-------------------------------------------------------------------
Wed Aug 8 15:36:35 UTC 2018 - jengelh@inai.de
- Fix irrelevant description.
-------------------------------------------------------------------
Wed Aug 1 12:40:59 UTC 2018 - tchvatal@suse.com
- Install license file
- Make sure tests are run
-------------------------------------------------------------------
Wed Oct 25 09:17:02 UTC 2017 - buschmann23@opensuse.org
- obsolete python-siphashc3
-------------------------------------------------------------------
Wed Oct 25 06:58:46 UTC 2017 - buschmann23@opensuse.org
- initial package
+67
View File
@@ -0,0 +1,67 @@
#
# spec file for package python-siphashc
#
# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2017 Matthias Fehring <buschmann23@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: python-siphashc
Version: 2.7
Release: 0
Summary: Python C module to calculate SipHashes
License: ISC
URL: https://github.com/WeblateOrg/siphashc
Source: https://files.pythonhosted.org/packages/source/s/siphashc/siphashc-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 78.0.2}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Obsoletes: python-siphashc3 < %{version}
Provides: python-siphashc3 = %{version}
%python_subpackages
%description
A Python C module for siphash. SipHash is an addrotatexor (ARX)
based family of pseudorandom functions.
SipHash is fundamentally different from cryptographic hash functions
like SHA in that SipHash is only suitable as a message authentication
code.
%prep
%setup -q -n siphashc-%{version}
%build
export CFLAGS="%{optflags}"
%pyproject_wheel
%check
%pytest_arch
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%files %{python_files}
%license LICENSE.md
%doc README.rst CHANGES.rst
%{python_sitearch}/siphashc
%{python_sitearch}/siphashc.abi3.so
%{python_sitearch}/siphashc-%{version}.dist-info
%changelog
+24
View File
@@ -0,0 +1,24 @@
*.changes merge=merge-changes
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
+4
View File
@@ -0,0 +1,4 @@
*.obscpio
*.osc
_build.*
.pbuild
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3bcc69ce33debe0b423df22498cee6b6301f133f5a24770fe6f4ef48d832b4d
size 8556
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6944d73768cf52a3a8342ee9c191ad9404559002f724f44e0eb7ab0e0bdea33
size 9529