Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-plette for openSUSE:Factory 
checked in at 2026-07-06 12:31:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-plette (Old)
 and      /work/SRC/openSUSE:Factory/.python-plette.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-plette"

Mon Jul  6 12:31:57 2026 rev:9 rq:1363840 version:2.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-plette/python-plette.changes      
2024-11-21 15:14:23.914906106 +0100
+++ /work/SRC/openSUSE:Factory/.python-plette.new.1982/python-plette.changes    
2026-07-06 12:34:26.775798974 +0200
@@ -1,0 +2,8 @@
+Sun Jul  5 10:07:32 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.2.2:
+  * Support cool-down-period in [pipenv] section with proper format validation 
and timedelta conversion
+  * Support TOMLKit elements inside _LockFileEncoder and enforce UTF-8 decoding
+- add fix-version.patch
+
+-------------------------------------------------------------------

Old:
----
  plette-2.1.0.tar.gz

New:
----
  fix-version.patch
  plette-2.2.2.tar.gz

----------(New B)----------
  New:  * Support TOMLKit elements inside _LockFileEncoder and enforce UTF-8 
decoding
- add fix-version.patch
----------(New E)----------

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

Other differences:
------------------
++++++ python-plette.spec ++++++
--- /var/tmp/diff_new_pack.Zcw8BB/_old  2026-07-06 12:34:27.331818292 +0200
+++ /var/tmp/diff_new_pack.Zcw8BB/_new  2026-07-06 12:34:27.335818431 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-plette
 #
-# Copyright (c) 2024 SUSE LLC
+# 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,12 +17,13 @@
 
 
 Name:           python-plette
-Version:        2.1.0
+Version:        2.2.2
 Release:        0
 Summary:        Structured Pipfile and Pipfile.lock models
 License:        ISC
 URL:            https://github.com/sarugaku/plette
 Source:         
https://github.com/sarugaku/plette/archive/refs/tags/v%{version}.tar.gz#/plette-%{version}.tar.gz
+Patch1:         fix-version.patch
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools >= 61.0.0}
 BuildRequires:  %{python_module wheel}

++++++ fix-version.patch ++++++
Index: plette-2.2.2/src/plette/__init__.py
===================================================================
--- plette-2.2.2.orig/src/plette/__init__.py
+++ plette-2.2.2/src/plette/__init__.py
@@ -3,7 +3,7 @@ __all__ = [
     "Lockfile", "Pipfile",
 ]
 
-__version__ = '2.2.1'
+__version__ = '2.2.2'
 
 from .lockfiles import Lockfile
 from .pipfiles import Pipfile

++++++ plette-2.1.0.tar.gz -> plette-2.2.2.tar.gz ++++++
++++ 1966 lines of diff (skipped)

Reply via email to