Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
2555da570a | |||
0d53aad880 |
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 22 07:33:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.4
|
||||||
|
* Update and ship license in dist files, by Byron Sakiadis
|
||||||
|
* Support for Python 3.12
|
||||||
|
* Support for Python 3.13
|
||||||
|
* Drop support of EOL python 3.8
|
||||||
|
- Limit Python files matched in %files section
|
||||||
|
- Rename README.rst to README.md in %doc section
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 3 09:14:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Wed May 3 09:14:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-uhashring
|
# spec file for package python-uhashring
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 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,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-uhashring
|
Name: python-uhashring
|
||||||
Version: 2.3
|
Version: 2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Full featured consistent hashing python library compatible with ketama
|
Summary: Full featured consistent hashing python library compatible with ketama
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -53,8 +53,9 @@ Full featured consistent hashing python library compatible with ketama.
|
|||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/uhashring
|
||||||
|
%{python_sitelib}/uhashring-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aeebb2a2b5014a78307d663807337c0de8be1ff27474ea6808928ca948e88381
|
|
||||||
size 14332
|
|
3
uhashring-2.4-gh.tar.gz
Normal file
3
uhashring-2.4-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b326a16e741234ab4de4be58782e0d54590f00ba0f8bbf60b44d5dcb96d996c
|
||||||
|
size 14374
|
Reference in New Issue
Block a user