Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-deepmerge for
openSUSE:Factory checked in at 2023-05-30 22:02:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-deepmerge (Old)
and /work/SRC/openSUSE:Factory/.python-deepmerge.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-deepmerge"
Tue May 30 22:02:24 2023 rev:2 rq:1089727 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-deepmerge/python-deepmerge.changes
2020-05-13 22:56:45.527088207 +0200
+++
/work/SRC/openSUSE:Factory/.python-deepmerge.new.1533/python-deepmerge.changes
2023-05-30 22:02:38.551081056 +0200
@@ -1,0 +2,21 @@
+Tue May 30 04:26:09 UTC 2023 - Johannes Kastl <[email protected]>
+
+- change URL to https://github.com/toumorokoshi/deepmerge
+
+-------------------------------------------------------------------
+Sun May 28 10:05:37 UTC 2023 - Johannes Kastl <[email protected]>
+
+- update to 1.1.0:
+ * no changelog found upstream
+- update to 1.0.1:
+ * no changelog found upstream
+- update to 1.0.0:
+ * no changelog found upstream
+- update to 0.3.0:
+ * no changelog found upstream
+- update to 0.2.1:
+ * no changelog found upstream
+- update to 0.2.0:
+ * no changelog found upstream
+
+-------------------------------------------------------------------
Old:
----
LICENSE
deepmerge-0.1.0.tar.gz
New:
----
deepmerge-1.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-deepmerge.spec ++++++
--- /var/tmp/diff_new_pack.ke1eCq/_old 2023-05-30 22:02:39.143084545 +0200
+++ /var/tmp/diff_new_pack.ke1eCq/_new 2023-05-30 22:02:39.151084592 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-deepmerge
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,27 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-deepmerge
-Version: 0.1.0
+Version: 1.1.0
Release: 0
License: MIT
Summary: A toolset to deeply merge python dictionaries
-Url: http://deepmerge.readthedocs.io/en/latest/
+URL: https://github.com/toumorokoshi/deepmerge
Group: Development/Languages/Python
Source:
https://files.pythonhosted.org/packages/source/d/deepmerge/deepmerge-%{version}.tar.gz
-Source99:
https://raw.githubusercontent.com/toumorokoshi/deepmerge/master/LICENSE
-BuildRequires: python-rpm-macros
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools_scm > 5}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module vcver}
-BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -40,13 +42,12 @@
%prep
%setup -q -n deepmerge-%{version}
-cp %{S:99} .
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -55,6 +56,7 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/deepmerge
+%{python_sitelib}/deepmerge-%{version}.dist-info/
%changelog
++++++ deepmerge-0.1.0.tar.gz -> deepmerge-1.1.0.tar.gz ++++++
++++ 2118 lines of diff (skipped)