Skip to content

Commit e825b0b

Browse files
committed
pypi-importlib_resources: Autospec creation for update from version 6.0.1 to version 6.1.0
Jason R. Coombs (19): Add API docs. Closes #245. Pin against sphinx 7.2.5 as workaround for sphinx/sphinx-doc#11662. Closes jaraco/skeleton#88. Allow GITHUB_* settings to pass through to tests. Remove spinner disablement. If it's not already fixed upstream, that's where it should be fixed. Clean up 'color' environment variables. Add diff-cover check to Github Actions CI. Closes jaraco/skeleton#90. Add descriptions to the tox environments. Closes jaraco/skeleton#91. Add FORCE_COLOR to the TOX_OVERRIDE for GHA. Requires tox 4.11.1. Closes jaraco/skeleton#89. Replace static zip fixtures with dynamically generated zip fixtures built from the same modules as found on the file system. Separate 'disk' concern of namespace tests. Prefer ``pass_env`` in tox config. Preferred failure mode for tox-dev/tox#3127 and closes jaraco/skeleton#92. In zip namespace fixtures, explicitly generate the directory entries implied by children. Workaround for python/cpython#59110. Add xfail tests for namespace packages in a zip, capturing missed expectation reported in python/importlib_resources#287. Update MultiplexedPath to expect Traversable and add a compatibility shim with deprecation warning. Update tests for MultiplexedPath to pass traversables, addressing some deprecation warnings. Update changelog When constructing a MultiplexedPath, resolve submodule_search_locations to Traversable objects. Closes python/importlib_resources#287. Honor backslashes in inner paths as found in submodule_search_locations. Finalize
1 parent 566f103 commit e825b0b

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-importlib_resources
2-
URL = https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/0a/a2/f4b8b82ea966b6c7f66b9099e19ac02dc539f4fe667188113c663e98e784/importlib_resources-6.1.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-importlib_resources
3-
url = https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/0a/a2/f4b8b82ea966b6c7f66b9099e19ac02dc539f4fe667188113c663e98e784/importlib_resources-6.1.0.tar.gz
44
archives =
55
giturl = https://github.com/python/importlib_resources/
66
domain =

pypi-importlib_resources.spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# Using build pattern: pyproject
55
#
66
Name : pypi-importlib_resources
7-
Version : 6.0.1
8-
Release : 33
9-
URL : https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz
10-
Source0 : https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz
7+
Version : 6.1.0
8+
Release : 34
9+
URL : https://files.pythonhosted.org/packages/0a/a2/f4b8b82ea966b6c7f66b9099e19ac02dc539f4fe667188113c663e98e784/importlib_resources-6.1.0.tar.gz
10+
Source0 : https://files.pythonhosted.org/packages/0a/a2/f4b8b82ea966b6c7f66b9099e19ac02dc539f4fe667188113c663e98e784/importlib_resources-6.1.0.tar.gz
1111
Summary : Read resources from Python packages
1212
Group : Development/Tools
1313
License : Apache-2.0
@@ -58,18 +58,18 @@ python3 components for the pypi-importlib_resources package.
5858

5959

6060
%prep
61-
%setup -q -n importlib_resources-6.0.1
62-
cd %{_builddir}/importlib_resources-6.0.1
61+
%setup -q -n importlib_resources-6.1.0
62+
cd %{_builddir}/importlib_resources-6.1.0
6363
pushd ..
64-
cp -a importlib_resources-6.0.1 buildavx2
64+
cp -a importlib_resources-6.1.0 buildavx2
6565
popd
6666

6767
%build
6868
export http_proxy=http://127.0.0.1:9/
6969
export https_proxy=http://127.0.0.1:9/
7070
export no_proxy=localhost,127.0.0.1,0.0.0.0
7171
export LANG=C.UTF-8
72-
export SOURCE_DATE_EPOCH=1691427412
72+
export SOURCE_DATE_EPOCH=1695260130
7373
export GCC_IGNORE_WERROR=1
7474
export AR=gcc-ar
7575
export RANLIB=gcc-ranlib

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
33
1+
34

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dc5322c0a6414fa823f54ef7fe938210abecd6a8/importlib_resources-6.0.1.tar.gz
1+
4af82ed75a1672a45157bfa7d09c4dfd0605802a/importlib_resources-6.1.0.tar.gz

0 commit comments

Comments
 (0)