- use setuptools_scm to handle version in metadata properly

- Update to 3.1.0
- update to 3.0.0
  * Stop using PEP393 deprecated APIs
- Initial release of xxhash 1.0.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=27
This commit is contained in:
Dirk Mueller 2023-10-24 13:48:13 +00:00 committed by Git OBS Bridge
parent b98ebf7d94
commit 4298f4e8af
2 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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>
@ -6,14 +11,14 @@ Sat Jun 10 17:44:26 UTC 2023 - ecsos <ecsos@opensuse.org>
-------------------------------------------------------------------
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.
@ -46,9 +51,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>
@ -89,4 +94,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

View File

@ -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
@ -25,6 +25,7 @@ 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 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