Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-grimoirelab-toolkit for 
openSUSE:Factory checked in at 2023-12-15 21:48:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-grimoirelab-toolkit (Old)
 and      /work/SRC/openSUSE:Factory/.python-grimoirelab-toolkit.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-grimoirelab-toolkit"

Fri Dec 15 21:48:38 2023 rev:2 rq:1133215 version:0.4.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-grimoirelab-toolkit/python-grimoirelab-toolkit.changes
    2023-06-22 23:26:32.129986747 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-grimoirelab-toolkit.new.25432/python-grimoirelab-toolkit.changes
 2023-12-15 21:48:52.101646421 +0100
@@ -1,0 +2,6 @@
+Thu Dec  7 21:58:56 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 0.4.0:
+  * Drop Python 3.7 support
+
+-------------------------------------------------------------------

Old:
----
  grimoirelab_toolkit-0.3.4.tar.gz

New:
----
  grimoirelab_toolkit-0.4.0.tar.gz

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

Other differences:
------------------
++++++ python-grimoirelab-toolkit.spec ++++++
--- /var/tmp/diff_new_pack.7IGO2G/_old  2023-12-15 21:48:52.545662758 +0100
+++ /var/tmp/diff_new_pack.7IGO2G/_new  2023-12-15 21:48:52.549662906 +0100
@@ -16,14 +16,15 @@
 #
 
 
+%{?sle15_python_module_pythons}
 Name:           python-grimoirelab-toolkit
-Version:        0.3.4
+Version:        0.4.0
 Release:        0
 Summary:        Toolkit of common functions used across GrimoireLab
 License:        GPL-3.0-or-later
 URL:            https://chaoss.github.io/grimoirelab/
 Source:         
https://files.pythonhosted.org/packages/source/g/grimoirelab-toolkit/grimoirelab_toolkit-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module poetry-core >= 1.0.0}
 BuildRequires:  %{python_module pytest}

++++++ grimoirelab_toolkit-0.3.4.tar.gz -> grimoirelab_toolkit-0.4.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grimoirelab_toolkit-0.3.4/AUTHORS 
new/grimoirelab_toolkit-0.4.0/AUTHORS
--- old/grimoirelab_toolkit-0.3.4/AUTHORS       2023-04-21 13:37:16.178135000 
+0200
+++ new/grimoirelab_toolkit-0.4.0/AUTHORS       2023-10-20 13:00:12.630837700 
+0200
@@ -3,4 +3,5 @@
 Miguel Ángel Fernández <mafe...@bitergia.com>
 Jesus M. Gonzalez-Barahona <j...@gsyc.es>
 Venu Vardhan Reddy Tekula <venu@chaoss.community>
+Jose Javier Merchante <jjmercha...@bitergia.com>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grimoirelab_toolkit-0.3.4/NEWS 
new/grimoirelab_toolkit-0.4.0/NEWS
--- old/grimoirelab_toolkit-0.3.4/NEWS  2023-04-21 13:37:16.178135000 +0200
+++ new/grimoirelab_toolkit-0.4.0/NEWS  2023-10-20 13:00:12.634837900 +0200
@@ -1,5 +1,23 @@
 # Releases
 
+## grimoirelab-toolkit 0.4.0 - (2023-10-20)
+
+**Feature removals:**
+
+ * Drop Python 3.7 support\
+   Python 3.7 reaches the end of life in June 2023. This means it won't
+   receive new updates or patches to fix security issues. Therefore, this
+   package only works with Python >= 3.8 from now on.
+
+
+  ## grimoirelab-toolkit 0.3.6 - (2023-07-11)
+  
+  * Update Poetry's package dependencies
+
+  ## grimoirelab-toolkit 0.3.5 - (2023-06-28)
+  
+  * Update Poetry's package dependencies
+
   ## grimoirelab-toolkit 0.3.4 - (2023-04-21)
   
   * Update Poetry's package dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grimoirelab_toolkit-0.3.4/PKG-INFO 
new/grimoirelab_toolkit-0.4.0/PKG-INFO
--- old/grimoirelab_toolkit-0.3.4/PKG-INFO      1970-01-01 01:00:00.000000000 
+0100
+++ new/grimoirelab_toolkit-0.4.0/PKG-INFO      1970-01-01 01:00:00.000000000 
+0100
@@ -1,22 +1,20 @@
 Metadata-Version: 2.1
 Name: grimoirelab-toolkit
-Version: 0.3.4
+Version: 0.4.0
 Summary: Toolkit of common functions used across GrimoireLab
 Home-page: https://chaoss.github.io/grimoirelab/
 License: GPL-3.0+
 Keywords: development,grimoirelab
 Author: GrimoireLab Developers
-Requires-Python: >=3.7,<4.0
+Requires-Python: >=3.8,<4.0
 Classifier: Development Status :: 4 - Beta
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: GNU General Public License v3 or later 
(GPLv3+)
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.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: Programming Language :: Python :: 3
 Classifier: Topic :: Software Development
 Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
 Project-URL: Repository, https://github.com/chaoss/grimoirelab-toolkit
@@ -32,7 +30,7 @@
 
 ## Requirements
 
- * Python >= 3.7
+ * Python >= 3.8
 
 You will also need some other libraries for running the tool, you can find the
 whole list of dependencies in [pyproject.toml](pyproject.toml) file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grimoirelab_toolkit-0.3.4/README.md 
new/grimoirelab_toolkit-0.4.0/README.md
--- old/grimoirelab_toolkit-0.3.4/README.md     2023-04-21 13:37:16.178135000 
+0200
+++ new/grimoirelab_toolkit-0.4.0/README.md     2023-10-20 13:00:12.634837900 
+0200
@@ -8,7 +8,7 @@
 
 ## Requirements
 
- * Python >= 3.7
+ * Python >= 3.8
 
 You will also need some other libraries for running the tool, you can find the
 whole list of dependencies in [pyproject.toml](pyproject.toml) file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grimoirelab_toolkit-0.3.4/grimoirelab_toolkit/_version.py 
new/grimoirelab_toolkit-0.4.0/grimoirelab_toolkit/_version.py
--- old/grimoirelab_toolkit-0.3.4/grimoirelab_toolkit/_version.py       
2023-04-21 13:37:16.178135000 +0200
+++ new/grimoirelab_toolkit-0.4.0/grimoirelab_toolkit/_version.py       
2023-10-20 13:00:12.634837900 +0200
@@ -1,2 +1,2 @@
-# File auto-generated by semverup on 2023-04-21 11:37:00.018783
-__version__ = "0.3.4"
+# File auto-generated by semverup on 2023-10-20 10:59:57.952093
+__version__ = "0.4.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grimoirelab_toolkit-0.3.4/pyproject.toml 
new/grimoirelab_toolkit-0.4.0/pyproject.toml
--- old/grimoirelab_toolkit-0.3.4/pyproject.toml        2023-04-21 
13:37:16.178135000 +0200
+++ new/grimoirelab_toolkit-0.4.0/pyproject.toml        2023-10-20 
13:00:12.634837900 +0200
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "grimoirelab-toolkit"
-version = "0.3.4"
+version = "0.4.0"
 description = "Toolkit of common functions used across GrimoireLab"
 authors = [
     "GrimoireLab Developers"
@@ -37,12 +37,12 @@
 ]
 
 [tool.poetry.dependencies]
-python = "^3.7"
+python = "^3.8"
 python-dateutil = "^2.8.2"
 
 [tool.poetry.dev-dependencies]
 flake8 = "^4.0.1"
-coverage = "^6.3.2"
+coverage = "^7.2.3"
 
 [build-system]
 requires = ["poetry-core>=1.0.0"]

Reply via email to