1
0

Accepting request 1217421 from devel:languages:python

- update to 0.21:
  * Drop typing_extensions dependency
  * Replace `_PyLong_Format` with `PyNumber_ToBase`

OBS-URL: https://build.opensuse.org/request/show/1217421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutables?expand=0&rev=16
This commit is contained in:
Ana Guerrero 2024-10-25 17:18:35 +00:00 committed by Git OBS Bridge
commit 44728d57f5
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d2f83e6a6a8455466cd97b9a90e2b4f7864648616dfa6b19d18f49badac3876
size 88933

BIN
immutables-0.21.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 23 20:25:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.21:
* Drop typing_extensions dependency
* Replace `_PyLong_Format` with `PyNumber_ToBase`
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 1 16:59:24 UTC 2023 - Dirk Müller <dmueller@suse.com> Fri Dec 1 16:59:24 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-immutables # spec file for package python-immutables
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 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
@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-immutables Name: python-immutables
Version: 0.20 Version: 0.21
Release: 0 Release: 0
Summary: Immutable collections for Python Summary: Immutable collections for Python
License: Apache-2.0 License: Apache-2.0