From 92fe03b38830a56016f8c1526d2d980df8f6b0e3 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Wed, 19 May 2021 18:40:13 +0000 Subject: [PATCH] pytest-runner: Autospec creation for update from version 5.3.0 to version 5.3.1 Jason R. Coombs (15): Exclude dist from discovered packages. Fixes jaraco/skeleton#46. It's no longer necessary to filter this warning and it's not a warning anymore. Bump minimum pytest Require twine 3 with keyring unconditionally required. Add comments indicating why the exclusions are present Exclude mypy on Python 3.10 as workaround for python/typed_ast#156. Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools. Also deny black on Python 3.10 as workaround for python/typed_ast#156. Add leading */ to coverage.run.omit. Workaround for pytest-dev/pytest-cov#456. Remove automerge. Fixes jaraco/skeleton#49. Enable dependabot (#50) Replace md file with badge linking to documentation site. Fixes jaraco/skeleton#47. Update changelog. Fix badge Edit for consistency. KOLANICH (1): Added an .editorconfig. Pull request jaraco/skeleton#43. Sviatoslav Sydorenko (1): Make sphinx fail on any warnings (#36) --- Makefile | 2 +- options.conf | 2 +- pytest-runner.spec | 16 ++++++++-------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 6016598..74abfc3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pytest-runner -URL = https://files.pythonhosted.org/packages/62/6d/681466a726a851faf4a175d0d73675cc19470a31be414e7f46fc776027e5/pytest-runner-5.3.0.tar.gz +URL = https://files.pythonhosted.org/packages/2a/04/c3223812b3427ffa95110c5781eae7fe8bc3e9e1fe4e2328bee17b9e5820/pytest-runner-5.3.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 88496b1..c22fb77 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pytest-runner -url = https://files.pythonhosted.org/packages/62/6d/681466a726a851faf4a175d0d73675cc19470a31be414e7f46fc776027e5/pytest-runner-5.3.0.tar.gz +url = https://files.pythonhosted.org/packages/2a/04/c3223812b3427ffa95110c5781eae7fe8bc3e9e1fe4e2328bee17b9e5820/pytest-runner-5.3.1.tar.gz archives = giturl = https://github.com/pytest-dev/pytest-runner.git domain = diff --git a/pytest-runner.spec b/pytest-runner.spec index fc3b57f..b0ecb3d 100644 --- a/pytest-runner.spec +++ b/pytest-runner.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pytest-runner -Version : 5.3.0 -Release : 61 -URL : https://files.pythonhosted.org/packages/62/6d/681466a726a851faf4a175d0d73675cc19470a31be414e7f46fc776027e5/pytest-runner-5.3.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/62/6d/681466a726a851faf4a175d0d73675cc19470a31be414e7f46fc776027e5/pytest-runner-5.3.0.tar.gz +Version : 5.3.1 +Release : 62 +URL : https://files.pythonhosted.org/packages/2a/04/c3223812b3427ffa95110c5781eae7fe8bc3e9e1fe4e2328bee17b9e5820/pytest-runner-5.3.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/2a/04/c3223812b3427ffa95110c5781eae7fe8bc3e9e1fe4e2328bee17b9e5820/pytest-runner-5.3.1.tar.gz Summary : Invoke py.test as distutils command with dependency resolution Group : Development/Tools License : MIT @@ -53,15 +53,15 @@ python3 components for the pytest-runner package. %prep -%setup -q -n pytest-runner-5.3.0 -cd %{_builddir}/pytest-runner-5.3.0 +%setup -q -n pytest-runner-5.3.1 +cd %{_builddir}/pytest-runner-5.3.1 %build export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1613144605 +export SOURCE_DATE_EPOCH=1621449609 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -77,7 +77,7 @@ python3 setup.py build export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pytest-runner -cp %{_builddir}/pytest-runner-5.3.0/LICENSE %{buildroot}/usr/share/package-licenses/pytest-runner/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/pytest-runner-5.3.1/LICENSE %{buildroot}/usr/share/package-licenses/pytest-runner/8e6689d37f82d5617b7f7f7232c94024d41066d1 python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/release b/release index b1e7d26..a8fa06e 100644 --- a/release +++ b/release @@ -1 +1 @@ -61 +62 diff --git a/upstream b/upstream index a01d947..8fb41ab 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -803c3f25be355f6d290e333aa2d61273ab1ec154/pytest-runner-5.3.0.tar.gz +4787d20ef8f4f705ffec26bfc0b27cfe61479a30/pytest-runner-5.3.1.tar.gz diff --git a/versions b/versions index 03f488b..c7cb131 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -5.3.0 +5.3.1