Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ansi2html for
openSUSE:Factory checked in at 2023-12-14 22:03:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ansi2html (Old)
and /work/SRC/openSUSE:Factory/.python-ansi2html.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ansi2html"
Thu Dec 14 22:03:28 2023 rev:7 rq:1132991 version:1.9.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ansi2html/python-ansi2html.changes
2023-05-10 16:18:40.783029801 +0200
+++
/work/SRC/openSUSE:Factory/.python-ansi2html.new.25432/python-ansi2html.changes
2023-12-14 22:03:29.084812197 +0100
@@ -1,0 +2,16 @@
+Wed Dec 13 08:54:07 UTC 2023 - Johannes Kastl <[email protected]>
+
+- update to 1.9.1 (skipping non-existent release 1.9.0):
+ * Bugfixes
+ - Enable testing with py312 (#230) @ssbarnea
+ - Fix project description (#229) @ssbarnea
+ - Fix RTD builds (#228) @ssbarnea
+ - tests/test_ansi2html.py: use sys.executable instead of
+ hardcoded python3 (#214) @johanneskastl
+ - Replace optparse with argparse (#205) @ssbarnea
+ - Replace sphinx with mkdocs (#204) @ssbarnea
+- remove patch
+ 0001-tests-test_ansi2html.py-use-sys.executable-instead-o.patch
+- change upstream to pycontribs/ansi2html
+
+-------------------------------------------------------------------
Old:
----
0001-tests-test_ansi2html.py-use-sys.executable-instead-o.patch
1.8.0.tar.gz
New:
----
v1.9.1.tar.gz
BETA DEBUG BEGIN:
Old:- remove patch
0001-tests-test_ansi2html.py-use-sys.executable-instead-o.patch
- change upstream to pycontribs/ansi2html
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ansi2html.spec ++++++
--- /var/tmp/diff_new_pack.Hki2O9/_old 2023-12-14 22:03:30.228853461 +0100
+++ /var/tmp/diff_new_pack.Hki2O9/_new 2023-12-14 22:03:30.232853605 +0100
@@ -18,35 +18,33 @@
%{?sle15_python_module_pythons}
Name: python-ansi2html
-Version: 1.8.0
+Version: 1.9.1
Release: 0
Summary: Python module to convert text with ANSI color codes to HTML or
LaTeX
License: LGPL-3.0-or-later
Group: Development/Languages/Python
-URL: https://github.com/ralphbean/ansi2html/
-Source:
https://github.com/ralphbean/ansi2html/archive/%{version}.tar.gz
-# PATCH-FIX-UPSTREAM
-# 0001-tests-test_ansi2html.py-use-sys.executable-instead-o.patch
-# gh#pycontribs/ansi2html#210 [email protected]
-Patch0: 0001-tests-test_ansi2html.py-use-sys.executable-instead-o.patch
+URL: https://github.com/pycontribs/ansi2html/
+Source:
https://github.com/pycontribs/ansi2html/archive/v%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-six
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages
%description
-A module to convert text with ANSI color codes to HTML or to LaTeX.
+Convert text with ANSI color codes to HTML or to LaTeX.
+
+Inspired by and developed off of the work of pixelbeat and blackjack.
+
+Read the [docs](https://ansi2html.readthedocs.io/) for more informations.
%prep
%setup -q -n ansi2html-%{version}
-%patch0 -p1
%build
%pyproject_wheel
@@ -71,7 +69,8 @@
%files %{python_files}
%license LICENSE
-%doc README.rst CHANGELOG.rst
+%doc README.md
%python_alternative %{_bindir}/ansi2html
-%{python_sitelib}/*
+%{python_sitelib}/ansi2html/
+%{python_sitelib}/ansi2html-*.dist-info/