Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cachetools for 
openSUSE:Factory checked in at 2023-01-14 20:31:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cachetools (Old)
 and      /work/SRC/openSUSE:Factory/.python-cachetools.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cachetools"

Sat Jan 14 20:31:23 2023 rev:16 rq:1058183 version:5.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cachetools/python-cachetools.changes      
2022-10-01 17:41:42.453511676 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cachetools.new.32243/python-cachetools.changes
   2023-01-14 20:31:44.109219031 +0100
@@ -1,0 +2,8 @@
+Fri Jan 13 09:53:36 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 5.2.1:
+  * Add support for Python 3.11.
+  * Correct version information in RTD documentation.
+  * ``badges/shields``: Change to GitHub workflow badge routes.
+
+-------------------------------------------------------------------

Old:
----
  cachetools-5.2.0.tar.gz

New:
----
  cachetools-5.2.1.tar.gz

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

Other differences:
------------------
++++++ python-cachetools.spec ++++++
--- /var/tmp/diff_new_pack.vqnK5B/_old  2023-01-14 20:31:44.617222031 +0100
+++ /var/tmp/diff_new_pack.vqnK5B/_new  2023-01-14 20:31:44.621222054 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cachetools
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-cachetools
-Version:        5.2.0
+Version:        5.2.1
 Release:        0
 Summary:        Extensible memoizing collections and decorators
 License:        MIT

++++++ cachetools-5.2.0.tar.gz -> cachetools-5.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cachetools-5.2.0/CHANGELOG.rst 
new/cachetools-5.2.1/CHANGELOG.rst
--- old/cachetools-5.2.0/CHANGELOG.rst  2022-05-29 22:40:53.000000000 +0200
+++ new/cachetools-5.2.1/CHANGELOG.rst  2023-01-08 21:32:15.000000000 +0100
@@ -1,3 +1,13 @@
+v5.2.1 (2023-01-08)
+===================
+
+- Add support for Python 3.11.
+
+- Correct version information in RTD documentation.
+
+- ``badges/shields``: Change to GitHub workflow badge routes.
+
+
 v5.2.0 (2022-05-29)
 ===================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cachetools-5.2.0/PKG-INFO 
new/cachetools-5.2.1/PKG-INFO
--- old/cachetools-5.2.0/PKG-INFO       2022-05-29 22:47:21.486991400 +0200
+++ new/cachetools-5.2.1/PKG-INFO       2023-01-08 21:34:18.072167000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cachetools
-Version: 5.2.0
+Version: 5.2.1
 Summary: Extensible memoizing collections and decorators
 Home-page: https://github.com/tkem/cachetools/
 Author: Thomas Kemmer
@@ -17,6 +17,7 @@
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Requires-Python: ~=3.7
 License-File: LICENSE
@@ -28,7 +29,7 @@
    :target: https://pypi.org/project/cachetools/
    :alt: Latest PyPI version
 
-.. image:: https://img.shields.io/github/workflow/status/tkem/cachetools/CI
+.. image:: 
https://img.shields.io/github/actions/workflow/status/tkem/cachetools/ci.yml
    :target: https://github.com/tkem/cachetools/actions/workflows/ci.yml
    :alt: CI build status
 
@@ -122,7 +123,7 @@
 License
 ------------------------------------------------------------------------
 
-Copyright (c) 2014-2022 Thomas Kemmer.
+Copyright (c) 2014-2023 Thomas Kemmer.
 
 Licensed under the `MIT License`_.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cachetools-5.2.0/README.rst 
new/cachetools-5.2.1/README.rst
--- old/cachetools-5.2.0/README.rst     2022-05-29 22:40:29.000000000 +0200
+++ new/cachetools-5.2.1/README.rst     2023-01-08 21:31:51.000000000 +0100
@@ -5,7 +5,7 @@
    :target: https://pypi.org/project/cachetools/
    :alt: Latest PyPI version
 
-.. image:: https://img.shields.io/github/workflow/status/tkem/cachetools/CI
+.. image:: 
https://img.shields.io/github/actions/workflow/status/tkem/cachetools/ci.yml
    :target: https://github.com/tkem/cachetools/actions/workflows/ci.yml
    :alt: CI build status
 
@@ -99,7 +99,7 @@
 License
 ------------------------------------------------------------------------
 
-Copyright (c) 2014-2022 Thomas Kemmer.
+Copyright (c) 2014-2023 Thomas Kemmer.
 
 Licensed under the `MIT License`_.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cachetools-5.2.0/docs/conf.py 
new/cachetools-5.2.1/docs/conf.py
--- old/cachetools-5.2.0/docs/conf.py   2022-05-29 22:40:29.000000000 +0200
+++ new/cachetools-5.2.1/docs/conf.py   2023-01-08 21:31:51.000000000 +0100
@@ -5,19 +5,10 @@
 
 sys.path.insert(0, str((basedir / "src").resolve()))
 
-
-def get_version():
-    import configparser
-
-    cp = configparser.ConfigParser()
-    cp.read(basedir / "setup.cfg")
-    return cp["metadata"]["version"]
-
-
 project = "cachetools"
-copyright = "2014-2022 Thomas Kemmer"
-version = get_version()
-release = version
+copyright = "2014-2023 Thomas Kemmer"
+version = "5.2"
+release = "5.2.1"
 
 extensions = [
     "sphinx.ext.autodoc",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cachetools-5.2.0/setup.cfg 
new/cachetools-5.2.1/setup.cfg
--- old/cachetools-5.2.0/setup.cfg      2022-05-29 22:47:21.486991400 +0200
+++ new/cachetools-5.2.1/setup.cfg      2023-01-08 21:34:18.072167000 +0100
@@ -20,6 +20,7 @@
        Programming Language :: Python :: 3.8
        Programming Language :: Python :: 3.9
        Programming Language :: Python :: 3.10
+       Programming Language :: Python :: 3.11
        Topic :: Software Development :: Libraries :: Python Modules
 
 [options]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cachetools-5.2.0/src/cachetools/__init__.py 
new/cachetools-5.2.1/src/cachetools/__init__.py
--- old/cachetools-5.2.0/src/cachetools/__init__.py     2022-05-29 
22:40:29.000000000 +0200
+++ new/cachetools-5.2.1/src/cachetools/__init__.py     2023-01-08 
21:31:51.000000000 +0100
@@ -13,7 +13,7 @@
     "cachedmethod",
 )
 
-__version__ = "5.2.0"
+__version__ = "5.2.1"
 
 import collections
 import collections.abc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cachetools-5.2.0/src/cachetools.egg-info/PKG-INFO 
new/cachetools-5.2.1/src/cachetools.egg-info/PKG-INFO
--- old/cachetools-5.2.0/src/cachetools.egg-info/PKG-INFO       2022-05-29 
22:47:21.000000000 +0200
+++ new/cachetools-5.2.1/src/cachetools.egg-info/PKG-INFO       2023-01-08 
21:34:18.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cachetools
-Version: 5.2.0
+Version: 5.2.1
 Summary: Extensible memoizing collections and decorators
 Home-page: https://github.com/tkem/cachetools/
 Author: Thomas Kemmer
@@ -17,6 +17,7 @@
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Requires-Python: ~=3.7
 License-File: LICENSE
@@ -28,7 +29,7 @@
    :target: https://pypi.org/project/cachetools/
    :alt: Latest PyPI version
 
-.. image:: https://img.shields.io/github/workflow/status/tkem/cachetools/CI
+.. image:: 
https://img.shields.io/github/actions/workflow/status/tkem/cachetools/ci.yml
    :target: https://github.com/tkem/cachetools/actions/workflows/ci.yml
    :alt: CI build status
 
@@ -122,7 +123,7 @@
 License
 ------------------------------------------------------------------------
 
-Copyright (c) 2014-2022 Thomas Kemmer.
+Copyright (c) 2014-2023 Thomas Kemmer.
 
 Licensed under the `MIT License`_.
 

Reply via email to