Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-poetry-dynamic-versioning for
openSUSE:Factory checked in at 2025-03-25 22:10:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-poetry-dynamic-versioning (Old)
and /work/SRC/openSUSE:Factory/.python-poetry-dynamic-versioning.new.2696
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-poetry-dynamic-versioning"
Tue Mar 25 22:10:41 2025 rev:10 rq:1255708 version:1.8.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-poetry-dynamic-versioning/python-poetry-dynamic-versioning.changes
2025-03-24 13:28:00.173175542 +0100
+++
/work/SRC/openSUSE:Factory/.python-poetry-dynamic-versioning.new.2696/python-poetry-dynamic-versioning.changes
2025-03-25 22:19:11.323457716 +0100
@@ -1,0 +2,6 @@
+Mon Mar 24 17:41:43 UTC 2025 - Richard Rahl <[email protected]>
+
+- update to 1.8.1:
+ * NameError exception with Python 3.7
+
+-------------------------------------------------------------------
Old:
----
poetry_dynamic_versioning-1.8.0.tar.gz
New:
----
poetry_dynamic_versioning-1.8.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-poetry-dynamic-versioning.spec ++++++
--- /var/tmp/diff_new_pack.cX6HMq/_old 2025-03-25 22:19:11.775476430 +0100
+++ /var/tmp/diff_new_pack.cX6HMq/_new 2025-03-25 22:19:11.779476595 +0100
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-poetry-dynamic-versioning
-Version: 1.8.0
+Version: 1.8.1
Release: 0
Summary: Plugin for Poetry to enable dynamic versioning based on VCS
tags
License: MIT
++++++ poetry_dynamic_versioning-1.8.0.tar.gz ->
poetry_dynamic_versioning-1.8.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/poetry_dynamic_versioning-1.8.0/CHANGELOG.md
new/poetry_dynamic_versioning-1.8.1/CHANGELOG.md
--- old/poetry_dynamic_versioning-1.8.0/CHANGELOG.md 2025-03-21
03:43:26.583678200 +0100
+++ new/poetry_dynamic_versioning-1.8.1/CHANGELOG.md 2025-03-24
16:50:37.068420400 +0100
@@ -1,3 +1,8 @@
+## v1.8.1 (2025-03-24)
+
+* Fixed:
+ * `NameError` exception with Python 3.7.
+
## v1.8.0 (2025-03-20)
* Added:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/poetry_dynamic_versioning-1.8.0/PKG-INFO
new/poetry_dynamic_versioning-1.8.1/PKG-INFO
--- old/poetry_dynamic_versioning-1.8.0/PKG-INFO 1970-01-01
01:00:00.000000000 +0100
+++ new/poetry_dynamic_versioning-1.8.1/PKG-INFO 1970-01-01
01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: poetry-dynamic-versioning
-Version: 1.8.0
+Version: 1.8.1
Summary: Plugin for Poetry to enable dynamic versioning based on VCS tags
Home-page: https://github.com/mtkennerly/poetry-dynamic-versioning
License: MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/poetry_dynamic_versioning-1.8.0/poetry_dynamic_versioning/__init__.py
new/poetry_dynamic_versioning-1.8.1/poetry_dynamic_versioning/__init__.py
--- old/poetry_dynamic_versioning-1.8.0/poetry_dynamic_versioning/__init__.py
2025-03-21 03:37:30.199982400 +0100
+++ new/poetry_dynamic_versioning-1.8.1/poetry_dynamic_versioning/__init__.py
2025-03-24 16:50:23.692949800 +0100
@@ -124,9 +124,14 @@
},
)
else:
-
- class _Config(Mapping):
- pass
+ _SubstitutionPattern = Mapping
+ _SubstitutionFolder = Mapping
+ _Substitution = Mapping
+ _File = Mapping
+ _JinjaImport = Mapping
+ _FromFile = Mapping
+ _Bump = Mapping
+ _Config = Mapping
class _Mode(Enum):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/poetry_dynamic_versioning-1.8.0/pyproject.toml
new/poetry_dynamic_versioning-1.8.1/pyproject.toml
--- old/poetry_dynamic_versioning-1.8.0/pyproject.toml 2025-03-21
03:43:17.483389000 +0100
+++ new/poetry_dynamic_versioning-1.8.1/pyproject.toml 2025-03-24
16:50:42.110750000 +0100
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-dynamic-versioning"
-version = "1.8.0"
+version = "1.8.1"
description = "Plugin for Poetry to enable dynamic versioning based on VCS
tags"
license = "MIT"
authors = ["Matthew T. Kennerly <[email protected]>"]