Sync from SUSE:SLFO:Main python-xxhash revision ffbac67525a79ebe6d166914e230d33e
This commit is contained in:
parent
58b352a825
commit
6ea08ca9c3
@ -1,14 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to 3.1.0
|
||||
- Update to 3.1.0
|
||||
* Type annotations.
|
||||
* Enabled muslinux wheels building.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 23:39:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- update to 3.0.0
|
||||
- update to 3.0.0
|
||||
* New set algorithms_available lists all implemented algorithms in xxhash package.
|
||||
* Upgrade xxHash to v0.8.1.
|
||||
* Drop support for EOL Python versions, require python >= 3.6 from now on.
|
||||
@ -41,9 +70,9 @@ Tue Jul 21 11:23:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to 1.4.4
|
||||
* Upgrade xxHash to v0.7.3
|
||||
* Stop using PEP393 deprecated APIs
|
||||
* Stop using PEP393 deprecated APIs
|
||||
* Use XXH(32|64)_canonicalFromHash to replace u2bytes and ull2bytes
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 16:26:29 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
@ -84,4 +113,4 @@ Tue Mar 26 09:21:38 UTC 2019 - pgajdos@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 15:01:06 UTC 2017 - alarrosa@suse.com
|
||||
|
||||
- Initial release of xxhash 1.0.1
|
||||
- Initial release of xxhash 1.0.1
|
||||
|
@ -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