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 2024-01-15 22:17:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-textdistance (Old) and /work/SRC/openSUSE:Factory/.python-textdistance.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-textdistance" Mon Jan 15 22:17:27 2024 rev:8 rq:1138586 version:4.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-textdistance/python-textdistance.changes 2023-12-13 18:36:10.649097790 +0100 +++ /work/SRC/openSUSE:Factory/.python-textdistance.new.21961/python-textdistance.changes 2024-01-15 22:19:00.762367044 +0100 @@ -1,0 +2,6 @@ +Sun Jan 14 15:13:46 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 4.6.1: + * Remove abydos references from libraries.json + +------------------------------------------------------------------- Old: ---- textdistance-4.6.0.tar.gz New: ---- textdistance-4.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-textdistance.spec ++++++ --- /var/tmp/diff_new_pack.5jKy8W/_old 2024-01-15 22:19:01.314387331 +0100 +++ /var/tmp/diff_new_pack.5jKy8W/_new 2024-01-15 22:19:01.314387331 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-textdistance # -# 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 @@ -17,7 +17,7 @@ Name: python-textdistance -Version: 4.6.0 +Version: 4.6.1 Release: 0 Summary: Compute distance between the two texts License: MIT ++++++ textdistance-4.6.0.tar.gz -> textdistance-4.6.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/textdistance-4.6.0/setup.py new/textdistance-4.6.1/setup.py --- old/textdistance-4.6.0/setup.py 2023-09-28 10:30:38.000000000 +0200 +++ new/textdistance-4.6.1/setup.py 2023-12-29 10:26:14.000000000 +0100 @@ -102,7 +102,7 @@ setup( name='textdistance', - version='4.6.0', + version='4.6.1', author='orsinium', author_email='g...@orsinium.dev', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/textdistance-4.6.0/textdistance/__init__.py new/textdistance-4.6.1/textdistance/__init__.py --- old/textdistance-4.6.0/textdistance/__init__.py 2023-09-28 10:30:38.000000000 +0200 +++ new/textdistance-4.6.1/textdistance/__init__.py 2023-12-29 10:26:14.000000000 +0100 @@ -6,7 +6,7 @@ # main package info __title__ = 'TextDistance' -__version__ = '4.6.0' +__version__ = '4.6.1' __author__ = 'Gram (@orsinium)' __license__ = 'MIT' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/textdistance-4.6.0/textdistance/libraries.json new/textdistance-4.6.1/textdistance/libraries.json --- old/textdistance-4.6.0/textdistance/libraries.json 2023-09-28 10:30:38.000000000 +0200 +++ new/textdistance-4.6.1/textdistance/libraries.json 2023-12-29 10:26:14.000000000 +0100 @@ -15,10 +15,6 @@ [ "pyxdameraulevenshtein", "damerau_levenshtein_distance" - ], - [ - "abydos.distance", - "DamerauLevenshtein" ] ], "Hamming": [ @@ -37,10 +33,6 @@ [ "distance", "hamming" - ], - [ - "abydos.distance", - "Hamming" ] ], "Jaro": [ @@ -85,4 +77,4 @@ "levenshtein" ] ] -} \ No newline at end of file +}