Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-frozenlist for 
openSUSE:Factory checked in at 2022-12-04 14:57:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-frozenlist (Old)
 and      /work/SRC/openSUSE:Factory/.python-frozenlist.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-frozenlist"

Sun Dec  4 14:57:36 2022 rev:4 rq:1039670 version:1.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-frozenlist/python-frozenlist.changes      
2022-10-01 17:42:51.873638280 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-frozenlist.new.1835/python-frozenlist.changes
    2022-12-04 14:57:39.384029001 +0100
@@ -1,0 +2,12 @@
+Fri Dec  2 17:45:08 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com>
+
+- Update to 1.3.3
+  * Fixed CI runs when creating a new release, where new towncrier versions 
fail
+    when the current version section is already present.
+
+- Update to 1.3.2 
+  * Misc
+    Updated the CI runs to better check for test results and to avoid
+    deprecated syntax. #327
+
+-------------------------------------------------------------------

Old:
----
  frozenlist-1.3.1.tar.gz

New:
----
  frozenlist-1.3.3.tar.gz

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

Other differences:
------------------
++++++ python-frozenlist.spec ++++++
--- /var/tmp/diff_new_pack.4Uwj6p/_old  2022-12-04 14:57:39.900031974 +0100
+++ /var/tmp/diff_new_pack.4Uwj6p/_new  2022-12-04 14:57:39.908032020 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-frozenlist
-Version:        1.3.1
+Version:        1.3.3
 Release:        0
 Summary:        Python list-like structure which implements MutableSequence
 License:        Apache-2.0

++++++ frozenlist-1.3.1.tar.gz -> frozenlist-1.3.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frozenlist-1.3.1/CHANGES.rst 
new/frozenlist-1.3.3/CHANGES.rst
--- old/frozenlist-1.3.1/CHANGES.rst    2022-08-02 23:13:17.000000000 +0200
+++ new/frozenlist-1.3.3/CHANGES.rst    2022-11-08 15:33:43.000000000 +0100
@@ -14,6 +14,28 @@
 
 .. towncrier release notes start
 
+1.3.3 (2022-11-08)
+==================
+
+- Fixed CI runs when creating a new release, where new towncrier versions
+  fail when the current version section is already present.
+
+
+----
+
+
+1.3.2 (2022-11-08)
+==================
+
+Misc
+----
+
+- Updated the CI runs to better check for test results and to avoid deprecated 
syntax. `#327 <https://github.com/aio-libs/frozenlist/issues/327>`_
+
+
+----
+
+
 1.3.1 (2022-08-02)
 ==================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frozenlist-1.3.1/PKG-INFO 
new/frozenlist-1.3.3/PKG-INFO
--- old/frozenlist-1.3.1/PKG-INFO       2022-08-02 23:13:46.366246200 +0200
+++ new/frozenlist-1.3.3/PKG-INFO       2022-11-08 15:34:12.465716600 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: frozenlist
-Version: 1.3.1
+Version: 1.3.3
 Summary: A list-like structure which implements collections.abc.MutableSequence
 Home-page: https://github.com/aio-libs/frozenlist
 Maintainer: aiohttp team <t...@aiohttp.org>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frozenlist-1.3.1/frozenlist/__init__.py 
new/frozenlist-1.3.3/frozenlist/__init__.py
--- old/frozenlist-1.3.1/frozenlist/__init__.py 2022-08-02 23:13:17.000000000 
+0200
+++ new/frozenlist-1.3.3/frozenlist/__init__.py 2022-11-08 15:33:43.000000000 
+0100
@@ -5,7 +5,7 @@
 from functools import total_ordering
 from typing import Tuple, Type
 
-__version__ = "1.3.1"
+__version__ = "1.3.3"
 
 __all__ = ("FrozenList", "PyFrozenList")  # type: Tuple[str, ...]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frozenlist-1.3.1/frozenlist.egg-info/PKG-INFO 
new/frozenlist-1.3.3/frozenlist.egg-info/PKG-INFO
--- old/frozenlist-1.3.1/frozenlist.egg-info/PKG-INFO   2022-08-02 
23:13:46.000000000 +0200
+++ new/frozenlist-1.3.3/frozenlist.egg-info/PKG-INFO   2022-11-08 
15:34:12.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: frozenlist
-Version: 1.3.1
+Version: 1.3.3
 Summary: A list-like structure which implements collections.abc.MutableSequence
 Home-page: https://github.com/aio-libs/frozenlist
 Maintainer: aiohttp team <t...@aiohttp.org>

Reply via email to