Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
9c2d744d20 |
@@ -1,43 +1,14 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
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.
|
* Type annotations.
|
||||||
* Enabled muslinux wheels building.
|
* Enabled muslinux wheels building.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 16 23:39:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
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.
|
* New set algorithms_available lists all implemented algorithms in xxhash package.
|
||||||
* Upgrade xxHash to v0.8.1.
|
* Upgrade xxHash to v0.8.1.
|
||||||
* Drop support for EOL Python versions, require python >= 3.6 from now on.
|
* Drop support for EOL Python versions, require python >= 3.6 from now on.
|
||||||
@@ -70,9 +41,9 @@ Tue Jul 21 11:23:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|||||||
|
|
||||||
- update to 1.4.4
|
- update to 1.4.4
|
||||||
* Upgrade xxHash to v0.7.3
|
* 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
|
* Use XXH(32|64)_canonicalFromHash to replace u2bytes and ull2bytes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 4 16:26:29 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Tue Feb 4 16:26:29 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
@@ -113,4 +84,4 @@ Tue Mar 26 09:21:38 UTC 2019 - pgajdos@suse.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 10 15:01:06 UTC 2017 - alarrosa@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
|
# spec file for package python-xxhash
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,16 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-xxhash
|
Name: python-xxhash
|
||||||
Version: 3.5.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python binding for xxHash
|
Summary: Python binding for xxHash
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://github.com/ifduyue/python-xxhash
|
URL: https://github.com/ifduyue/python-xxhash
|
||||||
Source: https://files.pythonhosted.org/packages/source/x/xxhash/xxhash-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/x/xxhash/xxhash-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel >= 3.7}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -60,7 +59,6 @@ mv xxhash{.hide,}
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitearch}/xxhash
|
%{python_sitearch}/*
|
||||||
%{python_sitearch}/xxhash-%{version}*-info
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
BIN
xxhash-3.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
xxhash-3.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
xxhash-3.5.0.tar.gz
(Stored with Git LFS)
BIN
xxhash-3.5.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user