Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-backrefs for openSUSE:Factory 
checked in at 2025-12-12 21:42:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-backrefs (Old)
 and      /work/SRC/openSUSE:Factory/.python-backrefs.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-backrefs"

Fri Dec 12 21:42:37 2025 rev:4 rq:1322583 version:6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-backrefs/python-backrefs.changes  
2025-07-11 21:32:59.552180728 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-backrefs.new.1939/python-backrefs.changes    
    2025-12-12 21:44:00.483996690 +0100
@@ -1,0 +2,28 @@
+Fri Dec 12 10:48:16 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 6.1:
+  * **NEW**: Include Unicode 17 zip for early Python 3.15 usage,
+    though Python 3.15 functionality is not guaranteed.
+  * **FIX**: Fix issues with regex imports in later versions.
+  * **FIX**: Fix a regression that created an ASCII binary
+    property that would override the ASCII block property.
+  * **NEW**: POSIX character classes will now always use POSIX
+    compatibility rules instead of Unicode standard rules,
+  * if any are specified in the Unicode specification. The
+    affected character classes are: `[[:alnum:]]`, `[[:digit:]]`,
+  * `[[:xdigit:]]`, and  `[[:punct:]]`. To explicitly use
+    standard Unicode rules for these compatibility properties,
+    use
+  * the Unicode property form instead: `[\p{Alnum}]`,
+    `[\p{Digit}]`, `[\p{Punct}]`, or `[\p{XDigit}]`. This has
+    changed
+  * to ensure no confusion for users expecting compatible POSIX
+    style character class properties.
+  * **FIX**: Scoped ASCII/Unicode flags
+    (`(?a:pattern)`/`(?u:pattern)`) should be respected for
+    Unicode properties in
+  * `bre` and will ensure ASCII or Unicode range if used.
+  * **FIX**: Fix issues related to detecting disabled scoped
+    flags.
+
+-------------------------------------------------------------------

Old:
----
  backrefs-5.9.tar.gz

New:
----
  backrefs-6.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-backrefs.spec ++++++
--- /var/tmp/diff_new_pack.zFpU4Y/_old  2025-12-12 21:44:01.044020317 +0100
+++ /var/tmp/diff_new_pack.zFpU4Y/_new  2025-12-12 21:44:01.044020317 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-backrefs
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-backrefs
-Version:        5.9
+Version:        6.1
 Release:        0
 Summary:        A wrapper around re and regex that adds additional back 
references
 License:        MIT

++++++ backrefs-5.9.tar.gz -> backrefs-6.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-backrefs/backrefs-5.9.tar.gz 
/work/SRC/openSUSE:Factory/.python-backrefs.new.1939/backrefs-6.1.tar.gz 
differ: char 15, line 1

Reply via email to