Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dominate for openSUSE:Factory
checked in at 2024-01-07 21:39:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dominate (Old)
and /work/SRC/openSUSE:Factory/.python-dominate.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dominate"
Sun Jan 7 21:39:51 2024 rev:10 rq:1137302 version:2.9.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dominate/python-dominate.changes
2023-05-28 19:23:48.925309460 +0200
+++
/work/SRC/openSUSE:Factory/.python-dominate.new.28375/python-dominate.changes
2024-01-07 21:40:08.827680428 +0100
@@ -1,0 +2,6 @@
+Sat Jan 6 20:45:36 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 2.9.1:
+ * Allow dominate to work in async contexts
+
+-------------------------------------------------------------------
Old:
----
dominate-2.8.0.tar.gz
New:
----
dominate-2.9.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dominate.spec ++++++
--- /var/tmp/diff_new_pack.CiD0Mv/_old 2024-01-07 21:40:09.611708948 +0100
+++ /var/tmp/diff_new_pack.CiD0Mv/_new 2024-01-07 21:40:09.615709093 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-dominate
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dominate
-Version: 2.8.0
+Version: 2.9.1
Release: 0
Summary: Python library for creating and manipulating HTML documents
License: GPL-3.0-only
URL: https://github.com/Knio/dominate/
Source:
https://files.pythonhosted.org/packages/source/d/dominate/dominate-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 2.7.3}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -43,10 +45,10 @@
%setup -q -n dominate-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -55,5 +57,6 @@
%files %{python_files}
%license LICENSE.txt
%doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/dominate
+%{python_sitelib}/dominate-%{version}.dist-info
++++++ dominate-2.8.0.tar.gz -> dominate-2.9.1.tar.gz ++++++
++++ 2884 lines of diff (skipped)