14
0

Accepting request 717601 from devel:languages:python

- Update to 3.4.2:
  * Adding license, changes and authors files to source distribution

OBS-URL: https://build.opensuse.org/request/show/717601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-box?expand=0&rev=2
This commit is contained in:
2019-07-22 15:20:21 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 10 deletions

View File

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

3
python-box-3.4.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 22 13:23:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.4.2:
* Adding license, changes and authors files to source distribution
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 19 11:39:32 UTC 2019 - Thomas Bechtold <tbechtold@suse.com> Wed Jun 19 11:39:32 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>

View File

@@ -18,22 +18,20 @@
%{?!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.1 Version: 3.4.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
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 devel}
BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# /SECTION
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@@ -49,10 +47,11 @@ Advanced Python dictionaries with dot notation access
%python_install %python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
# %%check %check
# %%pytest #%%pytest
%files %{python_files} %files %{python_files}
%license LICENSE
%doc README.rst %doc README.rst
%python3_only %{_bindir}/box.py %python3_only %{_bindir}/box.py
%{python_sitelib}/* %{python_sitelib}/*