Skip to content

Commit 44a3f37

Browse files
committed
pypi-jaraco.context: Autospec creation for update from version 4.1.2 to version 4.2.0
Jason R. Coombs (15): Use '-dev' for every Python version. Ref actions/setup-python#213. Use Python 3.11 for cutting releases. Pin flake8. Workaround for tholo/pytest-flake8#87. Update to setup-python v4. Fixes jaraco/skeleton#65. Also update release to v4 Add PyPy to the test matrix on Linux. Fixes jaraco/skeleton#63. When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197. Adopt furo theme for docs. Indicate to use latest Python version (workaround for readthedocs/readthedocs.org/#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635). GHA pretty env (#67) Pin mypy to '<0.990' due to realpython/pytest-mypy#141 Remove the hyperlink for the Python versions badge. The PyPI badge is a better anchor for the hyperlink. Apply explicit_package_bases for mypy and unpin the version. Ref python/mypy#14057. Add on_interrupt decorator. Add Python 3.7 compatibility. Zach Burnett (1): rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68)
1 parent 00f85cc commit 44a3f37

6 files changed

+19
-17
lines changed

Makefile

+1-1
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/67/d4/86ab133e1531914857f6f868c2fee51b90b58ca422e8c92382660ed8b5a8/jaraco.context-4.1.2.tar.gz
2+
URL = https://files.pythonhosted.org/packages/79/96/9f0b1574ccced26cd7785c05623938ef5b217a96ccd44f89980f2d6fa8da/jaraco.context-4.2.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+3-1
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/67/d4/86ab133e1531914857f6f868c2fee51b90b58ca422e8c92382660ed8b5a8/jaraco.context-4.1.2.tar.gz
3+
url = https://files.pythonhosted.org/packages/79/96/9f0b1574ccced26cd7785c05623938ef5b217a96ccd44f89980f2d6fa8da/jaraco.context-4.2.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/jaraco.context/
66
domain =
@@ -35,6 +35,8 @@ insecure_build = false
3535
keepstatic = false
3636
# do not require autostart subpackage
3737
no_autostart = false
38+
# do not use the replacement pattern for file matching
39+
no_glob = false
3840
# do not generate debuginfo for this package
3941
nodebug = false
4042
# disable stripping binaries

pypi-jaraco.context.spec

+12-12
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.2
7-
Release : 11
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
6+
Version : 4.2.0
7+
Release : 12
8+
URL : https://files.pythonhosted.org/packages/79/96/9f0b1574ccced26cd7785c05623938ef5b217a96ccd44f89980f2d6fa8da/jaraco.context-4.2.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/79/96/9f0b1574ccced26cd7785c05623938ef5b217a96ccd44f89980f2d6fa8da/jaraco.context-4.2.0.tar.gz
1010
Summary : Context managers by jaraco
1111
Group : Development/Tools
1212
License : MIT
@@ -24,7 +24,7 @@ BuildRequires : pypi-virtualenv
2424

2525
%description
2626
.. image:: https://img.shields.io/pypi/v/jaraco.context.svg
27-
:target: `PyPI link`_
27+
:target: https://pypi.org/project/jaraco.context
2828

2929
%package license
3030
Summary: license components for the pypi-jaraco.context package.
@@ -54,18 +54,18 @@ python3 components for the pypi-jaraco.context package.
5454

5555

5656
%prep
57-
%setup -q -n jaraco.context-4.1.2
58-
cd %{_builddir}/jaraco.context-4.1.2
57+
%setup -q -n jaraco.context-4.2.0
58+
cd %{_builddir}/jaraco.context-4.2.0
5959
pushd ..
60-
cp -a jaraco.context-4.1.2 buildavx2
60+
cp -a jaraco.context-4.2.0 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=1657810184
68+
export SOURCE_DATE_EPOCH=1669053418
6969
export GCC_IGNORE_WERROR=1
7070
export AR=gcc-ar
7171
export RANLIB=gcc-ranlib
@@ -77,8 +77,8 @@ export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto "
7777
export MAKEFLAGS=%{?_smp_mflags}
7878
python3 -m build --wheel --skip-dependency-check --no-isolation
7979
pushd ../buildavx2/
80-
export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx"
81-
export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx "
80+
export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
81+
export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
8282
export FFLAGS="$FFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
8383
export FCFLAGS="$FCFLAGS -m64 -march=x86-64-v3 "
8484
export LDFLAGS="$LDFLAGS -m64 -march=x86-64-v3 "
@@ -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.2/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.context/8e6689d37f82d5617b7f7f7232c94024d41066d1
93+
cp %{_builddir}/jaraco.context-%{version}/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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11
1+
12

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
320323c38c39653e74d3af4c682cff4409e039aa/jaraco.context-4.1.2.tar.gz
1+
e61969dba32a47d863cf6123e92fdf407bc86b86/jaraco.context-4.2.0.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.2
1+
4.2.0

0 commit comments

Comments
 (0)