From 90d11d643116b066c3f8caa8960d15b0dc49851e66828cde4a570aa12684033e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jul 2019 13:30:45 +0000 Subject: [PATCH] - Update to 3.4.2: * Adding license, changes and authors files to source distribution OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-box?expand=0&rev=3 --- python-box-3.4.1.tar.gz | 3 --- python-box-3.4.2.tar.gz | 3 +++ python-python-box.changes | 6 ++++++ python-python-box.spec | 13 ++++++------- 4 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 python-box-3.4.1.tar.gz create mode 100644 python-box-3.4.2.tar.gz diff --git a/python-box-3.4.1.tar.gz b/python-box-3.4.1.tar.gz deleted file mode 100644 index fca86be..0000000 --- a/python-box-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf520074ccd18088b4dd30ba4adc9b1b00c1289073242d98bd9f378222b54cff -size 22954 diff --git a/python-box-3.4.2.tar.gz b/python-box-3.4.2.tar.gz new file mode 100644 index 0000000..7c90a64 --- /dev/null +++ b/python-box-3.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dbb429347c0e5deb55fc71b993a5d54f8110cd39165b9a971cfab83504b34c +size 25702 diff --git a/python-python-box.changes b/python-python-box.changes index af59cd5..de6d64c 100644 --- a/python-python-box.changes +++ b/python-python-box.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 22 13:23:17 UTC 2019 - Tomáš Chvátal + +- Update to 3.4.2: + * Adding license, changes and authors files to source distribution + ------------------------------------------------------------------- Wed Jun 19 11:39:32 UTC 2019 - Thomas Bechtold diff --git a/python-python-box.spec b/python-python-box.spec index edc65de..674a064 100644 --- a/python-python-box.spec +++ b/python-python-box.spec @@ -18,22 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-box -Version: 3.4.1 +Version: 3.4.2 Release: 0 Summary: Advanced Python dictionaries with dot notation access License: MIT 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 BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: python-rpm-macros -# /SECTION BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -49,10 +47,11 @@ Advanced Python dictionaries with dot notation access %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -# %%check -# %%pytest +%check +#%%pytest %files %{python_files} +%license LICENSE %doc README.rst %python3_only %{_bindir}/box.py %{python_sitelib}/*