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 2022-03-01 17:04:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-textdistance (Old)
and /work/SRC/openSUSE:Factory/.python-textdistance.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-textdistance"
Tue Mar 1 17:04:05 2022 rev:4 rq:958292 version:4.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-textdistance/python-textdistance.changes
2021-02-19 23:45:19.847367244 +0100
+++
/work/SRC/openSUSE:Factory/.python-textdistance.new.1958/python-textdistance.changes
2022-03-01 17:04:53.820354587 +0100
@@ -1,0 +2,6 @@
+Tue Mar 1 12:20:22 UTC 2022 - [email protected]
+
+- version update to 4.2.1
+ * no upstream changelog
+
+-------------------------------------------------------------------
Old:
----
textdistance-4.2.0.tar.gz
New:
----
v.4.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-textdistance.spec ++++++
--- /var/tmp/diff_new_pack.nxilRV/_old 2022-03-01 17:04:54.292354712 +0100
+++ /var/tmp/diff_new_pack.nxilRV/_new 2022-03-01 17:04:54.296354714 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-textdistance
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
%define skip_python2 1
%define skip_python36 1
Name: python-textdistance
-Version: 4.2.0
+Version: 4.2.1
Release: 0
Summary: Compute distance between the two texts
License: MIT
URL: https://github.com/life4/textdistance
-Source:
https://files.pythonhosted.org/packages/source/t/textdistance/textdistance-%{version}.tar.gz
+Source:
https://github.com/life4/textdistance/archive/refs/tags/v.%{version}.tar.gz
# PATCH-FIX-OPENSUSE extend-timeout.patch bsc#[0-9]+ [email protected]
# extend timetout for failing test
Patch0: extend-timeout.patch
@@ -52,7 +52,7 @@
implementation, common interface, optional external libs usage.
%prep
-%autosetup -p1 -n textdistance-%{version}
+%autosetup -p1 -n textdistance-v.%{version}
chmod a-x README.md