Skip to content

Commit

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

Jason R. Coombs (9):
      Add a test harness and test for tarball
      Replace subprocess calls with native ones for mkdir/rmtree. Ref #5
      Prefer f-strings and remove partial wrapper.
      Request and decompress the tarfile natively
      Rely on filter argument to extractall when available.
      Load the tarfile into memory to allow seeking for older tarfile implementation.
      Rely on backports.tarfile for consistent tarfile behavior and streaming capability.
      Add news fragment.
      Finalize
  • Loading branch information
fenrus75 committed Apr 7, 2024
1 parent bcafc8f commit 145cb27
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := pypi-jaraco.context
URL = https://files.pythonhosted.org/packages/93/71/c1e4affd6eeb9f3d869c7a2b46f2efc36777fc07c67b591ae77bb8861495/jaraco.context-5.1.0.tar.gz
URL = https://files.pythonhosted.org/packages/40/7f/376e94afc5daf362bc8001f48472789d424d3fdf465c0b86df4c318ba1de/jaraco.context-5.2.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = pypi-jaraco.context
url = https://files.pythonhosted.org/packages/93/71/c1e4affd6eeb9f3d869c7a2b46f2efc36777fc07c67b591ae77bb8861495/jaraco.context-5.1.0.tar.gz
url = https://files.pythonhosted.org/packages/40/7f/376e94afc5daf362bc8001f48472789d424d3fdf465c0b86df4c318ba1de/jaraco.context-5.2.0.tar.gz
archives =
giturl = https://github.com/jaraco/jaraco.context/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-jaraco.context.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# autospec commit: f56f1fa
#
Name : pypi-jaraco.context
Version : 5.1.0
Release : 20
URL : https://files.pythonhosted.org/packages/93/71/c1e4affd6eeb9f3d869c7a2b46f2efc36777fc07c67b591ae77bb8861495/jaraco.context-5.1.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/93/71/c1e4affd6eeb9f3d869c7a2b46f2efc36777fc07c67b591ae77bb8861495/jaraco.context-5.1.0.tar.gz
Version : 5.2.0
Release : 21
URL : https://files.pythonhosted.org/packages/40/7f/376e94afc5daf362bc8001f48472789d424d3fdf465c0b86df4c318ba1de/jaraco.context-5.2.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/40/7f/376e94afc5daf362bc8001f48472789d424d3fdf465c0b86df4c318ba1de/jaraco.context-5.2.0.tar.gz
Summary : Useful decorators and context managers
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -60,18 +60,18 @@ python3 components for the pypi-jaraco.context package.


%prep
%setup -q -n jaraco.context-5.1.0
cd %{_builddir}/jaraco.context-5.1.0
%setup -q -n jaraco.context-5.2.0
cd %{_builddir}/jaraco.context-5.2.0
pushd ..
cp -a jaraco.context-5.1.0 buildavx2
cp -a jaraco.context-5.2.0 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=1712326429
export SOURCE_DATE_EPOCH=1712450359
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
21
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
693e9e82a918de31ad4a858e11a1cf07f03b7670/jaraco.context-5.1.0.tar.gz
e0eaa620dc308456ee431624eed438bb214927d4/jaraco.context-5.2.0.tar.gz

0 comments on commit 145cb27

Please sign in to comment.