14
0

- Update to 1.0.7:

* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMsgBox?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-09-24 09:42:08 +00:00
committed by Git OBS Bridge
parent 9c0fa371d3
commit 643584320a
4 changed files with 16 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-PyMsgBox
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-PyMsgBox
Version: 1.0.6
Version: 1.0.7
Release: 0
Summary: A Python module for JavaScript-like message boxes
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/asweigart/PyMsgBox
Source: https://files.pythonhosted.org/packages/source/P/PyMsgBox/PyMsgBox-%{version}.zip
URL: https://github.com/asweigart/PyMsgBox
Source: https://files.pythonhosted.org/packages/source/P/PyMsgBox/PyMsgBox-%{version}.tar.gz
Source99: https://raw.githubusercontent.com/asweigart/PyMsgBox/master/LICENSE.txt
BuildRequires: %{python_module setuptools}
BuildRequires: dos2unix
@@ -32,7 +32,6 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
BuildArch: noarch
%python_subpackages
%description
@@ -40,8 +39,8 @@ A pure Python module for JavaScript-like message boxes.
%prep
%setup -q -n PyMsgBox-%{version}
cp %{S:99} .
dos2unix README.md README.rst
cp %{SOURCE99} .
dos2unix README.md
%build
%python_build
@@ -51,7 +50,7 @@ dos2unix README.md README.rst
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.md README.rst
%doc README.md
%license LICENSE.txt
%{python_sitelib}/*