Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cucumber-tag-expressions for 
openSUSE:Factory checked in at 2026-03-27 16:51:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cucumber-tag-expressions (Old)
 and      /work/SRC/openSUSE:Factory/.python-cucumber-tag-expressions.new.8177 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cucumber-tag-expressions"

Fri Mar 27 16:51:24 2026 rev:2 rq:1343153 version:9.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-cucumber-tag-expressions/python-cucumber-tag-expressions.changes
  2025-11-12 21:15:42.361450231 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cucumber-tag-expressions.new.8177/python-cucumber-tag-expressions.changes
        2026-03-27 16:54:08.147073107 +0100
@@ -1,0 +2,12 @@
+Fri Mar 27 10:39:01 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 9.1.0:
+  * [JavaScript] Expose named export and type
+- update to 9.0.0:
+  * [Java] Set release version to 17
+- update to 8.1.0:
+  * [.NET] Add a .NET implementation
+  * Render the empty tag expression as an empty string
+  * Improve error message for missing operands
+
+-------------------------------------------------------------------

Old:
----
  cucumber_tag_expressions-8.0.0.tar.gz

New:
----
  cucumber_tag_expressions-9.1.0.tar.gz

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

Other differences:
------------------
++++++ python-cucumber-tag-expressions.spec ++++++
--- /var/tmp/diff_new_pack.83xbP3/_old  2026-03-27 16:54:08.675095211 +0100
+++ /var/tmp/diff_new_pack.83xbP3/_new  2026-03-27 16:54:08.675095211 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cucumber-tag-expressions
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 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
@@ -17,14 +17,14 @@
 
 
 Name:           python-cucumber-tag-expressions
-Version:        8.0.0
+Version:        9.1.0
 Release:        0
 Summary:        Provides a tag-expression parser and evaluation logic for 
cucumber/behave
 License:        MIT
 URL:            https://github.com/cucumber/tag-expressions
 Source:         
https://files.pythonhosted.org/packages/source/c/cucumber-tag-expressions/cucumber_tag_expressions-%{version}.tar.gz
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module uv-build}
+BuildRequires:  %{python_module uv-build >= 0.10.0}
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module pytest >= 6.0.1}

++++++ cucumber_tag_expressions-8.0.0.tar.gz -> 
cucumber_tag_expressions-9.1.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cucumber_tag_expressions-8.0.0/PKG-INFO 
new/cucumber_tag_expressions-9.1.0/PKG-INFO
--- old/cucumber_tag_expressions-8.0.0/PKG-INFO 1970-01-01 01:00:00.000000000 
+0100
+++ new/cucumber_tag_expressions-9.1.0/PKG-INFO 1970-01-01 01:00:00.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: cucumber-tag-expressions
-Version: 8.0.0
+Version: 9.1.0
 Summary: Provides a tag-expression parser and evaluation logic for 
cucumber/behave
 Keywords: BDD,testing,cucumber,tag-expressions,behave
 Author: Jens Engel
@@ -21,11 +21,11 @@
 Classifier: Topic :: Software Development :: Testing
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Requires-Python: >=3.10
-Project-URL: Changelog, https://github.com/cucumber/tag-expressions/releases
-Project-URL: Download, https://pypi.org/project/cucumber-tag-expressions
 Project-URL: Homepage, https://github.com/cucumber/tag-expressions
-Project-URL: Issues, https://github.com/cucumber/tag-expressions/issues/
+Project-URL: Download, https://pypi.org/project/cucumber-tag-expressions
 Project-URL: Repository, https://github.com/cucumber/tag-expressions
+Project-URL: Issues, https://github.com/cucumber/tag-expressions/issues/
+Project-URL: Changelog, https://github.com/cucumber/tag-expressions/releases
 Description-Content-Type: text/markdown
 
 <h1 align="center">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cucumber_tag_expressions-8.0.0/pyproject.toml 
new/cucumber_tag_expressions-9.1.0/pyproject.toml
--- old/cucumber_tag_expressions-8.0.0/pyproject.toml   1970-01-01 
01:00:00.000000000 +0100
+++ new/cucumber_tag_expressions-9.1.0/pyproject.toml   1970-01-01 
01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 [build-system]
 build-backend = "uv_build"
-requires = ["uv_build>=0.9.0,<0.10.0"]
+requires = ["uv_build>=0.10.0,<0.11.0"]
 
 [project]
 name = "cucumber-tag-expressions"
@@ -8,7 +8,7 @@
     {name = "Jens Engel", email = "[email protected]"},
 ]
 description = "Provides a tag-expression parser and evaluation logic for 
cucumber/behave"
-version = "8.0.0"
+version = "9.1.0"
 keywords= ["BDD", "testing", "cucumber", "tag-expressions", "behave"]
 license = "MIT"
 license-files = [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cucumber_tag_expressions-8.0.0/src/cucumber_tag_expressions/model.py 
new/cucumber_tag_expressions-9.1.0/src/cucumber_tag_expressions/model.py
--- old/cucumber_tag_expressions-8.0.0/src/cucumber_tag_expressions/model.py    
1970-01-01 01:00:00.000000000 +0100
+++ new/cucumber_tag_expressions-9.1.0/src/cucumber_tag_expressions/model.py    
1970-01-01 01:00:00.000000000 +0100
@@ -222,7 +222,7 @@
         return True
 
     def __str__(self):
-        return "true"
+        return ""
 
     def __repr__(self):
         return "True_()"

Reply via email to