Skip to content

Commit

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

Jason R. Coombs (4):
      Enable 'transparent' compression, whatever that means.
      Deprecate infer_compression, as it was used primarily for deferring to the tar command.
      Fix encoding warnings in tests.
      Finalize
  • Loading branch information
fenrus75 committed Apr 7, 2024
1 parent 145cb27 commit 3ddc8df
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/40/7f/376e94afc5daf362bc8001f48472789d424d3fdf465c0b86df4c318ba1de/jaraco.context-5.2.0.tar.gz
URL = https://files.pythonhosted.org/packages/c9/60/e83781b07f9a66d1d102a0459e5028f3a7816fdd0894cba90bee2bbbda14/jaraco.context-5.3.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/40/7f/376e94afc5daf362bc8001f48472789d424d3fdf465c0b86df4c318ba1de/jaraco.context-5.2.0.tar.gz
url = https://files.pythonhosted.org/packages/c9/60/e83781b07f9a66d1d102a0459e5028f3a7816fdd0894cba90bee2bbbda14/jaraco.context-5.3.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.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
Version : 5.3.0
Release : 22
URL : https://files.pythonhosted.org/packages/c9/60/e83781b07f9a66d1d102a0459e5028f3a7816fdd0894cba90bee2bbbda14/jaraco.context-5.3.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/c9/60/e83781b07f9a66d1d102a0459e5028f3a7816fdd0894cba90bee2bbbda14/jaraco.context-5.3.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.2.0
cd %{_builddir}/jaraco.context-5.2.0
%setup -q -n jaraco.context-5.3.0
cd %{_builddir}/jaraco.context-5.3.0
pushd ..
cp -a jaraco.context-5.2.0 buildavx2
cp -a jaraco.context-5.3.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=1712450359
export SOURCE_DATE_EPOCH=1712500229
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 @@
21
22
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e0eaa620dc308456ee431624eed438bb214927d4/jaraco.context-5.2.0.tar.gz
c470040637c1d7c8a701c9ace845405247fcafe6/jaraco.context-5.3.0.tar.gz

0 comments on commit 3ddc8df

Please sign in to comment.