Hello community,
here is the log from the commit of package python-PyMsgBox for openSUSE:Factory
checked in at 2019-09-25 08:40:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyMsgBox (Old)
and /work/SRC/openSUSE:Factory/.python-PyMsgBox.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyMsgBox"
Wed Sep 25 08:40:36 2019 rev:4 rq:732894 version:1.0.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyMsgBox/python-PyMsgBox.changes
2019-01-24 14:02:50.108091219 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyMsgBox.new.7948/python-PyMsgBox.changes
2019-09-25 08:40:38.470285572 +0200
@@ -1,0 +2,6 @@
+Tue Sep 24 09:38:40 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.0.7:
+ * no upstream changelog
+
+-------------------------------------------------------------------
Old:
----
PyMsgBox-1.0.6.zip
New:
----
PyMsgBox-1.0.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyMsgBox.spec ++++++
--- /var/tmp/diff_new_pack.94MTl0/_old 2019-09-25 08:40:38.930285511 +0200
+++ /var/tmp/diff_new_pack.94MTl0/_new 2019-09-25 08:40:38.930285511 +0200
@@ -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: python-rpm-macros
BuildRequires: unzip
BuildArch: noarch
-
%python_subpackages
%description
@@ -40,8 +39,8 @@
%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 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%doc README.md README.rst
+%doc README.md
%license LICENSE.txt
%{python_sitelib}/*