forked from pool/python-PyMsgBox
- 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:
committed by
Git OBS Bridge
parent
9c0fa371d3
commit
643584320a
@@ -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
3
PyMsgBox-1.0.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7df5ed66c8a80fd36b83b278ba164e7a1d135c8fb8bdf38b291e46bf31d28085
|
||||
size 18693
|
@@ -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>
|
||||
|
||||
|
@@ -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}/*
|
||||
|
||||
|
Reference in New Issue
Block a user