Update to 65.0.2
Fixes: rhbz#2102402
This commit is contained in:
parent
a3c06a495c
commit
97feee3a6c
@ -1,29 +1,30 @@
|
|||||||
From 7b0ba61bfbe7765d034f82158eba57c74b770405 Mon Sep 17 00:00:00 2001
|
From 63874ca94497e90a4da97e351cc04aa63d0a5480 Mon Sep 17 00:00:00 2001
|
||||||
From: Karolina Surma <ksurma@redhat.com>
|
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= <thrnciar@redhat.com>
|
||||||
Date: Mon, 21 Feb 2022 09:22:42 +0100
|
Date: Wed, 10 Aug 2022 16:08:41 +0200
|
||||||
Subject: [PATCH] Update
|
Subject: [PATCH] Remove optional or unpackaged test deps
|
||||||
|
|
||||||
---
|
---
|
||||||
setup.cfg | 13 -------------
|
setup.cfg | 14 --------------
|
||||||
1 file changed, 13 deletions(-)
|
1 file changed, 14 deletions(-)
|
||||||
|
|
||||||
diff --git a/setup.cfg b/setup.cfg
|
diff --git a/setup.cfg b/setup.cfg
|
||||||
index 8c71052..e6df94f 100644
|
index 6dfa389..514c65c 100644
|
||||||
--- a/setup.cfg
|
--- a/setup.cfg
|
||||||
+++ b/setup.cfg
|
+++ b/setup.cfg
|
||||||
@@ -38,19 +38,8 @@ exclude =
|
@@ -38,20 +38,8 @@ exclude =
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
testing =
|
testing =
|
||||||
pytest >= 6
|
pytest >= 6
|
||||||
- pytest-checkdocs >= 2.4
|
- pytest-checkdocs >= 2.4
|
||||||
- pytest-flake8
|
- pytest-flake8
|
||||||
|
- flake8 < 5
|
||||||
- pytest-black >= 0.3.7; \
|
- pytest-black >= 0.3.7; \
|
||||||
- python_implementation != "PyPy"
|
- python_implementation != "PyPy"
|
||||||
- pytest-cov; \
|
- pytest-cov; \
|
||||||
- python_implementation != "PyPy"
|
- python_implementation != "PyPy"
|
||||||
- pytest-mypy >= 0.9.1; \
|
- pytest-mypy >= 0.9.1; \
|
||||||
- python_implementation != "PyPy"
|
- python_implementation != "PyPy"
|
||||||
- pytest-enabler >= 1.0.1
|
- pytest-enabler >= 1.3
|
||||||
- pytest-perf
|
- pytest-perf
|
||||||
|
|
||||||
mock
|
mock
|
||||||
@ -31,7 +32,7 @@ index 8c71052..e6df94f 100644
|
|||||||
virtualenv>=13.0.0
|
virtualenv>=13.0.0
|
||||||
wheel
|
wheel
|
||||||
pip>=19.1 # For proper file:// URLs support.
|
pip>=19.1 # For proper file:// URLs support.
|
||||||
@@ -58,8 +47,6 @@ testing =
|
@@ -59,8 +47,6 @@ testing =
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
jaraco.path>=3.2.0
|
jaraco.path>=3.2.0
|
||||||
build[virtualenv]
|
build[virtualenv]
|
||||||
@ -41,5 +42,5 @@ index 8c71052..e6df94f 100644
|
|||||||
tomli-w>=1.0.0
|
tomli-w>=1.0.0
|
||||||
testing-integration =
|
testing-integration =
|
||||||
--
|
--
|
||||||
2.35.3
|
2.36.1
|
||||||
|
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
# When updating, update the bundled libraries versions bellow!
|
# When updating, update the bundled libraries versions bellow!
|
||||||
Version: 62.6.0
|
Version: 65.0.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
# setuptools is MIT
|
# setuptools is MIT
|
||||||
# appdirs is MIT
|
# appdirs is MIT
|
||||||
@ -88,10 +88,9 @@ Provides: bundled(python%{python3_pkgversion}dist(jaraco-text)) = 3.7
|
|||||||
Provides: bundled(python%{python3_pkgversion}dist(more-itertools)) = 8.8
|
Provides: bundled(python%{python3_pkgversion}dist(more-itertools)) = 8.8
|
||||||
Provides: bundled(python%{python3_pkgversion}dist(ordered-set)) = 3.1.1
|
Provides: bundled(python%{python3_pkgversion}dist(ordered-set)) = 3.1.1
|
||||||
Provides: bundled(python%{python3_pkgversion}dist(packaging)) = 21.3
|
Provides: bundled(python%{python3_pkgversion}dist(packaging)) = 21.3
|
||||||
Provides: bundled(python%{python3_pkgversion}dist(pyparsing)) = 3.0.8
|
Provides: bundled(python%{python3_pkgversion}dist(pyparsing)) = 3.0.9
|
||||||
Provides: bundled(python%{python3_pkgversion}dist(typing-extensions)) = 4.0.1
|
Provides: bundled(python%{python3_pkgversion}dist(typing-extensions)) = 4.0.1
|
||||||
Provides: bundled(python%{python3_pkgversion}dist(zipp)) = 3.7
|
Provides: bundled(python%{python3_pkgversion}dist(zipp)) = 3.7
|
||||||
Provides: bundled(python%{python3_pkgversion}dist(nspektr)) = 0.3
|
|
||||||
Provides: bundled(python%{python3_pkgversion}dist(tomli)) = 2.0.1
|
Provides: bundled(python%{python3_pkgversion}dist(tomli)) = 2.0.1
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -204,7 +203,7 @@ PRE_BUILT_SETUPTOOLS_WHEEL=%{_pyproject_wheeldir}/%{python_wheel_name} \
|
|||||||
PYTHONPATH=$(pwd) %pytest \
|
PYTHONPATH=$(pwd) %pytest \
|
||||||
--ignore=setuptools/tests/test_integration.py \
|
--ignore=setuptools/tests/test_integration.py \
|
||||||
--ignore=setuptools/tests/integration/ \
|
--ignore=setuptools/tests/integration/ \
|
||||||
--ignore=setuptools/tests/test_develop.py \
|
--ignore=setuptools/tests/test_editable_install.py \
|
||||||
--ignore=setuptools/tests/config/test_apply_pyprojecttoml.py \
|
--ignore=setuptools/tests/config/test_apply_pyprojecttoml.py \
|
||||||
-k "not test_pip_upgrade_from_source"
|
-k "not test_pip_upgrade_from_source"
|
||||||
%endif # with tests
|
%endif # with tests
|
||||||
@ -231,6 +230,10 @@ PYTHONPATH=$(pwd) %pytest \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 28 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 65.0.2-1
|
||||||
|
- Update to 65.0.2
|
||||||
|
- Fixes: rhbz#2102402
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 62.6.0-2
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 62.6.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (setuptools-62.6.0.tar.gz) = d67c438d507fc7959162b5e8c2a15e9c36d37e5cd7052e16eeb58d8a9bcf19b725a0e7b840e101500799d725bbc4c1872d0f79eead66a538e891cc7cfbe3d979
|
SHA512 (setuptools-65.0.2.tar.gz) = ccaf438b78a0d33ec4ec606f0fe64dcaf306dfe8935076b7534b984d0c0bfdf023d37a2b50e94572d54a5c8150e1458baabe811a4236410aedb75ee2a9215862
|
||||||
|
Loading…
Reference in New Issue
Block a user