forked from pool/python-python-box
- Update to 3.4.3:
* Fixing propagation of box options when adding a new list via setdefault (thanks to Stretch) * Fixing update does not keep box_intact_types (thanks to pwwang) * Fixing update to operate the same way as a normal dictionary (thanks to Craig Quiter) * Fixing deepcopy not copying box options (thanks to Nikolay Stanishev) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-box?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
90d11d6431
commit
457ac056cb
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:48dbb429347c0e5deb55fc71b993a5d54f8110cd39165b9a971cfab83504b34c
|
|
||||||
size 25702
|
|
3
python-box-3.4.3.tar.gz
Normal file
3
python-box-3.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:449f90ea30d7bc48d0f2242bac5299d87d1c1cc471464823e0a05fc1980a87fd
|
||||||
|
size 26020
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 11:31:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.4.3:
|
||||||
|
* Fixing propagation of box options when adding a new list via setdefault (thanks to Stretch)
|
||||||
|
* Fixing update does not keep box_intact_types (thanks to pwwang)
|
||||||
|
* Fixing update to operate the same way as a normal dictionary (thanks to Craig Quiter)
|
||||||
|
* Fixing deepcopy not copying box options (thanks to Nikolay Stanishev)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 13:23:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon Jul 22 13:23:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -18,16 +18,14 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-python-box
|
Name: python-python-box
|
||||||
Version: 3.4.2
|
Version: 3.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Advanced Python dictionaries with dot notation access
|
Summary: Advanced Python dictionaries with dot notation access
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/cdgriffith/Box
|
URL: https://github.com/cdgriffith/Box
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/python-box/python-box-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/python-box/python-box-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module pytest-runner}
|
BuildRequires: %{python_module pytest-runner}
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -48,6 +46,7 @@ Advanced Python dictionaries with dot notation access
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# upstream does not distribute the data nor provides all tags
|
||||||
#%%pytest
|
#%%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Reference in New Issue
Block a user