Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-textdistance for
openSUSE:Factory checked in at 2023-02-08 17:20:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-textdistance (Old)
and /work/SRC/openSUSE:Factory/.python-textdistance.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-textdistance"
Wed Feb 8 17:20:18 2023 rev:6 rq:1063712 version:4.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-textdistance/python-textdistance.changes
2022-06-18 22:06:38.899695191 +0200
+++
/work/SRC/openSUSE:Factory/.python-textdistance.new.4462/python-textdistance.changes
2023-02-08 17:20:42.594065902 +0100
@@ -1,0 +2,14 @@
+Wed Feb 8 04:09:31 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Update to 4.5.0:
+ * Run Python 3.10 tests on CI
+ * Type annotations
+ * Add new DamerauLevenshtein... classes
+ * update rapidfuzz
+ * Ensure that maximum normalised distance is <= 1
+ * Ensure editex parameters are sensible
+ * Ignore inconsistent timings on some comparison tests
+ * add support for rapidfuzz
+- Fix up the download URL due to upstream dropping v.
+
+-------------------------------------------------------------------
Old:
----
python-textdistance-4.2.1.tar.gz
New:
----
textdistance-4.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-textdistance.spec ++++++
--- /var/tmp/diff_new_pack.YJNDZb/_old 2023-02-08 17:20:43.214068946 +0100
+++ /var/tmp/diff_new_pack.YJNDZb/_new 2023-02-08 17:20:43.222068985 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-textdistance
#
-# Copyright (c) 2022 SUSE LLC
+# 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
@@ -16,14 +16,13 @@
#
-%define skip_python2 1
Name: python-textdistance
-Version: 4.2.1
+Version: 4.5.0
Release: 0
Summary: Compute distance between the two texts
License: MIT
URL: https://github.com/life4/textdistance
-Source:
https://github.com/life4/textdistance/archive/refs/tags/v.%{version}.tar.gz#/python-textdistance-%{version}.tar.gz
+Source:
https://github.com/life4/textdistance/archive/refs/tags/%{version}.tar.gz#/textdistance-%{version}.tar.gz
# PATCH-FEATURE-OPENSUSE hypothesis-profile-conftest.patch -- add hypothesis
profile for slow OBS executions, [email protected]
Patch1: hypothesis-profile-conftest.patch
BuildRequires: %{python_module setuptools}
@@ -49,7 +48,7 @@
implementation, common interface, optional external libs usage.
%prep
-%autosetup -p1 -n textdistance-v.%{version}
+%autosetup -p1 -n textdistance-%{version}
chmod a-x README.md
%build