From f579e4a64691f1e70003d7a61fe9b26b261eb09f20a7b31592c4a0a69f909a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 12:48:13 +0000 Subject: [PATCH] - Version update to 0.97.11: * No obvious changelog - Fix fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbf?expand=0&rev=6 --- LICENSE | 32 -------------------------------- dbf-0.97.11.tar.gz | 3 +++ dbf-0.97.5.tar.gz | 3 --- python-dbf.changes | 7 +++++++ python-dbf.spec | 12 ++++-------- 5 files changed, 14 insertions(+), 43 deletions(-) delete mode 100644 LICENSE create mode 100644 dbf-0.97.11.tar.gz delete mode 100644 dbf-0.97.5.tar.gz diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 8840f67..0000000 --- a/LICENSE +++ /dev/null @@ -1,32 +0,0 @@ -Copyright (c) 2008-2018 Ethan Furman -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above - copyright notice, this list of conditions and the - following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials - provided with the distribution. - - Neither the name Ethan Furman nor the names of any - contributors may be used to endorse or promote products - derived from this software without specific prior written - permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. diff --git a/dbf-0.97.11.tar.gz b/dbf-0.97.11.tar.gz new file mode 100644 index 0000000..b93fca8 --- /dev/null +++ b/dbf-0.97.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa5a73d8b140aa3c511a3b5b204a67d391962e90c66b380dd048fcae6ddbb68 +size 94133 diff --git a/dbf-0.97.5.tar.gz b/dbf-0.97.5.tar.gz deleted file mode 100644 index 3c9a5ca..0000000 --- a/dbf-0.97.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b83754146a4661db43060690bc2921f036f00aef9e9409427d7525bf165b0a8 -size 90331 diff --git a/python-dbf.changes b/python-dbf.changes index 1fe8f8a..bc84266 100644 --- a/python-dbf.changes +++ b/python-dbf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 6 12:46:33 UTC 2018 - Tomáš Chvátal + +- Version update to 0.97.11: + * No obvious changelog +- Fix fdupes call + ------------------------------------------------------------------- Tue Dec 4 12:47:09 UTC 2018 - Matej Cepl diff --git a/python-dbf.spec b/python-dbf.spec index 8937007..577f1e5 100644 --- a/python-dbf.spec +++ b/python-dbf.spec @@ -18,19 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dbf -Version: 0.97.5 +Version: 0.97.11 Release: 0 Summary: Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf License: BSD-3-Clause Group: Development/Languages/Python -Url: https://bitbucket.org/stoneleaf/dbf/src/default/ +URL: https://bitbucket.org/stoneleaf/dbf/src/default/ Source: https://files.pythonhosted.org/packages/source/d/dbf/dbf-%{version}.tar.gz -Source10: https://bitbucket.org/stoneleaf/dbf/raw/%{version}/dbf/LICENSE BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -43,18 +41,16 @@ fields are supported. %prep %setup -q -n dbf-%{version} -cp %{SOURCE10} . %build %python_build %install %python_install -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%license LICENSE +%license dbf/LICENSE %{python_sitelib}/dbf-%{version}-py*.egg-info %{python_sitelib}/dbf