Skip to content

Commit c35f417

Browse files
committed
pypi-jaraco.context: Autospec creation for update from version 4.1.1 to version 4.1.2
Anderson Bravalheri (2): Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58) Update Github actions to v3 (#62) Hugo van Kemenade (1): Update base URL for PEPs (#61) Jason R. Coombs (30): Add Tidelift template Rely on alabaster theme to support sidebar rendering. Use nicer, simpler phrasing Add support for automatic publishing of release notes Use technique for environment passing matching that found in jaraco/skeleton Move Tidelift token into Travis configuration Update badge URL Add funding reference to project List sidebars to avoid errors looking for template 't' Rebrand to 'For Enterprise' Add a 'For Enterprise' section to the README Include token passthrough for azure pipelines publish stage. Move Tidelift release note publishing to Github Actions. Tidelift no longer requires or expects publishing release notes. Remove Tidelift from main.yml, no longer needed Implement tidelift banner using a Sphinx directive implemented by jaraco.tidelift. Require Python 3.7 or later. Remove filtered warnings, addressed upstream. Update badge year Remove setup.py, no longer needed. Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57. Use the parent category PytestDeprecationWarning, which is available on older pytest versions. Fixes jaraco/skeleton#57. Bump pytest-mypy and remove workaround for realpython/pytest-mypy#131. Require jaraco.packaging 9 adding compatibility for projects with no setup.py file. Ran pre-commit autoupdate Add Python 3.11 into the matrix using workaround from actions/setup-python#213. Drop 3.9 from matrix for efficiency. Prefer spaces for rst. Fixes jaraco/skeleton#64. Honor PEP 518 with pytest-enabler. Ran pre-commit autoupdate Update changelog. Sviatoslav Sydorenko (1): Inject check job into CI workflow as ultimate flag (#55) wim glenn (1): exclude build env from cov reporting (#60)
1 parent a707d81 commit c35f417

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-jaraco.context
2-
URL = https://files.pythonhosted.org/packages/63/e4/e7a5d1b19296c29b0ac7b7666e1a19dd156861881ba1cbc92f25dd7eedbf/jaraco.context-4.1.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/67/d4/86ab133e1531914857f6f868c2fee51b90b58ca422e8c92382660ed8b5a8/jaraco.context-4.1.2.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 = pypi-jaraco.context
3-
url = https://files.pythonhosted.org/packages/63/e4/e7a5d1b19296c29b0ac7b7666e1a19dd156861881ba1cbc92f25dd7eedbf/jaraco.context-4.1.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/67/d4/86ab133e1531914857f6f868c2fee51b90b58ca422e8c92382660ed8b5a8/jaraco.context-4.1.2.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/jaraco.context/
66
domain =

pypi-jaraco.context.spec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : pypi-jaraco.context
6-
Version : 4.1.1
7-
Release : 5
8-
URL : https://files.pythonhosted.org/packages/63/e4/e7a5d1b19296c29b0ac7b7666e1a19dd156861881ba1cbc92f25dd7eedbf/jaraco.context-4.1.1.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/63/e4/e7a5d1b19296c29b0ac7b7666e1a19dd156861881ba1cbc92f25dd7eedbf/jaraco.context-4.1.1.tar.gz
6+
Version : 4.1.2
7+
Release : 6
8+
URL : https://files.pythonhosted.org/packages/67/d4/86ab133e1531914857f6f868c2fee51b90b58ca422e8c92382660ed8b5a8/jaraco.context-4.1.2.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/67/d4/86ab133e1531914857f6f868c2fee51b90b58ca422e8c92382660ed8b5a8/jaraco.context-4.1.2.tar.gz
1010
Summary : Context managers by jaraco
1111
Group : Development/Tools
1212
License : MIT
@@ -54,18 +54,18 @@ python3 components for the pypi-jaraco.context package.
5454

5555

5656
%prep
57-
%setup -q -n jaraco.context-4.1.1
58-
cd %{_builddir}/jaraco.context-4.1.1
57+
%setup -q -n jaraco.context-4.1.2
58+
cd %{_builddir}/jaraco.context-4.1.2
5959
pushd ..
60-
cp -a jaraco.context-4.1.1 buildavx2
60+
cp -a jaraco.context-4.1.2 buildavx2
6161
popd
6262

6363
%build
6464
export http_proxy=http://127.0.0.1:9/
6565
export https_proxy=http://127.0.0.1:9/
6666
export no_proxy=localhost,127.0.0.1,0.0.0.0
6767
export LANG=C.UTF-8
68-
export SOURCE_DATE_EPOCH=1656398829
68+
export SOURCE_DATE_EPOCH=1657810184
6969
export GCC_IGNORE_WERROR=1
7070
export AR=gcc-ar
7171
export RANLIB=gcc-ranlib
@@ -90,7 +90,7 @@ popd
9090
export MAKEFLAGS=%{?_smp_mflags}
9191
rm -rf %{buildroot}
9292
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.context
93-
cp %{_builddir}/jaraco.context-4.1.1/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.context/8e6689d37f82d5617b7f7f7232c94024d41066d1
93+
cp %{_builddir}/jaraco.context-4.1.2/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.context/8e6689d37f82d5617b7f7f7232c94024d41066d1
9494
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
9595
echo ----[ mark ]----
9696
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-
5
1+
6

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d8bb645bd3ec7d936ca39ae3df431f1dcdefac43/jaraco.context-4.1.1.tar.gz
1+
320323c38c39653e74d3af4c682cff4409e039aa/jaraco.context-4.1.2.tar.gz

versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.1
1+
4.1.2

0 commit comments

Comments
 (0)