commit python-requirementslib for openSUSE:Factory

2020-10-20 Thread root
Hello community,

here is the log from the commit of package python-requirementslib for 
openSUSE:Factory checked in at 2020-10-20 16:01:05

Comparing /work/SRC/openSUSE:Factory/python-requirementslib (Old)
 and  /work/SRC/openSUSE:Factory/.python-requirementslib.new.3486 (New)


Package is "python-requirementslib"

Tue Oct 20 16:01:05 2020 rev:7 rq:842436 version:1.5.13

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requirementslib/python-requirementslib.changes
2020-08-25 12:38:13.765408385 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-requirementslib.new.3486/python-requirementslib.changes
  2020-10-20 16:04:10.037832414 +0200
@@ -1,0 +2,13 @@
+Sat Oct 17 08:31:16 UTC 2020 - John Vandenberg 
+
+- Set minimum version attrs>=19.2.0
+
+---
+Thu Oct 15 15:36:19 UTC 2020 - Benjamin Greiner 
+
+- Update to version 1.5.13 
+  * Don't copy whole tree for local directory dependencies. #259
+- need to skip test_no_duplicate_egg_info
+  gh#sarugaku/requirementslib#270
+
+---

Old:

  requirementslib-1.5.12.tar.gz

New:

  requirementslib-1.5.13.tar.gz



Other differences:
--
++ python-requirementslib.spec ++
--- /var/tmp/diff_new_pack.DQcO8V/_old  2020-10-20 16:04:15.661835078 +0200
+++ /var/tmp/diff_new_pack.DQcO8V/_new  2020-10-20 16:04:15.661835078 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-requirementslib
-Version:1.5.12
+Version:1.5.13
 Release:0
 Summary:A tool for converting between pip-style and pipfile 
requirements
 License:MIT
@@ -36,7 +36,7 @@
 # Cerberus is suggested by plette, but required by requirementslib
 Requires:   python-Cerberus
 Requires:   python-appdirs
-Requires:   python-attrs >= 18.2
+Requires:   python-attrs >= 19.2.0
 Requires:   python-boltons >= 19.0.0
 Requires:   python-cached-property
 Requires:   python-distlib >= 0.2.8
@@ -60,7 +60,7 @@
 # SECTION test requirements
 BuildRequires:  %{python_module Cerberus}
 BuildRequires:  %{python_module appdirs}
-BuildRequires:  %{python_module attrs >= 18.2}
+BuildRequires:  %{python_module attrs >= 19.2.0}
 BuildRequires:  %{python_module boltons >= 19.0.0}
 BuildRequires:  %{python_module cached-property}
 BuildRequires:  %{python_module dateutil}
@@ -120,9 +120,12 @@
 skip_tests+=" or test_get_local_ref"
 skip_tests+=" or test_get_requirements"
 skip_tests+=" or (test_convert_from_pipfile and requirement10)"
-# unkown reason
+# unknown reason
 skip_tests+=" or test_parse_function_call_as_name"
+# no packaged test artifact
 skip_tests+=" or test_ast_parser_handles_exceptions"
+# https://github.com/sarugaku/requirementslib/issues/270
+skip_tests+=" or test_no_duplicate_egg_info"
 # increase test deadline for slow obs executions architectures (e.g. on s390x)
 cat >> tests/conftest.py < requirementslib-1.5.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requirementslib-1.5.12/CHANGELOG.rst 
new/requirementslib-1.5.13/CHANGELOG.rst
--- old/requirementslib-1.5.12/CHANGELOG.rst2020-07-10 09:32:18.0 
+0200
+++ new/requirementslib-1.5.13/CHANGELOG.rst2020-08-12 08:06:56.0 
+0200
@@ -1,3 +1,12 @@
+1.5.13 (2020-08-12)
+===
+
+Bug Fixes
+-
+
+- Don't copy whole tree for local directory dependencies.  `#259 
`_
+
+
 1.5.12 (2020-07-10)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requirementslib-1.5.12/Pipfile.lock 
new/requirementslib-1.5.13/Pipfile.lock
--- old/requirementslib-1.5.12/Pipfile.lock 2020-07-10 09:32:18.0 
+0200
+++ new/requirementslib-1.5.13/Pipfile.lock 2020-08-12 08:06:56.0 
+0200
@@ -781,11 +781,11 @@
 },
 "pip-shims": {
 "hashes": [
-
"sha256:39193b8c4aa5e4cb82e250be58df4d5eaebe931a33b0df43b369f4ae92ee5753",
-
"sha256:423978c27d0e24e8ecb3e82b4a6c1f607e2e364153e73d0803c671d48b23195e"
+
"sha256:16ca9f87485667b16b978b68a1aae4f9cc082c0fa018aed28567f9f34a590569",
+
"sha256:05b00ade9d1e686a98bb656dd9b0608a933897283dc21913fad6ea5409ff7e91"
 ],
 "markers": "python_version >= '2.7' and python_version not in 
'3.0, 3.1, 3.2, 3.3'",
-"version": "==0.5.2"
+"version": "==0.5.3"
 },
 "pkginfo": {
 "hashes": [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit python-requirementslib for openSUSE:Factory

2020-08-25 Thread root
Hello community,

here is the log from the commit of package python-requirementslib for 
openSUSE:Factory checked in at 2020-08-25 12:38:11

Comparing /work/SRC/openSUSE:Factory/python-requirementslib (Old)
 and  /work/SRC/openSUSE:Factory/.python-requirementslib.new.3399 (New)


Package is "python-requirementslib"

Tue Aug 25 12:38:11 2020 rev:6 rq:827758 version:1.5.12

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requirementslib/python-requirementslib.changes
2020-07-17 20:45:13.384563718 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-requirementslib.new.3399/python-requirementslib.changes
  2020-08-25 12:38:13.765408385 +0200
@@ -1,0 +2,10 @@
+Wed Aug 19 04:42:13 UTC 2020 - John Vandenberg 
+
+- Remove build dependency on pytest-xdist
+- Add runtime dependency on python2-backports.tempfile
+- Fix injected conftest.py to support older hypothesis
+- Disable running test suite on Python 2 due to hypothesis version
+  incompatibility
+- Re-add LANG in %check
+
+---



Other differences:
--
++ python-requirementslib.spec ++
--- /var/tmp/diff_new_pack.r5Vt0g/_old  2020-08-25 12:38:14.517408527 +0200
+++ /var/tmp/diff_new_pack.r5Vt0g/_new  2020-08-25 12:38:14.521408527 +0200
@@ -53,6 +53,7 @@
 Requires:   python-vistir >= 0.3.0
 BuildArch:  noarch
 %ifpython2
+Requires:   python-backports.tempfile
 Requires:   python-scandir
 Requires:   python-typing
 %endif
@@ -72,7 +73,6 @@
 BuildRequires:  %{python_module pip-shims}
 BuildRequires:  %{python_module plette}
 BuildRequires:  %{python_module pytest-timeout}
-BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module six >= 1.11.0}
@@ -80,6 +80,7 @@
 BuildRequires:  %{python_module twine}
 BuildRequires:  %{python_module vistir >= 0.3.0}
 %if %{with python2}
+BuildRequires:  python-backports.tempfile
 BuildRequires:  python-scandir
 BuildRequires:  python-typing
 %endif
@@ -110,6 +111,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+export LANG=en_US.UTF-8
+
 # many tests need internet 
https://github.com/sarugaku/requirementslib/issues/145
 # most tests are marked properly
 skip_tests="needs_internet"
@@ -124,9 +127,15 @@
 cat >> tests/conftest.py <

commit python-requirementslib for openSUSE:Factory

2020-07-17 Thread root
Hello community,

here is the log from the commit of package python-requirementslib for 
openSUSE:Factory checked in at 2020-07-17 20:44:54

Comparing /work/SRC/openSUSE:Factory/python-requirementslib (Old)
 and  /work/SRC/openSUSE:Factory/.python-requirementslib.new.3592 (New)


Package is "python-requirementslib"

Fri Jul 17 20:44:54 2020 rev:5 rq:820914 version:1.5.12

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requirementslib/python-requirementslib.changes
2020-03-27 00:23:18.056196125 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-requirementslib.new.3592/python-requirementslib.changes
  2020-07-17 20:45:13.384563718 +0200
@@ -1,0 +2,122 @@
+Tue Jul 14 13:35:09 UTC 2020 - Benjamin Greiner 
+
+- reenable offline unit tests
+  * gh#sarugaku/requirementslib#145 still open
+  * test_dependencies.py is completely marked with needs_internet
+  * Could not reproduce the random failures
+  * two parser tests fail for yet unknown reasons
+- Update to 1.5.12 (2020-07-10)
+  * Bug Fixes
+  * Fix a bug that assignments with type annotations are missing from 
+the AST. #253
+  * Fix a bug that package_dir points to a wrong location when parsing 
+setup.cfg. #255
+- Update to 1.5.11 (2020-06-01)
+  * Bug Fixes
+  * Packages which use a function call in setup.py to find their own 
+name dynamically will now successfully resolve. #251 
+- Update to 1.5.10 (2020-06-01)
+  * Bug Fixes
+  * Switch to BFS algorithm to iterate possible metadata directories. 
+#186
+  * Fix a bug that + character in URL auth are converted to a space. 
+#244
+  * Fixed an issue in the AST parser which caused failures when 
+parsing setup.py files with assignments (e.g. variable = some_value) 
+to the same name more than once, followed by operations on those 
+variables (e.g. new_value = variable + other_variable). #246
+  * Copy symlinks as well for local path requirements. #248
+  * Fix a bug that non-string value for name argument will be taken as 
+requirement name. #249 
+- Update to 1.5.9 (2020-05-19)
+  * Bug Fixes
+  * Subdirectory fragments on VCS URLs which also contain #egg= 
+fragments will now be included correctly in requirements. #236
+  * Fixed a regression which caused collisions to occur between valid 
+named requirements and invalid local filesystem paths. #239
+  * Fixed a bug in setup.py parsing in which setup.py files which 
+passed a dictionary to the setup function returned metadata that could 
+not be meaningfully processed. #241 
+- Update to 1.5.8 (2020-05-14)
+  * Bug Fixes
+  * Fix an issue where the list of not-supported python versions in a 
+marker was being truncated. #228
+  * Fixed a bug which prevented the use of wheel_cache instances from 
+pip due to deprecated invocation. #230
+  * Requirementslib will now ensure that PEP508 style direct URL lines 
+are preserved as being direct URL references when converting to and 
+from Requirementslib.requirement instances. #232
+  * Fix a bug that 1.x specifiers can't be parsed correctly. #234
+- Update to 1.5.7 (2020-04-23)
+  * Bug Fixes
+  * Fixed a bug in AST parsing on python 2.7 which caused the parser 
+to fail if any attributes could not be resolved. #226 
+- Update to 1.5.6 (2020-04-22)
+  * Features
+  * Added requirementslib.models.metadata module with get_package, 
+get_package_version, and get_package_from_requirement interfaces. #219
+  * Bug Fixes
+  * Fixed an issue in parsing setup files that incorrectly parsed the 
+in operator and failed to properly expand referenced dictionaries. 
+#222
+  * Fixed an issue that did not take into account micro versions when 
+generating markers from python_requires. #223 
+- Update to 1.5.5 (2020-03-31)
+  * Bug Fixes
+  * Fixed an issue which prevented parsing of setup.cfg files using 
+the setuptools native configuration reader. #216
+  * URI instances will no longer print masked username fields when 
+neither a username or password is supplied. #220 
+- Update to 1.5.4 (2020-03-25)
+  * Features
+  * Added support for hiding tokens from URLs when printing them to 
+the screen. #192
+  * Bug Fixes
+  * Fix AST parsing when setup.py contains binary operators other than 
++ and -. #179
+  * Fix test failures due to updates to the pyparsing API. #181
+  * Fixed an issue with loading Pipfile data due to plette model 
+misalignment. #182
+  * Fixed failed calls to .lower on tomlkit's Bool object during 
+pipfile load as the API seems to have changed here. #183
+  * Added import guards to prevent ImportErrors which could occur when 
+attempting to import now-removed pkg_resources.extern.requirements. 
+#185
+  * Fixed an issue which prevented loading Lockfile-based references 
+to local paths when calling as_requirements() on a 
+   

commit python-requirementslib for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-requirementslib for 
openSUSE:Factory checked in at 2020-03-27 00:23:16

Comparing /work/SRC/openSUSE:Factory/python-requirementslib (Old)
 and  /work/SRC/openSUSE:Factory/.python-requirementslib.new.3160 (New)


Package is "python-requirementslib"

Fri Mar 27 00:23:16 2020 rev:4 rq:784792 version:1.5.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requirementslib/python-requirementslib.changes
2019-07-30 13:07:07.574360743 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-requirementslib.new.3160/python-requirementslib.changes
  2020-03-27 00:23:18.056196125 +0100
@@ -1,0 +2,5 @@
+Sat Mar 14 07:15:44 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-requirementslib.spec ++
--- /var/tmp/diff_new_pack.JeXopR/_old  2020-03-27 00:23:18.996196602 +0100
+++ /var/tmp/diff_new_pack.JeXopR/_new  2020-03-27 00:23:19.000196603 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-requirementslib
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-requirementslib
 Version:1.5.3
 Release:0
 Summary:A tool for converting between pip-style and pipfile 
requirements
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/sarugaku/requirementslib
 Source: 
https://github.com/sarugaku/requirementslib/archive/%{version}.tar.gz#/requirementslib-%{version}.tar.gz
 Source1:
https://raw.githubusercontent.com/mahmoud/boltons/master/LICENSE#/LICENSE.boltons
@@ -79,7 +79,10 @@
 BuildRequires:  %{python_module tomlkit >= 0.5.3}
 BuildRequires:  %{python_module twine}
 BuildRequires:  %{python_module vistir >= 0.3.0}
+%if %{with python2}
+BuildRequires:  python-scandir
 BuildRequires:  python-typing
+%endif
 # /SECTION
 %python_subpackages
 




commit python-requirementslib for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package python-requirementslib for 
openSUSE:Factory checked in at 2019-07-30 13:07:06

Comparing /work/SRC/openSUSE:Factory/python-requirementslib (Old)
 and  /work/SRC/openSUSE:Factory/.python-requirementslib.new.4126 (New)


Package is "python-requirementslib"

Tue Jul 30 13:07:06 2019 rev:3 rq:719549 version:1.5.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requirementslib/python-requirementslib.changes
2019-06-18 14:50:07.201665682 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-requirementslib.new.4126/python-requirementslib.changes
  2019-07-30 13:07:07.574360743 +0200
@@ -1,0 +2,12 @@
+Tue Jul 23 17:14:17 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.5.3:
+  * Added support for parsing lists of variables as extras in setup.py files 
via ast.BinOp traversal. #177
+  * various bugfixes
+
+---
+Fri Jul 19 10:44:16 UTC 2019 - Tomáš Chvátal 
+
+- Do not depend on pytest-sugar, it is just pretty-formatter
+
+---

Old:

  requirementslib-1.5.1.tar.gz

New:

  requirementslib-1.5.3.tar.gz



Other differences:
--
++ python-requirementslib.spec ++
--- /var/tmp/diff_new_pack.yIoyhR/_old  2019-07-30 13:07:09.142360192 +0200
+++ /var/tmp/diff_new_pack.yIoyhR/_new  2019-07-30 13:07:09.178360179 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-requirementslib
-Version:1.5.1
+Version:1.5.3
 Release:0
 Summary:A tool for converting between pip-style and pipfile 
requirements
 License:MIT
@@ -59,8 +59,6 @@
 # SECTION test requirements
 BuildRequires:  %{python_module Cerberus}
 BuildRequires:  %{python_module appdirs}
-# https://github.com/sarugaku/requirementslib/issues/142 :
-BuildRequires:  %{python_module appdirs}
 BuildRequires:  %{python_module attrs >= 18.2}
 BuildRequires:  %{python_module boltons >= 19.0.0}
 BuildRequires:  %{python_module cached-property}
@@ -73,7 +71,6 @@
 BuildRequires:  %{python_module pip-shims}
 BuildRequires:  %{python_module plette}
 BuildRequires:  %{python_module pytest-cov}
-BuildRequires:  %{python_module pytest-sugar}
 BuildRequires:  %{python_module pytest-timeout}
 BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
@@ -82,7 +79,7 @@
 BuildRequires:  %{python_module tomlkit >= 0.5.3}
 BuildRequires:  %{python_module twine}
 BuildRequires:  %{python_module vistir >= 0.3.0}
-BuildRequires:  python2-typing
+BuildRequires:  python-typing
 # /SECTION
 %python_subpackages
 
@@ -114,7 +111,9 @@
 
 %check
 # test_get_local_ref and test_get_requirements need internet, test_local_req 
is somehow misconfigured
-%pytest tests -k "not needs_internet and not test_get_local_ref and not 
test_get_requirements and not test_local_req"
+#  The tests actually fail randomly; if you loop them in 100 runs around
+#  3-7 tests fail, with no repeated offender most of the time
+#%%pytest tests -k "not needs_internet and not test_get_local_ref and not 
test_get_requirements and not test_local_req"
 
 %files %{python_files}
 %doc CHANGELOG.rst README.rst docs/quickstart.rst

++ requirementslib-1.5.1.tar.gz -> requirementslib-1.5.3.tar.gz ++
 3463 lines of diff (skipped)




commit python-requirementslib for openSUSE:Factory

2019-06-18 Thread root
Hello community,

here is the log from the commit of package python-requirementslib for 
openSUSE:Factory checked in at 2019-06-18 14:50:07

Comparing /work/SRC/openSUSE:Factory/python-requirementslib (Old)
 and  /work/SRC/openSUSE:Factory/.python-requirementslib.new.4811 (New)


Package is "python-requirementslib"

Tue Jun 18 14:50:07 2019 rev:2 rq:709394 version:1.5.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requirementslib/python-requirementslib.changes
2019-03-22 15:02:27.421741909 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-requirementslib.new.4811/python-requirementslib.changes
  2019-06-18 14:50:07.201665682 +0200
@@ -1,0 +2,15 @@
+Wed Jun 12 10:54:40 UTC 2019 - Marketa Calabkova 
+
+- update to version 1.5.1
+  * Fixed a bug which caused local dependencies to incorrectly 
+return wheel as their name.
+  * Implemented an AST parser for setup.py for parsing package names, 
+dependencies, and version information if available.
+  * Fully implement marker merging and consolidation logic using 
+requirement.merge_markers(markers).
+  * Fixed a bug which caused significant degradation in performance 
+while loading requirements.
+  * Added full support for parsing PEP-508 compliant direct URL 
+dependencies.
+
+---

Old:

  requirementslib-1.4.2.tar.gz

New:

  requirementslib-1.5.1.tar.gz



Other differences:
--
++ python-requirementslib.spec ++
--- /var/tmp/diff_new_pack.snPWm2/_old  2019-06-18 14:50:08.781664979 +0200
+++ /var/tmp/diff_new_pack.snPWm2/_new  2019-06-18 14:50:08.817664963 +0200
@@ -18,23 +18,25 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-requirementslib
-Version:1.4.2
+Version:1.5.1
 Release:0
 Summary:A tool for converting between pip-style and pipfile 
requirements
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/sarugaku/requirementslib
-Source: 
https://github.com/sarugaku/requirementslib/archive/v%{version}.tar.gz#/requirementslib-%{version}.tar.gz
+Source: 
https://github.com/sarugaku/requirementslib/archive/%{version}.tar.gz#/requirementslib-%{version}.tar.gz
 Source1:
https://raw.githubusercontent.com/mahmoud/boltons/master/LICENSE#/LICENSE.boltons
 Patch0: use-boltons.patch
 BuildRequires:  %{python_module parver}
 BuildRequires:  %{python_module setuptools >= 40.8}
+BuildRequires:  %{python_module vistir}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # Cerberus is suggested by plette, but required by requirementslib
 Requires:   python-Cerberus
 Requires:   python-appdirs
-Requires:   python-attrs
+Requires:   python-attrs >= 18.2
 Requires:   python-boltons >= 19.0.0
 Requires:   python-cached-property
 Requires:   python-distlib >= 0.2.8
@@ -46,37 +48,41 @@
 Requires:   python-plette
 Requires:   python-requests
 Requires:   python-setuptools >= 40.8
-Requires:   python-six
-Requires:   python-tomlkit >= 0.5.2
+Requires:   python-six >= 1.11.0
+Requires:   python-tomlkit >= 0.5.3
 Requires:   python-vistir >= 0.3.0
 BuildArch:  noarch
-%if %{python3_version_nodots} < 35
+%ifpython2
 Requires:   python-scandir
-%else
-Requires:   python2-scandir
+Requires:   python-typing
 %endif
 # SECTION test requirements
 BuildRequires:  %{python_module Cerberus}
 BuildRequires:  %{python_module appdirs}
 # https://github.com/sarugaku/requirementslib/issues/142 :
-BuildRequires:  %{python_module attrs >= 18.1.0}
+BuildRequires:  %{python_module appdirs}
+BuildRequires:  %{python_module attrs >= 18.2}
 BuildRequires:  %{python_module boltons >= 19.0.0}
 BuildRequires:  %{python_module cached-property}
 BuildRequires:  %{python_module distlib >= 0.2.8}
 BuildRequires:  %{python_module first}
+BuildRequires:  %{python_module hypothesis}
 BuildRequires:  %{python_module orderedmultidict}
-BuildRequires:  %{python_module packaging >= 19.0}
+BuildRequires:  %{python_module packaging >= 0.19.0}
 BuildRequires:  %{python_module pep517 >= 0.5.0}
-BuildRequires:  %{python_module pip-shims >= 0.3.2}
+BuildRequires:  %{python_module pip-shims}
 BuildRequires:  %{python_module plette}
+BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest-sugar}
+BuildRequires:  %{python_module pytest-timeout}
+BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module scandir}
-BuildRequires:  %{python_module six}
-BuildRequires: