14
0

- update to 3.8.1:

* fixed silly typo
- update to 3.8.0:
  * Added slicabledeque
- update to 3.7.0:
  * Fixed several typing issues and added more thorough tests
- update to 3.6.1:
  * Increased `typing-extensions` version requirement to fix #38
- update to 3.6.0:
  * Added extra containers such as UniqueList and SlicableDeque.
    Added full pyright strict and mypy type checks
- update to 3.5.2:
  * Added import shortcuts for container classes
- update to 3.5.1:
  * Improved type hinting thanks to @jorenham
- update to 3.5.0:
  * Added unique list container
  https://github.com/wolph/python-utils/commits/develop
  * added map/remap/scale/rescale function

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-utils?expand=0&rev=14
This commit is contained in:
2024-01-09 21:33:10 +00:00
committed by Git OBS Bridge
parent c9d8efe47c
commit 0691404cb5
4 changed files with 30 additions and 7 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Jan 9 21:32:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.8.1:
* fixed silly typo
- update to 3.8.0:
* Added slicabledeque
- update to 3.7.0:
* Fixed several typing issues and added more thorough tests
- update to 3.6.1:
* Increased `typing-extensions` version requirement to fix #38
- update to 3.6.0:
* Added extra containers such as UniqueList and SlicableDeque.
Added full pyright strict and mypy type checks
- update to 3.5.2:
* Added import shortcuts for container classes
- update to 3.5.1:
* Improved type hinting thanks to @jorenham
- update to 3.5.0:
* Added unique list container
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 13 07:43:32 UTC 2022 - pgajdos@suse.com Tue Dec 13 07:43:32 UTC 2022 - pgajdos@suse.com
@@ -8,7 +29,7 @@ Mon Dec 12 15:15:16 UTC 2022 - pgajdos@suse.com
- version update to 3.4.5 - version update to 3.4.5
* no upstream changelog, see * no upstream changelog, see
https://github.com/wolph/python-utils/commits/develop https://github.com/wolph/python-utils/commits/develop
- python-six is not required - python-six is not required
------------------------------------------------------------------- -------------------------------------------------------------------
@@ -25,7 +46,7 @@ Sat Oct 23 16:28:04 UTC 2021 - Axel Braun <axel.braun@gmx.de>
Fri Mar 20 11:00:23 UTC 2020 - pgajdos@suse.com Fri Mar 20 11:00:23 UTC 2020 - pgajdos@suse.com
- version update to 2.4.0 - version update to 2.4.0
* added map/remap/scale/rescale function * added map/remap/scale/rescale function
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 4 12:53:10 UTC 2018 - Matej Cepl <mcepl@suse.com> Tue Dec 4 12:53:10 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-python-utils # spec file for package python-python-utils
# #
# Copyright (c) 2022 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
@@ -17,7 +17,7 @@
Name: python-python-utils Name: python-python-utils
Version: 3.4.5 Version: 3.8.1
Release: 0 Release: 0
Summary: Utilities not included with the standard Python install Summary: Utilities not included with the standard Python install
License: BSD-3-Clause License: BSD-3-Clause
@@ -25,6 +25,7 @@ Group: Development/Languages/Python
URL: https://github.com/WoLpH/python-utils URL: https://github.com/WoLpH/python-utils
Source: https://files.pythonhosted.org/packages/source/p/python-utils/python-utils-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/python-utils/python-utils-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing-extensions}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
@@ -32,6 +33,7 @@ BuildRequires: %{python_module loguru}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
# /SECTION # /SECTION
Requires: python-loguru Requires: python-loguru
Requires: python-typing-extensions
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages

View File

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

View File

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