Hello community,
here is the log from the commit of package python-latexcodec for
openSUSE:Factory checked in at 2020-07-24 10:07:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-latexcodec (Old)
and /work/SRC/openSUSE:Factory/.python-latexcodec.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-latexcodec"
Fri Jul 24 10:07:48 2020 rev:2 rq:822550 version:2.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-latexcodec/python-latexcodec.changes
2018-01-06 18:48:20.501607798 +0100
+++
/work/SRC/openSUSE:Factory/.python-latexcodec.new.3592/python-latexcodec.changes
2020-07-24 10:09:31.118143684 +0200
@@ -1,0 +2,21 @@
+Thu Jul 23 10:40:41 UTC 2020 - Matej Cepl <[email protected]>
+
+- Update to 2.0.1:
+ - Drop Python 3.3 support.
+ - Added a few more translations.
+ - Lexer now processes unicode directly, to fix various issues with
+ multibyte encodings. This also simplifies the implementation. Many
+ thanks to davidweichiang for reporting and implementing.
+ - New detailed description of the package for the readme, to clarify
+ the behaviour and design choices. Many thanks to tschantzmc for
+ contributing this description (see issue #70).
+ - Minor fix in decoding of LaTeX comments (see issue #72).
+ - Support Python 3.9 (see issue #75).
+ - More symbols (THIN SPACE, various accented characters).
+ - Fix lexer issue with multibyte encodings (thanks to davidweichiang
+ for reporting).
+ - More symbols (EM SPACE, MINUS SIGN, GREEK PHI SYMBOL, HYPHEN,
+ alternate encodings of Swedish å and Å).
+ - Doesn't need nose anymore (switched to pytest).
+
+-------------------------------------------------------------------
Old:
----
python-latexcodec-1.0.5.tar.gz
New:
----
python-latexcodec-2.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-latexcodec.spec ++++++
--- /var/tmp/diff_new_pack.4I2oqI/_old 2020-07-24 10:09:34.618147193 +0200
+++ /var/tmp/diff_new_pack.4I2oqI/_new 2020-07-24 10:09:34.622147196 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-latexcodec
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,23 @@
# 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 modname latexcodec
Name: python-latexcodec
-Version: 1.0.5
+Version: 2.0.1
Release: 0
Summary: A lexer and codec to work with LaTeX code in Python
License: MIT
Group: Development/Languages/Python
URL: https://github.com/mcmtroffaes/latexcodec
-Source:
https://github.com/mcmtroffaes/latexcodec/archive/1.0.5.tar.gz#/%{name}-%{version}.tar.gz
+Source:
https://github.com/mcmtroffaes/latexcodec/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module base}
BuildRequires: %{python_module coverage}
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.4.1}
BuildRequires: fdupes
@@ -40,7 +41,7 @@
A lexer and codec to work with LaTeX code in Python.
%prep
-%setup -q -n latexcodec-%{version}
+%setup -q -n %{modname}-%{version}
%build
%python_build
@@ -50,10 +51,11 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%{python_exec %{_bindir}/nosetests -v}
+%pytest
%files %{python_files}
-%doc AUTHORS.rst CHANGELOG.rst LICENSE.rst README.rst
+%license LICENSE.rst
+%doc AUTHORS.rst CHANGELOG.rst README.rst
%{python_sitelib}/*
%changelog
++++++ python-latexcodec-1.0.5.tar.gz -> python-latexcodec-2.0.1.tar.gz ++++++
++++ 2549 lines of diff (skipped)