Sync from SUSE:SLFO:Main python-xxhash revision ffbac67525a79ebe6d166914e230d33e
This commit is contained in:
parent
58b352a825
commit
6ea08ca9c3
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 10 14:36:39 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.5.0
|
||||
* Build wheels for Python 3.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 17 08:07:01 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 3.4.1
|
||||
- Build wheels for Python 3.12
|
||||
- Remove setuptools_scm
|
||||
- Changes from 3.3.0
|
||||
- Upgrade xxHash to v0.8.2
|
||||
- Drop support for Python 3.6
|
||||
- Changes from 3.2.0
|
||||
- Build Python 3.11 wheels.
|
||||
- Remove setup.py test_suites, call unittest directly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 24 13:48:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- use setuptools_scm to handle version in metadata properly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 10 17:44:26 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Add %{?sle15_python_module_pythons}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 18:00:38 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-xxhash
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,15 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-xxhash
|
||||
Version: 3.1.0
|
||||
Version: 3.5.0
|
||||
Release: 0
|
||||
Summary: Python binding for xxHash
|
||||
License: BSD-2-Clause
|
||||
URL: https://github.com/ifduyue/python-xxhash
|
||||
Source: https://files.pythonhosted.org/packages/source/x/xxhash/xxhash-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module devel >= 3.7}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@ -59,6 +60,7 @@ mv xxhash{.hide,}
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitearch}/*
|
||||
%{python_sitearch}/xxhash
|
||||
%{python_sitearch}/xxhash-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
BIN
xxhash-3.1.0.tar.gz
(Stored with Git LFS)
BIN
xxhash-3.1.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
xxhash-3.5.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
xxhash-3.5.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user