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

Commit

Permalink
pytest-runner: Autospec creation for update from version 5.3.0 to ver…
Browse files Browse the repository at this point in the history
…sion 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)
  • Loading branch information
fenrus75 authored and clrpackages committed May 20, 2021
1 parent e4db271 commit 92fe03b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion 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 =
Expand Down
16 changes: 8 additions & 8 deletions pytest-runner.spec
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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 || :
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
61
62
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
803c3f25be355f6d290e333aa2d61273ab1ec154/pytest-runner-5.3.0.tar.gz
4787d20ef8f4f705ffec26bfc0b27cfe61479a30/pytest-runner-5.3.1.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
5.3.0
5.3.1

0 comments on commit 92fe03b

Please sign in to comment.