Skip to content

Commit

Permalink
pypi-jaraco.context: Autospec creation for update from version 4.2.0 …
Browse files Browse the repository at this point in the history
…to version 4.2.1

Jason R. Coombs (10):
      Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux.
      Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87.
      Honor ResourceWarnings. Fixes jaraco/skeleton#73.
      tox 4 requires a boolean value, so use '1' to FORCE_COLOR. Fixes jaraco/skeleton#74.
      Remove unnecessary shebang and encoding header in docs conf.
      Prevent Python 3.12 from blocking checks.
      Build docs in CI, including sphinx-lint.
      Put tidelift docs dependency in its own section to limit merge conflicts.
      Update badge for 2023
      Add tests for pushd. Increases coverage from 66% to 71%.
  • Loading branch information
fenrus75 committed Jan 19, 2023
1 parent 49b88f7 commit c7c92e4
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 := pypi-jaraco.context
URL = https://files.pythonhosted.org/packages/79/96/9f0b1574ccced26cd7785c05623938ef5b217a96ccd44f89980f2d6fa8da/jaraco.context-4.2.0.tar.gz
URL = https://files.pythonhosted.org/packages/87/24/b2a98ef705489afc5a2f4f81dd54dca7f9b81a621d32716209dad545b390/jaraco.context-4.2.1.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pypi-jaraco.context
url = https://files.pythonhosted.org/packages/79/96/9f0b1574ccced26cd7785c05623938ef5b217a96ccd44f89980f2d6fa8da/jaraco.context-4.2.0.tar.gz
url = https://files.pythonhosted.org/packages/87/24/b2a98ef705489afc5a2f4f81dd54dca7f9b81a621d32716209dad545b390/jaraco.context-4.2.1.tar.gz
archives =
giturl = https://github.com/jaraco/jaraco.context/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-jaraco.context.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-jaraco.context
Version : 4.2.0
Release : 14
URL : https://files.pythonhosted.org/packages/79/96/9f0b1574ccced26cd7785c05623938ef5b217a96ccd44f89980f2d6fa8da/jaraco.context-4.2.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/79/96/9f0b1574ccced26cd7785c05623938ef5b217a96ccd44f89980f2d6fa8da/jaraco.context-4.2.0.tar.gz
Version : 4.2.1
Release : 15
URL : https://files.pythonhosted.org/packages/87/24/b2a98ef705489afc5a2f4f81dd54dca7f9b81a621d32716209dad545b390/jaraco.context-4.2.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/87/24/b2a98ef705489afc5a2f4f81dd54dca7f9b81a621d32716209dad545b390/jaraco.context-4.2.1.tar.gz
Summary : Context managers by jaraco
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -57,18 +57,18 @@ python3 components for the pypi-jaraco.context package.


%prep
%setup -q -n jaraco.context-4.2.0
cd %{_builddir}/jaraco.context-4.2.0
%setup -q -n jaraco.context-4.2.1
cd %{_builddir}/jaraco.context-4.2.1
pushd ..
cp -a jaraco.context-4.2.0 buildavx2
cp -a jaraco.context-4.2.1 buildavx2
popd

%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=1672283318
export SOURCE_DATE_EPOCH=1674149285
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
14
15
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
e61969dba32a47d863cf6123e92fdf407bc86b86/jaraco.context-4.2.0.tar.gz
79a7ce5304b6a41b042fe99aeb54098e55db5264/jaraco.context-4.2.1.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
4.2.0
4.2.1

0 comments on commit c7c92e4

Please sign in to comment.