diff --git a/PyMsgBox-1.0.6.zip b/PyMsgBox-1.0.6.zip deleted file mode 100644 index e3e30aa..0000000 --- a/PyMsgBox-1.0.6.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3888116a60812d01d44529c402014bf0896d2a9262617cb18faa9a7b3800ad4e -size 22270 diff --git a/PyMsgBox-1.0.7.tar.gz b/PyMsgBox-1.0.7.tar.gz new file mode 100644 index 0000000..be603d7 --- /dev/null +++ b/PyMsgBox-1.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df5ed66c8a80fd36b83b278ba164e7a1d135c8fb8bdf38b291e46bf31d28085 +size 18693 diff --git a/python-PyMsgBox.changes b/python-PyMsgBox.changes index f769276..b5052ab 100644 --- a/python-PyMsgBox.changes +++ b/python-PyMsgBox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 24 09:38:40 UTC 2019 - Tomáš Chvátal + +- Update to 1.0.7: + * no upstream changelog + ------------------------------------------------------------------- Tue Dec 4 12:52:29 UTC 2018 - Matej Cepl diff --git a/python-PyMsgBox.spec b/python-PyMsgBox.spec index 3e86962..52f07a3 100644 --- a/python-PyMsgBox.spec +++ b/python-PyMsgBox.spec @@ -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}/*