From d88d33f69088affd6787c89e2d514fcb414f026c Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 4 Jan 2021 12:26:34 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-wheel.git#750949a75f62461587b28bcd70954e846cab4e0d --- .gitignore | 1 + python-wheel.spec | 13 +++++++++---- sources | 2 +- tests/tests.yml | 18 +++++++++++++----- 4 files changed, 24 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index e4c777a..d3bfd55 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /wheel-0.33.6.tar.gz /wheel-0.34.2.tar.gz /wheel-0.35.1.tar.gz +/wheel-0.36.2.tar.gz diff --git a/python-wheel.spec b/python-wheel.spec index 5d2054b..a74b276 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -18,7 +18,7 @@ %global python_wheeldir %{_datadir}/python-wheels Name: python-%{pypi_name} -Version: 0.35.1 +Version: 0.36.2 Release: 1%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -56,10 +56,10 @@ It has two different roles: %description %{_description} # Virtual provides for the packages bundled by wheel. -# Actual version is written in src/wheel/vendored/packaging/_typing.py -# and src/wheel/vendored/packaging/tags.py +# Actual version can be found in git history: +# https://github.com/pypa/wheel/commits/master/src/wheel/vendored/packaging/tags.py %global bundled %{expand: -Provides: bundled(python3dist(packaging)) = 20.4 +Provides: bundled(python3dist(packaging)) = 20.8 } @@ -130,6 +130,11 @@ rm setup.cfg # to drop pytest coverage options configured there %endif %changelog +* Mon Jan 04 2021 Miro HronĨok - 1:0.36.2-1 +- Update to 0.36.2 +- Fixes: rhbz#1907227 +- Fixes: rhbz#1899553 + * Thu Sep 10 2020 Tomas Hrnciar - 1:0.35.1-1 - Update to 0.35.1 - Fixes: rhbz#1868821 diff --git a/sources b/sources index 04677fc..43bb2fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wheel-0.35.1.tar.gz) = 34cd6d1a649842abd895418c0183e68f44e228be905041e1dd8562987fbab8aa617da9b78479cb8d56fb6bb8714ec1085b87640c385bfc933e215f6e33ccf55b +SHA512 (wheel-0.36.2.tar.gz) = 23f3dd0540ecc8e762f37a4bb69713abe99125a605c03b1a3412cec910fb7a6cea3eee3910d7c98122b276170a17414c9132b57b57a30a4ba1283cea8f9e20fa diff --git a/tests/tests.yml b/tests/tests.yml index 8ee0680..5655d1c 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -25,6 +25,12 @@ - smoke38: dir: python/smoke run: VERSION=3.8 METHOD=virtualenv ./venv.sh + - smoke39: + dir: python/smoke + run: VERSION=3.9 METHOD=virtualenv ./venv.sh + - smoke310: + dir: python/smoke + run: VERSION=3.10 METHOD=virtualenv ./venv.sh - pyproject_pytest: dir: pyproject-rpm-macros/tests run: ./mocktest.sh python-pytest @@ -34,11 +40,13 @@ required_packages: - gcc - virtualenv - - python27 - - python35 - - python36 - - python37 - - python38 + - python2.7 + - python3.5 + - python3.6 + - python3.7 + - python3.8 + - python3.9 + - python3.10 - python2-devel - python3-devel - python3-tox