14
0
forked from pool/python-dill

- update to 0.3.5.1:

* requires python 3.7 
  * skip tests with broken stftime
  * resolve symlinks when determining if module is builtin
  * support python 3.10
  * adjust for python 3.11
  * Support recursive and empty closure cells 
  * use CAN_NULL for 3.11a7 and above
  * better check for travis in tests
  * parse init file for dist meta
  * drop rtfd build to 3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dill?expand=0&rev=20
This commit is contained in:
2022-10-03 15:58:21 +00:00
committed by Git OBS Bridge
parent f3558cc035
commit 462649a76c
4 changed files with 21 additions and 6 deletions

View File

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

3
dill-0.3.5.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Oct 3 15:54:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.3.5.1:
* requires python 3.7
* skip tests with broken stftime
* resolve symlinks when determining if module is builtin
* support python 3.10
* adjust for python 3.11
* Support recursive and empty closure cells
* use CAN_NULL for 3.11a7 and above
* better check for travis in tests
* parse init file for dist meta
* drop rtfd build to 3.8
-------------------------------------------------------------------
Sun Dec 19 17:30:19 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dill
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dill
Version: 0.3.4
Version: 0.3.5.1
Release: 0
Summary: Module to serialize all of Python
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/uqfoundation/dill
Source: https://files.pythonhosted.org/packages/source/d/dill/dill-%{version}.zip
Source: https://files.pythonhosted.org/packages/source/d/dill/dill-%{version}.tar.gz
BuildRequires: %{python_module objgraph >= 1.7.2}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes