Skip to content

Commit

Permalink
pypi-importlib_resources: Autospec creation for update from version 5…
Browse files Browse the repository at this point in the history
….7.1 to version 5.8.0

Anderson Bravalheri (1):
      Update Github actions to v3 (#62)

Hugo van Kemenade (1):
      Update base URL for PEPs (#61)

Jason R. Coombs (13):
      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.
      Inline the flattening of descendants.
      Move ResourceContainer.joinpath to Traversable.joinpath, providing a concrete implementation.
      Refactor to converge descendants to a single type and rely on Path.parts for getting the parts.
      Replace StopIteration with a TraversalError for use in capturing a failed traversal.
      In readers.MultiplexedPath, re-use Traversable.joinpath.
      Add test for empty joinpath.
      Leave this behavior uncovered.
      Separate match resolution from recursive join.
      Update changelog
      Bump behaviors as found in CPython
      ⚫ Fade to black.

Saniya Maheshwari (2):
      Removed footnote stating that PEP 420 namespace packages are ignored
      Removed Python 2 related footnote

Sviatoslav Sydorenko (1):
      Inject check job into CI workflow as ultimate flag (#55)

Victor Stinner (1):
      gh-93353: Fix importlib.resources._tempfile() finalizer (#93377)

wim glenn (1):
      exclude build env from cov reporting (#60)
  • Loading branch information
fenrus75 committed Jun 16, 2022
1 parent 8db1cd0 commit f72c755
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-importlib_resources
URL = https://files.pythonhosted.org/packages/07/3c/4e27ef7d4cea5203ed4b52b7fe96ddd08559d9f147a2a4307e7d6d98c035/importlib_resources-5.7.1.tar.gz
URL = https://files.pythonhosted.org/packages/a5/66/b844887f2225049abd75a0c54415d419e334b7a7e2a69c5a5c4968e30906/importlib_resources-5.8.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pypi-importlib_resources
url = https://files.pythonhosted.org/packages/07/3c/4e27ef7d4cea5203ed4b52b7fe96ddd08559d9f147a2a4307e7d6d98c035/importlib_resources-5.7.1.tar.gz
url = https://files.pythonhosted.org/packages/a5/66/b844887f2225049abd75a0c54415d419e334b7a7e2a69c5a5c4968e30906/importlib_resources-5.8.0.tar.gz
archives =
giturl = https://github.com/python/importlib_resources/
domain =
Expand Down
22 changes: 11 additions & 11 deletions pypi-importlib_resources.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-importlib_resources
Version : 5.7.1
Release : 16
URL : https://files.pythonhosted.org/packages/07/3c/4e27ef7d4cea5203ed4b52b7fe96ddd08559d9f147a2a4307e7d6d98c035/importlib_resources-5.7.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/07/3c/4e27ef7d4cea5203ed4b52b7fe96ddd08559d9f147a2a4307e7d6d98c035/importlib_resources-5.7.1.tar.gz
Version : 5.8.0
Release : 17
URL : https://files.pythonhosted.org/packages/a5/66/b844887f2225049abd75a0c54415d419e334b7a7e2a69c5a5c4968e30906/importlib_resources-5.8.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/a5/66/b844887f2225049abd75a0c54415d419e334b7a7e2a69c5a5c4968e30906/importlib_resources-5.8.0.tar.gz
Summary : Read resources from Python packages
Group : Development/Tools
License : Apache-2.0
Expand Down Expand Up @@ -54,18 +54,18 @@ python3 components for the pypi-importlib_resources package.


%prep
%setup -q -n importlib_resources-5.7.1
cd %{_builddir}/importlib_resources-5.7.1
%setup -q -n importlib_resources-5.8.0
cd %{_builddir}/importlib_resources-5.8.0
pushd ..
cp -a importlib_resources-5.7.1 buildavx2
cp -a importlib_resources-5.8.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=1653336910
export SOURCE_DATE_EPOCH=1655393693
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -77,8 +77,8 @@ export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto "
export MAKEFLAGS=%{?_smp_mflags}
python3 -m build --wheel --skip-dependency-check --no-isolation
pushd ../buildavx2/
export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx"
export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx "
export FFLAGS="$FFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
export FCFLAGS="$FCFLAGS -m64 -march=x86-64-v3 "
export LDFLAGS="$LDFLAGS -m64 -march=x86-64-v3 "
Expand All @@ -90,7 +90,7 @@ popd
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-importlib_resources
cp %{_builddir}/importlib_resources-5.7.1/LICENSE %{buildroot}/usr/share/package-licenses/pypi-importlib_resources/3cd2faf9a752b7838f4b6a634116c24cc3053415
cp %{_builddir}/importlib_resources-5.8.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-importlib_resources/3cd2faf9a752b7838f4b6a634116c24cc3053415
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
16
17
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
c18ceb6ade033c35fce8d08658238f4a6fd0fc69/importlib_resources-5.7.1.tar.gz
1ab58bca22ffcfedb196f102cf5fdc0929ef150d/importlib_resources-5.8.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
5.7.1
5.8.0

0 comments on commit f72c755

Please sign in to comment.