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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3888116a60812d01d44529c402014bf0896d2a9262617cb18faa9a7b3800ad4e
size 22270

3
PyMsgBox-1.0.7.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 24 09:38:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.7:
* no upstream changelog
-------------------------------------------------------------------
Tue Dec 4 12:52:29 UTC 2018 - Matej Cepl <mcepl@suse.com>

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}/*