14
0

Accepting request 983341 from home:mcalabkova:branches:devel:languages:python

- Update to 6.0.2
  * Adding Cython support to greatly speed up normal Box operations on supported systems
  * Adding #196 support for sliceable boxes
  * Changing #208 __repr__ to produce eval-able text
  * Removing support for ruamel.yaml < 0.17

OBS-URL: https://build.opensuse.org/request/show/983341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-box?expand=0&rev=13
This commit is contained in:
2022-06-18 13:07:23 +00:00
committed by Git OBS Bridge
parent cf90e8504f
commit ac033ab163
4 changed files with 18 additions and 9 deletions

View File

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

3
6.0.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 17 12:20:56 UTC 2022 - Markéta Machová <mmachova@suse.com>
- Update to 6.0.2
* Adding Cython support to greatly speed up normal Box operations on supported systems
* Adding #196 support for sliceable boxes
* Changing #208 __repr__ to produce eval-able text
* Removing support for ruamel.yaml < 0.17
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 8 09:55:04 UTC 2021 - pgajdos@suse.com Wed Dec 8 09:55:04 UTC 2021 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-python-box # spec file for package python-python-box
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 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
@@ -20,7 +20,7 @@
# python_requires='>=3.6' # python_requires='>=3.6'
%define skip_python2 1 %define skip_python2 1
Name: python-python-box Name: python-python-box
Version: 5.4.1 Version: 6.0.2
Release: 0 Release: 0
Summary: Advanced Python dictionaries with dot notation access Summary: Advanced Python dictionaries with dot notation access
License: MIT License: MIT
@@ -34,12 +34,12 @@ BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module msgpack >= 1.0.0} BuildRequires: %{python_module msgpack >= 1.0.0}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module ruamel.yaml >= 0.16.10} BuildRequires: %{python_module ruamel.yaml >= 0.17}
BuildRequires: %{python_module toml >= 0.10.1} BuildRequires: %{python_module toml >= 0.10.2}
# /SECTION # /SECTION
Requires: python-msgpack >= 1.0.0 Requires: python-msgpack >= 1.0.0
Requires: python-ruamel.yaml >= 0.16.10 Requires: python-ruamel.yaml >= 0.17
Requires: python-toml >= 0.10.1 Requires: python-toml >= 0.10.2
%python_subpackages %python_subpackages
%description %description