Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 92fe03b

Browse files
fenrus75clrpackages
authored andcommitted
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)
1 parent e4db271 commit 92fe03b

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pytest-runner
2-
URL = https://files.pythonhosted.org/packages/62/6d/681466a726a851faf4a175d0d73675cc19470a31be414e7f46fc776027e5/pytest-runner-5.3.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/2a/04/c3223812b3427ffa95110c5781eae7fe8bc3e9e1fe4e2328bee17b9e5820/pytest-runner-5.3.1.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pytest-runner
3-
url = https://files.pythonhosted.org/packages/62/6d/681466a726a851faf4a175d0d73675cc19470a31be414e7f46fc776027e5/pytest-runner-5.3.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/2a/04/c3223812b3427ffa95110c5781eae7fe8bc3e9e1fe4e2328bee17b9e5820/pytest-runner-5.3.1.tar.gz
44
archives =
55
giturl = https://github.com/pytest-dev/pytest-runner.git
66
domain =

pytest-runner.spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : pytest-runner
6-
Version : 5.3.0
7-
Release : 61
8-
URL : https://files.pythonhosted.org/packages/62/6d/681466a726a851faf4a175d0d73675cc19470a31be414e7f46fc776027e5/pytest-runner-5.3.0.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/62/6d/681466a726a851faf4a175d0d73675cc19470a31be414e7f46fc776027e5/pytest-runner-5.3.0.tar.gz
6+
Version : 5.3.1
7+
Release : 62
8+
URL : https://files.pythonhosted.org/packages/2a/04/c3223812b3427ffa95110c5781eae7fe8bc3e9e1fe4e2328bee17b9e5820/pytest-runner-5.3.1.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/2a/04/c3223812b3427ffa95110c5781eae7fe8bc3e9e1fe4e2328bee17b9e5820/pytest-runner-5.3.1.tar.gz
1010
Summary : Invoke py.test as distutils command with dependency resolution
1111
Group : Development/Tools
1212
License : MIT
@@ -53,15 +53,15 @@ python3 components for the pytest-runner package.
5353

5454

5555
%prep
56-
%setup -q -n pytest-runner-5.3.0
57-
cd %{_builddir}/pytest-runner-5.3.0
56+
%setup -q -n pytest-runner-5.3.1
57+
cd %{_builddir}/pytest-runner-5.3.1
5858

5959
%build
6060
export http_proxy=http://127.0.0.1:9/
6161
export https_proxy=http://127.0.0.1:9/
6262
export no_proxy=localhost,127.0.0.1,0.0.0.0
6363
export LANG=C.UTF-8
64-
export SOURCE_DATE_EPOCH=1613144605
64+
export SOURCE_DATE_EPOCH=1621449609
6565
export GCC_IGNORE_WERROR=1
6666
export AR=gcc-ar
6767
export RANLIB=gcc-ranlib
@@ -77,7 +77,7 @@ python3 setup.py build
7777
export MAKEFLAGS=%{?_smp_mflags}
7878
rm -rf %{buildroot}
7979
mkdir -p %{buildroot}/usr/share/package-licenses/pytest-runner
80-
cp %{_builddir}/pytest-runner-5.3.0/LICENSE %{buildroot}/usr/share/package-licenses/pytest-runner/8e6689d37f82d5617b7f7f7232c94024d41066d1
80+
cp %{_builddir}/pytest-runner-5.3.1/LICENSE %{buildroot}/usr/share/package-licenses/pytest-runner/8e6689d37f82d5617b7f7f7232c94024d41066d1
8181
python3 -tt setup.py build install --root=%{buildroot}
8282
echo ----[ mark ]----
8383
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
61
1+
62

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
803c3f25be355f6d290e333aa2d61273ab1ec154/pytest-runner-5.3.0.tar.gz
1+
4787d20ef8f4f705ffec26bfc0b27cfe61479a30/pytest-runner-5.3.1.tar.gz

versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0
1+
5.3.1

0 commit comments

Comments
 (0)