Hello community,
here is the log from the commit of package python-pytest-pycodestyle for
openSUSE:Factory checked in at 2020-08-29 20:32:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-pycodestyle (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-pycodestyle.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-pycodestyle"
Sat Aug 29 20:32:01 2020 rev:3 rq:829545 version:2.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-pycodestyle/python-pytest-pycodestyle.changes
2020-06-29 21:18:49.573869563 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-pycodestyle.new.3399/python-pytest-pycodestyle.changes
2020-08-29 20:32:05.661206201 +0200
@@ -1,0 +2,6 @@
+Tue Aug 25 10:46:14 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 2.2.0
+ * Support pytest v6
+
+-------------------------------------------------------------------
Old:
----
pytest-pycodestyle-2.1.3.tar.gz
New:
----
pytest-pycodestyle-2.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-pycodestyle.spec ++++++
--- /var/tmp/diff_new_pack.gUmxP0/_old 2020-08-29 20:32:06.529206567 +0200
+++ /var/tmp/diff_new_pack.gUmxP0/_new 2020-08-29 20:32:06.537206570 +0200
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pytest-pycodestyle
-Version: 2.1.3
+Version: 2.2.0
Release: 0
Summary: Pytest plugin to run pycodestyle
License: MIT
++++++ pytest-pycodestyle-2.1.3.tar.gz -> pytest-pycodestyle-2.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-pycodestyle-2.1.3/PKG-INFO
new/pytest-pycodestyle-2.2.0/PKG-INFO
--- old/pytest-pycodestyle-2.1.3/PKG-INFO 2020-04-03 03:34:30.000000000
+0200
+++ new/pytest-pycodestyle-2.2.0/PKG-INFO 2020-08-10 10:56:11.452252100
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pytest-pycodestyle
-Version: 2.1.3
+Version: 2.2.0
Summary: pytest plugin to run pycodestyle
Home-page: https://github.com/henry0312/pytest-pycodestyle
Author: OMOTO Tsukasa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-pycodestyle-2.1.3/VERSION
new/pytest-pycodestyle-2.2.0/VERSION
--- old/pytest-pycodestyle-2.1.3/VERSION 2020-04-02 17:35:19.000000000
+0200
+++ new/pytest-pycodestyle-2.2.0/VERSION 2020-08-10 10:55:03.000000000
+0200
@@ -1 +1 @@
-2.1.3
+2.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-pycodestyle-2.1.3/setup.py
new/pytest-pycodestyle-2.2.0/setup.py
--- old/pytest-pycodestyle-2.1.3/setup.py 2020-03-23 08:18:23.000000000
+0100
+++ new/pytest-pycodestyle-2.2.0/setup.py 2020-08-10 10:52:34.000000000
+0200
@@ -19,7 +19,7 @@
py_modules=['pytest_pycodestyle'],
python_requires='~=3.6',
install_requires=[
- 'pytest~=5.4',
+ 'pytest>=5.4',
'pycodestyle',
],
extras_require={
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pytest-pycodestyle-2.1.3/src/pytest_pycodestyle.egg-info/PKG-INFO
new/pytest-pycodestyle-2.2.0/src/pytest_pycodestyle.egg-info/PKG-INFO
--- old/pytest-pycodestyle-2.1.3/src/pytest_pycodestyle.egg-info/PKG-INFO
2020-04-03 03:34:30.000000000 +0200
+++ new/pytest-pycodestyle-2.2.0/src/pytest_pycodestyle.egg-info/PKG-INFO
2020-08-10 10:56:11.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pytest-pycodestyle
-Version: 2.1.3
+Version: 2.2.0
Summary: pytest plugin to run pycodestyle
Home-page: https://github.com/henry0312/pytest-pycodestyle
Author: OMOTO Tsukasa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pytest-pycodestyle-2.1.3/src/pytest_pycodestyle.egg-info/requires.txt
new/pytest-pycodestyle-2.2.0/src/pytest_pycodestyle.egg-info/requires.txt
--- old/pytest-pycodestyle-2.1.3/src/pytest_pycodestyle.egg-info/requires.txt
2020-04-03 03:34:30.000000000 +0200
+++ new/pytest-pycodestyle-2.2.0/src/pytest_pycodestyle.egg-info/requires.txt
2020-08-10 10:56:11.000000000 +0200
@@ -1,4 +1,4 @@
-pytest~=5.4
+pytest>=5.4
pycodestyle
[tests]