1 Commits

Author SHA256 Message Date
ca858f90a0 Convert to libalternatives, bsc#1245883 2025-11-03 14:43:13 +01:00
4 changed files with 6 additions and 27 deletions

BIN
dill-0.4.0.tar.gz LFS Normal file

Binary file not shown.

View File

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

View File

@@ -1,24 +1,3 @@
-------------------------------------------------------------------
Tue Jan 20 01:52:03 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.4.1:
* drop formal support for python 3.8
* use get_file_type to open _pyio file types
* update rtfd to 3.12 and docs requirements
* formal support for 3.14; init support for 3.15
* dict and weakref descriptors are singletons in 3.15
* sync with rtd 15.4.1
* ensure valid class qualname in getsource
* avoid numpy segfault for 3.15.0a3
* update copyright for 2026, urllib3 to 2.6.0
- Drop patch fix-contextvars.patch, merged upstream.
-------------------------------------------------------------------
Fri Nov 14 10:48:35 UTC 2025 - Marius Grossu <marius.grossu@suse.com>
- added a fix-contextvars.patch:
* Pickle _contextvars.Context objects, for threads in Python 3.14+
-------------------------------------------------------------------
Tue Aug 19 14:30:27 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dill
#
# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,14 @@
%endif
%{?sle15_python_module_pythons}
Name: python-dill
Version: 0.4.1
Version: 0.4.0
Release: 0
Summary: Module to serialize all of Python
License: BSD-3-Clause
URL: https://github.com/uqfoundation/dill
Source: https://github.com/uqfoundation/dill/archive/refs/tags/%{version}.tar.gz#/dill-%{version}.tar.gz
BuildRequires: %{python_module dbm}
BuildRequires: %{python_module devel >= 3.9}
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module objgraph >= 1.7.2}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}