Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-flake8 for 
openSUSE:Factory checked in at 2026-01-22 15:18:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-flake8 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-flake8.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-flake8"

Thu Jan 22 15:18:02 2026 rev:2 rq:1328589 version:1.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-flake8/python-pytest-flake8.changes    
    2025-12-16 16:03:49.810008249 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-flake8.new.1928/python-pytest-flake8.changes
      2026-01-22 15:19:27.459428666 +0100
@@ -2 +2 @@
-Tue Dec 16 01:44:24 UTC 2025 - Steve Kowalik <[email protected]>
+Thu Jan 22 05:37:08 UTC 2026 - Steve Kowalik <[email protected]>
@@ -4 +4,7 @@
-- Initial release of 1.3.0. 
+- Update to 1.3.0:
+  * Compatible for Flake8 from version flake8>=4. (#4)
+  * Pin to flake8<6 as it's incompatible. (#2)
+  * Remove reference to py.builtin in tests. (#2)
+  * Disabled the 'enabler' plugin when running tests. (#2)
+  * Declare minimum flake8 as v5. (#1)
+  * Adopted jaraco/skeleton for packaging.
@@ -6,0 +13,110 @@
+- Drop patch support-flake8-5.patch, no longer required.
+- Use pyproject macros.
+- Update URL to its new home and License.
+
+-------------------------------------------------------------------
+Wed Nov 30 08:29:38 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Add python-py dep
+- Remove python_module macro definition
+- More specific python_sitelib in %files
+
+-------------------------------------------------------------------
+Thu Sep  8 04:38:54 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Update to 1.1.1:
+  * Update classifiers to indicate older versions are no longer supported
+  * No longer use deprecated pytest constructs
+  * Bump requirements to more accurately indicate what is currently needed
+  * Drop Python 2 support and dependency on py; from @erikkemperman
+  * Drop support for Python 3.5, 3.6
+  * Add a `flake8-max-doc-length` option; from @rodrigomologni
+- Add patch support-flake8-5.patch:
+  * Support flake8 >= 5.0, adjust {Build,}Requires. 
+
+-------------------------------------------------------------------
+Mon Aug 16 14:37:49 UTC 2021 - Martin Liška <[email protected]>
+
+- Update to 1.0.7:
+  * Implement collect() for Flake8Item; from @thomascobb
+  * Document skipping behavior in README; from @jpyams
+
+-------------------------------------------------------------------
+Fri May 15 20:47:09 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Update to 1.0.6
+  * Fix compatibility with flake8 >= 3.8, from @marc
+  gh#tholo/pytest-flake8#68 
+
+-------------------------------------------------------------------
+Mon Apr 27 10:21:56 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.0.5:
+  * Fix deprecation warning
+
+-------------------------------------------------------------------
+Thu Feb 14 12:51:40 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Remove unused devel dependency
+- Update requirements to match reality
+
+-------------------------------------------------------------------
+Mon Feb 11 10:43:25 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Make sure we really really execute tests
+
+-------------------------------------------------------------------
+Wed Feb  6 08:41:05 UTC 2019 - [email protected]
+
+- Update to version 1.0.4:
+  * Support flake8 3.7+ by checking existence of "app.make_notifier"
+  * More fixes for Travis CI -- properly specify Python versions, in
+    particular for pypy (and fix a typo)
+
+- Update to version 1.0.3:
+  * Don't use long deprecated functions from pytest, broke with pytest 4.1.0
+  * Fix typo that caused some tests to not run as expected
+  * Run Travis CI tests against Python 3.7, and fix some issues with current 
tox
+
+- Update to version 1.0.2:
+  * Test on Python 3.7
+  * Escape a regex tring with r""
+
+-------------------------------------------------------------------
+Sun May  6 05:47:30 UTC 2018 - [email protected]
+
+- update to version 1.0.1:
+  * Correct junit XML output for pytest 3.5.x
+
+-------------------------------------------------------------------
+Sun Apr 15 18:41:27 UTC 2018 - [email protected]
+
+- specfile:
+  * update copyright year
+
+- update to version 1.0.0:
+  * Honor ignore settings in default flake8 config section; from
+    brianbruggeman@github
+  * Improve junit XML output; from Struan Judd
+
+-------------------------------------------------------------------
+Mon Oct 30 01:50:31 UTC 2017 - [email protected]
+
+- update to version 0.9.1:
+  * Do continuous integration with Travis; from alex-dr@github
+  * Declare compatibility with Python 3.6
+
+-------------------------------------------------------------------
+Wed Oct 25 19:37:54 UTC 2017 - [email protected]
+
+- update to version 0.9:
+  * Extend options already loaded instead of replacing them; from
+    mforbes@github
+  * Correct some issues preventing proper operation with flake8 3.5.0;
+    from jezdez@github
+  * Register pytest marker for flake8; from alex-dr@github
+
+-------------------------------------------------------------------
+Tue Aug 22 20:13:38 UTC 2017 - [email protected]
+
+- Initial version

New:
----
  build.specials.obscpio

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

Other differences:
------------------
++++++ python-pytest-flake8.spec ++++++
--- /var/tmp/diff_new_pack.uI7n8v/_old  2026-01-22 15:19:28.043452960 +0100
+++ /var/tmp/diff_new_pack.uI7n8v/_new  2026-01-22 15:19:28.047453126 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-flake8
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 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
@@ -19,15 +19,15 @@
 Name:           python-pytest-flake8
 Version:        1.3.0
 Release:        0
-Summary:        Pytest plugin to check flake8 requirements
+Summary:        Plugin for pytest to check FLAKE8 requirements
 License:        MIT
 URL:            https://github.com/coherent-oss/pytest-flake8
-Source:         
https://files.pythonhosted.org/packages/source/p/pytest-flake8/pytest_flake8-1.3.0.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/p/pytest-flake8/pytest_flake8-%{version}.tar.gz
 Patch0:         support-pytest-9.patch
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools >= 61.2}
 BuildRequires:  %{python_module setuptools_scm >= 3.4.1}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module flake8 >= 4.0}
 BuildRequires:  %{python_module pytest >= 7.0}
@@ -49,7 +49,7 @@
 %python_subpackages
 
 %description
-pytest plugin to check FLAKE8 requirements
+Plugin for pytest for efficiently checking PEP8 compliance.
 
 %prep
 %autosetup -p1 -n pytest_flake8-%{version}

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.uI7n8v/_old  2026-01-22 15:19:28.087454790 +0100
+++ /var/tmp/diff_new_pack.uI7n8v/_new  2026-01-22 15:19:28.095455122 +0100
@@ -1,6 +1,6 @@
-mtime: 1765849511
-commit: fb1e2c05e61c91d5ee78b48c2f19175d0a34f9e7e21037b3bed123ec503624f8
+mtime: 1769060239
+commit: 64f7900a03ee663631d3fe056ef86414af467c409b4d1cbf9dc233319ebefb10
 url: https://src.opensuse.org/python-pytest/python-pytest-flake8.git
-revision: fb1e2c05e61c91d5ee78b48c2f19175d0a34f9e7e21037b3bed123ec503624f8
+revision: 64f7900a03ee663631d3fe056ef86414af467c409b4d1cbf9dc233319ebefb10
 projectscmsync: https://src.opensuse.org/python-pytest/_ObsPrj.git
 

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-01-22 06:40:58.000000000 +0100
@@ -0,0 +1 @@
+.osc

Reply via email to