forked from pool/python-python-box
Accepting request 983572 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/983572 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-box?expand=0&rev=7
This commit is contained in:
@@ -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
3
6.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d630b01e28e48aa9a472b2d57f9d8e1a509a3e4586471f7b5de90d87afaff1d
|
||||
size 82454
|
@@ -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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
# python_requires='>=3.6'
|
||||
%define skip_python2 1
|
||||
Name: python-python-box
|
||||
Version: 5.4.1
|
||||
Version: 6.0.2
|
||||
Release: 0
|
||||
Summary: Advanced Python dictionaries with dot notation access
|
||||
License: MIT
|
||||
@@ -34,12 +34,12 @@ BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module msgpack >= 1.0.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module ruamel.yaml >= 0.16.10}
|
||||
BuildRequires: %{python_module toml >= 0.10.1}
|
||||
BuildRequires: %{python_module ruamel.yaml >= 0.17}
|
||||
BuildRequires: %{python_module toml >= 0.10.2}
|
||||
# /SECTION
|
||||
Requires: python-msgpack >= 1.0.0
|
||||
Requires: python-ruamel.yaml >= 0.16.10
|
||||
Requires: python-toml >= 0.10.1
|
||||
Requires: python-ruamel.yaml >= 0.17
|
||||
Requires: python-toml >= 0.10.2
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user