Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-flake8-isort for 
openSUSE:Factory checked in at 2025-09-29 16:37:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flake8-isort (Old)
 and      /work/SRC/openSUSE:Factory/.python-flake8-isort.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-flake8-isort"

Mon Sep 29 16:37:34 2025 rev:7 rq:1307732 version:6.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flake8-isort/python-flake8-isort.changes  
2023-12-06 23:48:24.495664206 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-flake8-isort.new.11973/python-flake8-isort.changes
       2025-09-29 16:37:48.080453308 +0200
@@ -1,0 +2,7 @@
+Mon Sep 29 10:41:54 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 6.1.2:
+  * Add support for isort 6.0.0. [SukiCZ]
+  * Drop python 3.8, and add python 3.13. [SukiCZ]
+
+-------------------------------------------------------------------

Old:
----
  flake8_isort-6.1.1.tar.gz

New:
----
  flake8_isort-6.1.2.tar.gz

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

Other differences:
------------------
++++++ python-flake8-isort.spec ++++++
--- /var/tmp/diff_new_pack.pMR8Pb/_old  2025-09-29 16:37:49.520513643 +0200
+++ /var/tmp/diff_new_pack.pMR8Pb/_new  2025-09-29 16:37:49.532514145 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flake8-isort
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 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
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-flake8-isort
-Version:        6.1.1
+Version:        6.1.2
 Release:        0
 Summary:        Plugin integrating isort in flake8
 License:        GPL-2.0-only

++++++ flake8_isort-6.1.1.tar.gz -> flake8_isort-6.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8_isort-6.1.1/.github/workflows/tests.yml 
new/flake8_isort-6.1.2/.github/workflows/tests.yml
--- old/flake8_isort-6.1.1/.github/workflows/tests.yml  2020-02-02 
01:00:00.000000000 +0100
+++ new/flake8_isort-6.1.2/.github/workflows/tests.yml  2020-02-02 
01:00:00.000000000 +0100
@@ -12,7 +12,7 @@
     runs-on: "ubuntu-latest"
     strategy:
       matrix:
-        python-version: ["3.12", "3.11", "3.10", 3.9, 3.8, pypy-3.9]
+        python-version: ["3.13", "3.12", "3.11", "3.10", 3.9, pypy-3.9]
     steps:
       - uses: actions/checkout@v4
       - name: Set up Python
@@ -36,7 +36,7 @@
     runs-on: "ubuntu-latest"
     strategy:
       matrix:
-        python-version: [3.8]
+        python-version: [3.9]
     steps:
       - uses: actions/checkout@v4
       - name: Set up Python
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8_isort-6.1.1/.pre-commit-config.yaml 
new/flake8_isort-6.1.2/.pre-commit-config.yaml
--- old/flake8_isort-6.1.1/.pre-commit-config.yaml      2020-02-02 
01:00:00.000000000 +0100
+++ new/flake8_isort-6.1.2/.pre-commit-config.yaml      2020-02-02 
01:00:00.000000000 +0100
@@ -7,7 +7,7 @@
     rev: v3.14.0
     hooks:
     -   id: pyupgrade
-        args: [--py38-plus]
+        args: [--py39-plus]
 -   repo: https://github.com/pycqa/isort
     rev: 5.12.0
     hooks:
@@ -46,6 +46,6 @@
     hooks:
     -   id: pyroma
 -   repo: https://github.com/mgedmin/check-python-versions
-    rev: "0.21.3"
+    rev: "0.22.1"
     hooks:
     -   id: check-python-versions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8_isort-6.1.1/CHANGES.rst 
new/flake8_isort-6.1.2/CHANGES.rst
--- old/flake8_isort-6.1.1/CHANGES.rst  2020-02-02 01:00:00.000000000 +0100
+++ new/flake8_isort-6.1.2/CHANGES.rst  2020-02-02 01:00:00.000000000 +0100
@@ -3,6 +3,16 @@
 Changelog
 =========
 
+6.1.2 (2025-01-29)
+------------------
+
+- Add support for isort 6.0.0.
+  [SukiCZ]
+
+- Drop python 3.8, and add python 3.13.
+  [SukiCZ]
+
+
 6.1.1 (2023-11-03)
 ------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8_isort-6.1.1/PKG-INFO 
new/flake8_isort-6.1.2/PKG-INFO
--- old/flake8_isort-6.1.1/PKG-INFO     2020-02-02 01:00:00.000000000 +0100
+++ new/flake8_isort-6.1.2/PKG-INFO     2020-02-02 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: flake8-isort
-Version: 6.1.1
+Version: 6.1.2
 Summary: flake8 plugin that integrates isort
 Project-URL: Homepage, https://github.com/gforcada/flake8-isort
 Project-URL: Bug Tracker, https://github.com/gforcada/flake8-isort/issues
@@ -357,29 +357,29 @@
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3 :: Only
-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.12
+Classifier: Programming Language :: Python :: 3.13
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Software Development
 Classifier: Topic :: Software Development :: Quality Assurance
-Requires-Python: >=3.8
+Requires-Python: >=3.9
 Requires-Dist: flake8
-Requires-Dist: isort<6,>=5.0.0
+Requires-Dist: isort<7,>=5.0.0
 Provides-Extra: test
 Requires-Dist: pytest; extra == 'test'
 Description-Content-Type: text/x-rst
 
 .. -*- coding: utf-8 -*-
 
-.. image:: 
https://github.com/gforcada/flake8-isort/actions/workflows/tests.yml/badge.svg?branch=master
+.. image:: 
https://github.com/gforcada/flake8-isort/actions/workflows/tests.yml/badge.svg?branch=main
    :target: 
https://github.com/gforcada/flake8-isort/actions/workflows/tests.yml
 
-.. image:: 
https://coveralls.io/repos/gforcada/flake8-isort/badge.svg?branch=master
-   :target: https://coveralls.io/github/gforcada/flake8-isort?branch=master
+.. image:: 
https://coveralls.io/repos/gforcada/flake8-isort/badge.svg?branch=main
+   :target: https://coveralls.io/github/gforcada/flake8-isort?branch=main
 
 Flake8 meet isort
 =================
@@ -424,7 +424,7 @@
 
 Requirements
 ------------
-- Python 3.8, 3.9, 3.10, 3.11 and pypy3
+- Python 3.9, 3.10, 3.11, 3.12, 3.13 and pypy3
 - flake8
 - isort
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8_isort-6.1.1/README.rst 
new/flake8_isort-6.1.2/README.rst
--- old/flake8_isort-6.1.1/README.rst   2020-02-02 01:00:00.000000000 +0100
+++ new/flake8_isort-6.1.2/README.rst   2020-02-02 01:00:00.000000000 +0100
@@ -1,10 +1,10 @@
 .. -*- coding: utf-8 -*-
 
-.. image:: 
https://github.com/gforcada/flake8-isort/actions/workflows/tests.yml/badge.svg?branch=master
+.. image:: 
https://github.com/gforcada/flake8-isort/actions/workflows/tests.yml/badge.svg?branch=main
    :target: 
https://github.com/gforcada/flake8-isort/actions/workflows/tests.yml
 
-.. image:: 
https://coveralls.io/repos/gforcada/flake8-isort/badge.svg?branch=master
-   :target: https://coveralls.io/github/gforcada/flake8-isort?branch=master
+.. image:: 
https://coveralls.io/repos/gforcada/flake8-isort/badge.svg?branch=main
+   :target: https://coveralls.io/github/gforcada/flake8-isort?branch=main
 
 Flake8 meet isort
 =================
@@ -49,7 +49,7 @@
 
 Requirements
 ------------
-- Python 3.8, 3.9, 3.10, 3.11 and pypy3
+- Python 3.9, 3.10, 3.11, 3.12, 3.13 and pypy3
 - flake8
 - isort
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8_isort-6.1.1/pyproject.toml 
new/flake8_isort-6.1.2/pyproject.toml
--- old/flake8_isort-6.1.1/pyproject.toml       2020-02-02 01:00:00.000000000 
+0100
+++ new/flake8_isort-6.1.2/pyproject.toml       2020-02-02 01:00:00.000000000 
+0100
@@ -4,7 +4,7 @@
 
 [project]
 name = "flake8-isort"
-version = "6.1.1"
+version = "6.1.2"
 authors = [
   { name="Gil Forcada Codinachs", email="[email protected]" },
 ]
@@ -12,7 +12,7 @@
 keywords = ["pep8", "flake8", "python", "isort", "imports"]
 license = {file = "LICENSE"}
 readme = "README.rst"
-requires-python = ">=3.8"
+requires-python = ">=3.9"
 classifiers = [
         "Development Status :: 5 - Production/Stable",
         "Environment :: Console",
@@ -24,17 +24,17 @@
         "Programming Language :: Python",
         "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3 :: Only",
-        "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
         "Programming Language :: Python :: 3.11",
         "Programming Language :: Python :: 3.12",
+        "Programming Language :: Python :: 3.13",
         "Programming Language :: Python :: Implementation :: CPython",
         "Programming Language :: Python :: Implementation :: PyPy",
         "Topic :: Software Development",
         "Topic :: Software Development :: Quality Assurance",
 ]
-dependencies = ["flake8", "isort >= 5.0.0, <6"]
+dependencies = ["flake8", "isort >= 5.0.0, <7"]
 
 [project.urls]
 "Homepage" = "https://github.com/gforcada/flake8-isort";
@@ -51,7 +51,7 @@
 profile = "plone"
 
 [tool.black]
-target-version = ["py38"]
+target-version = ["py39"]
 skip-string-normalization = true
 
 [tool.check-manifest]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8_isort-6.1.1/tox.ini 
new/flake8_isort-6.1.2/tox.ini
--- old/flake8_isort-6.1.1/tox.ini      2020-02-02 01:00:00.000000000 +0100
+++ new/flake8_isort-6.1.2/tox.ini      2020-02-02 01:00:00.000000000 +0100
@@ -4,11 +4,11 @@
     format
     lint
     coverage
-    py38
     py39
     py310
     py311
     py312
+    py313
     pypy3
 
 [testenv:test]

Reply via email to