Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-yarl for openSUSE:Factory checked in at 2022-12-09 13:16:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-yarl (Old) and /work/SRC/openSUSE:Factory/.python-yarl.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yarl" Fri Dec 9 13:16:42 2022 rev:20 rq:1041630 version:1.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-yarl/python-yarl.changes 2022-08-20 20:27:35.765175104 +0200 +++ /work/SRC/openSUSE:Factory/.python-yarl.new.1835/python-yarl.changes 2022-12-09 13:16:50.046699881 +0100 @@ -1,0 +2,6 @@ +Wed Dec 7 22:47:59 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to version 1.8.2 + * This is the first release that started shipping wheels for Python 3.11. + +------------------------------------------------------------------- Old: ---- yarl-1.8.1.tar.gz New: ---- yarl-1.8.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-yarl.spec ++++++ --- /var/tmp/diff_new_pack.Eqasi9/_old 2022-12-09 13:16:50.474702155 +0100 +++ /var/tmp/diff_new_pack.Eqasi9/_new 2022-12-09 13:16:50.478702176 +0100 @@ -17,7 +17,7 @@ Name: python-yarl -Version: 1.8.1 +Version: 1.8.2 Release: 0 Summary: Yet another URL library License: Apache-2.0 ++++++ yarl-1.8.1.tar.gz -> yarl-1.8.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yarl-1.8.1/CHANGES.rst new/yarl-1.8.2/CHANGES.rst --- old/yarl-1.8.1/CHANGES.rst 2022-08-01 23:35:35.000000000 +0200 +++ new/yarl-1.8.2/CHANGES.rst 2022-12-03 04:07:42.000000000 +0100 @@ -14,6 +14,12 @@ .. towncrier release notes start +1.8.2 (2022-12-03) +================== + +This is the first release that started shipping wheels for Python 3.11. + + 1.8.1 (2022-08-01) ================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yarl-1.8.1/PKG-INFO new/yarl-1.8.2/PKG-INFO --- old/yarl-1.8.1/PKG-INFO 2022-08-01 23:35:54.061226400 +0200 +++ new/yarl-1.8.2/PKG-INFO 2022-12-03 04:07:53.682745500 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: yarl -Version: 1.8.1 +Version: 1.8.2 Summary: Yet another URL library Home-page: https://github.com/aio-libs/yarl/ Author: Andrew Svetlov @@ -240,6 +240,12 @@ .. towncrier release notes start +1.8.2 (2022-12-03) +================== + +This is the first release that started shipping wheels for Python 3.11. + + 1.8.1 (2022-08-01) ================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yarl-1.8.1/yarl/__init__.py new/yarl-1.8.2/yarl/__init__.py --- old/yarl-1.8.1/yarl/__init__.py 2022-08-01 23:35:35.000000000 +0200 +++ new/yarl-1.8.2/yarl/__init__.py 2022-12-03 04:07:42.000000000 +0100 @@ -1,5 +1,5 @@ from ._url import URL, cache_clear, cache_configure, cache_info -__version__ = "1.8.1" +__version__ = "1.8.2" __all__ = ("URL", "cache_clear", "cache_configure", "cache_info") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yarl-1.8.1/yarl.egg-info/PKG-INFO new/yarl-1.8.2/yarl.egg-info/PKG-INFO --- old/yarl-1.8.1/yarl.egg-info/PKG-INFO 2022-08-01 23:35:53.000000000 +0200 +++ new/yarl-1.8.2/yarl.egg-info/PKG-INFO 2022-12-03 04:07:53.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: yarl -Version: 1.8.1 +Version: 1.8.2 Summary: Yet another URL library Home-page: https://github.com/aio-libs/yarl/ Author: Andrew Svetlov @@ -240,6 +240,12 @@ .. towncrier release notes start +1.8.2 (2022-12-03) +================== + +This is the first release that started shipping wheels for Python 3.11. + + 1.8.1 (2022-08-01) ==================