14
0

Accepting request 1141852 from home:dirkmueller:Factory

- update to 2023.1.1:
  * enable isort
  * refdebug: concatenate tuple with tuple
  * typedump: type improvements
  * docs: update intersphinx mapping from deprecated variant
  * Fix persistent numpy dtype hashing for numpy 1.25
  * Remove persistent_dict.new_hash for real
  * Support attrs classes for persistent hashing
  * Avoid a reference cycle in ProcessLogger
  * Add WriteOncePersistentDict.clear_in_mem_cache

  * type annotations
  * make obj_array_vectorize work on class methods

OBS-URL: https://build.opensuse.org/request/show/1141852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=41
This commit is contained in:
2024-01-27 08:13:27 +00:00
committed by Git OBS Bridge
parent bc681b34aa
commit c4b689f457
4 changed files with 22 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytools
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-pytools
Version: 2022.1.14
Version: 2023.1.1
Release: 0
Summary: A collection of tools for Python
License: MIT