commit python-pytest-flake8 for openSUSE:Factory

2022-11-30 Thread Source-Sync
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 2022-11-30 15:00:14

Comparing /work/SRC/openSUSE:Factory/python-pytest-flake8 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-flake8.new.1597 (New)


Package is "python-pytest-flake8"

Wed Nov 30 15:00:14 2022 rev:10 rq:1039062 version:1.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-flake8/python-pytest-flake8.changes
2022-09-08 14:24:01.162719510 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-flake8.new.1597/python-pytest-flake8.changes
  2022-11-30 15:01:12.397788415 +0100
@@ -1,0 +2,7 @@
+Wed Nov 30 08:29:38 UTC 2022 - Daniel Garcia 
+
+- Add python-py dep
+- Remove python_module macro definition
+- More specific python_sitelib in %files
+
+---



Other differences:
--
++ python-pytest-flake8.spec ++
--- /var/tmp/diff_new_pack.EsgAZq/_old  2022-11-30 15:01:12.857791115 +0100
+++ /var/tmp/diff_new_pack.EsgAZq/_new  2022-11-30 15:01:12.865791162 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-flake8
 Version:1.1.1
 Release:0
@@ -28,10 +27,12 @@
 Patch0: support-flake8-5.patch
 BuildRequires:  %{python_module flake8 >= 5.0}
 BuildRequires:  %{python_module pytest >= 3.5}
+BuildRequires:  %{python_module py}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-flake8 >= 5.0
+Requires:   python-py
 Requires:   python-pytest >= 3.5
 BuildArch:  noarch
 %python_subpackages
@@ -55,6 +56,8 @@
 %files %{python_files}
 %license LICENSE
 %doc CHANGELOG README.rst
-%{python_sitelib}/*
+%pycache_only %{python_sitelib}/__pycache__/*.pyc
+%{python_sitelib}/pytest_flake8.py
+%{python_sitelib}/pytest_flake8-%{version}*-info
 
 %changelog


commit python-pytest-flake8 for openSUSE:Factory

2022-09-08 Thread Source-Sync
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 2022-09-08 14:23:30

Comparing /work/SRC/openSUSE:Factory/python-pytest-flake8 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-flake8.new.2083 (New)


Package is "python-pytest-flake8"

Thu Sep  8 14:23:30 2022 rev:9 rq:1001818 version:1.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-flake8/python-pytest-flake8.changes
2021-08-18 08:57:05.154892081 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-flake8.new.2083/python-pytest-flake8.changes
  2022-09-08 14:24:01.162719510 +0200
@@ -1,0 +2,13 @@
+Thu Sep  8 04:38:54 UTC 2022 - Steve Kowalik 
+
+- 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. 
+
+---

Old:

  pytest-flake8-1.0.7.tar.gz

New:

  pytest-flake8-1.1.1.tar.gz
  support-flake8-5.patch



Other differences:
--
++ python-pytest-flake8.spec ++
--- /var/tmp/diff_new_pack.XyM3vu/_old  2022-09-08 14:24:01.642720618 +0200
+++ /var/tmp/diff_new_pack.XyM3vu/_new  2022-09-08 14:24:01.646720627 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-flake8
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-flake8
-Version:1.0.7
+Version:1.1.1
 Release:0
 Summary:Plugin for pytest to check FLAKE8 requirements
 License:BSD-2-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/tholo/pytest-flake8
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-flake8/pytest-flake8-%{version}.tar.gz
-BuildRequires:  %{python_module flake8 >= 3.5}
+# PATCH-FIX-UPSTREAM Support flake8 >= 5.0 gh#tholo/pytest-flake8#88
+Patch0: support-flake8-5.patch
+BuildRequires:  %{python_module flake8 >= 5.0}
 BuildRequires:  %{python_module pytest >= 3.5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-flake8 >= 3.5
+Requires:   python-flake8 >= 5.0
 Requires:   python-pytest >= 3.5
 BuildArch:  noarch
 %python_subpackages
@@ -39,7 +40,7 @@
 Plugin for py.test for efficiently checking PEP8 compliance.
 
 %prep
-%setup -q -n pytest-flake8-%{version}
+%autosetup -p1 -n pytest-flake8-%{version}
 
 %build
 %python_build

++ pytest-flake8-1.0.7.tar.gz -> pytest-flake8-1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-flake8-1.0.7/.gitignore 
new/pytest-flake8-1.1.1/.gitignore
--- old/pytest-flake8-1.0.7/.gitignore  2018-03-19 20:01:38.0 +0100
+++ new/pytest-flake8-1.1.1/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,9 +0,0 @@
-*.egg-info/
-.pytest_cache/
-*.pyc
-*.sublime-workspace
-.cache/
-.tox/
-/build/
-/dist/
-__pycache__/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-flake8-1.0.7/.travis.yml 
new/pytest-flake8-1.1.1/.travis.yml
--- old/pytest-flake8-1.0.7/.travis.yml 2020-04-23 20:51:54.0 +0200
+++ new/pytest-flake8-1.1.1/.travis.yml 1970-01-01 01:00:00.0 +0100
@@ -1,29 +0,0 @@
-dist: xenial
-language: python
-cache: pip
-matrix:
-  include:
-- python: 2.7
-  env: TOXENV=py27
-- python: 3.4
-  env: TOXENV=py34
-- python: 3.5
-  env: TOXENV=py35
-- python: 3.6
-  env: TOXENV=py36
-- python: 3.6
-  env: TOXENV=py36-pytesttrunk
-- python: 3.6
-  env: TOXENV=py36-xdist
-- python: 3.7
-  env: TOXENV=py37
-- python: 3.8
-  env: TOXENV=py38
-- python: pypy2.7-6.0
-  env: TOXENV=pypy
-- python: pypy3.5-6.0
-  env: TOXENV=pypy3
-install:
-  - pip install tox
-script:
-  - tox -e $TOXENV
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-flake8-1.0.7/CHANGELOG 
new/pytest-flake8-1.1.1/CHANGELOG
--- old/pytest-flake8-1.0.7/CHANGELOG   2020-12-16 2

commit python-pytest-flake8 for openSUSE:Factory

2021-08-17 Thread Source-Sync
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 2021-08-18 08:56:13

Comparing /work/SRC/openSUSE:Factory/python-pytest-flake8 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-flake8.new.1899 (New)


Package is "python-pytest-flake8"

Wed Aug 18 08:56:13 2021 rev:8 rq:912673 version:1.0.7

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-flake8/python-pytest-flake8.changes
2020-05-28 09:06:52.655619555 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-flake8.new.1899/python-pytest-flake8.changes
  2021-08-18 08:57:05.154892081 +0200
@@ -1,0 +2,7 @@
+Mon Aug 16 14:37:49 UTC 2021 - Martin Li??ka 
+
+- Update to 1.0.7:
+  * Implement collect() for Flake8Item; from @thomascobb
+  * Document skipping behavior in README; from @jpyams
+
+---

Old:

  pytest-flake8-1.0.6.tar.gz

New:

  pytest-flake8-1.0.7.tar.gz



Other differences:
--
++ python-pytest-flake8.spec ++
--- /var/tmp/diff_new_pack.mIIGhf/_old  2021-08-18 08:57:05.566891597 +0200
+++ /var/tmp/diff_new_pack.mIIGhf/_new  2021-08-18 08:57:05.570891591 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-flake8
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # 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 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-flake8
-Version:1.0.6
+Version:1.0.7
 Release:0
 Summary:Plugin for pytest to check FLAKE8 requirements
 License:BSD-2-Clause

++ pytest-flake8-1.0.6.tar.gz -> pytest-flake8-1.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-flake8-1.0.6/.gitignore 
new/pytest-flake8-1.0.7/.gitignore
--- old/pytest-flake8-1.0.6/.gitignore  1970-01-01 01:00:00.0 +0100
+++ new/pytest-flake8-1.0.7/.gitignore  2018-03-19 20:01:38.0 +0100
@@ -0,0 +1,9 @@
+*.egg-info/
+.pytest_cache/
+*.pyc
+*.sublime-workspace
+.cache/
+.tox/
+/build/
+/dist/
+__pycache__/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-flake8-1.0.6/.travis.yml 
new/pytest-flake8-1.0.7/.travis.yml
--- old/pytest-flake8-1.0.6/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/pytest-flake8-1.0.7/.travis.yml 2020-04-23 20:51:54.0 +0200
@@ -0,0 +1,29 @@
+dist: xenial
+language: python
+cache: pip
+matrix:
+  include:
+- python: 2.7
+  env: TOXENV=py27
+- python: 3.4
+  env: TOXENV=py34
+- python: 3.5
+  env: TOXENV=py35
+- python: 3.6
+  env: TOXENV=py36
+- python: 3.6
+  env: TOXENV=py36-pytesttrunk
+- python: 3.6
+  env: TOXENV=py36-xdist
+- python: 3.7
+  env: TOXENV=py37
+- python: 3.8
+  env: TOXENV=py38
+- python: pypy2.7-6.0
+  env: TOXENV=pypy
+- python: pypy3.5-6.0
+  env: TOXENV=pypy3
+install:
+  - pip install tox
+script:
+  - tox -e $TOXENV
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-flake8-1.0.6/CHANGELOG 
new/pytest-flake8-1.0.7/CHANGELOG
--- old/pytest-flake8-1.0.6/CHANGELOG   2020-05-13 00:27:51.0 +0200
+++ new/pytest-flake8-1.0.7/CHANGELOG   2020-12-16 23:32:44.0 +0100
@@ -1,3 +1,9 @@
+1.0.7
+-
+
+- Implement collect() for Flake8Item; from @thomascobb
+- Document skipping behavior in README; from @jpyams
+
 1.0.6
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-flake8-1.0.6/PKG-INFO 
new/pytest-flake8-1.0.7/PKG-INFO
--- old/pytest-flake8-1.0.6/PKG-INFO2020-05-13 00:27:52.0 +0200
+++ new/pytest-flake8-1.0.7/PKG-INFO2020-12-16 23:38:52.321679600 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-flake8
-Version: 1.0.6
+Version: 1.0.7
 Summary: pytest plugin to check FLAKE8 requirements
 Home-page: https://github.com/tholo/pytest-flake8
 Author: Thorsten Lockert
@@ -67,7 +67,7 @@
 or ``tox.ini`` file like this::
 
 # content of setup.cfg
-[pytest]
+[tool:pytest]
 flake8-max-line-length = 99
 
 Note that the default will be what naturally comes with `flake8`_
@@ -78,7 +78,7 @@
 or ``tox.ini`` file like this::
 
 # content of setup.cfg
-[pytest]
+[tool:pytest]
 flake8-ignore = E201 E231
 
 This would globally pr