Skip to content

Commit

Permalink
pypi-importlib_resources: Autospec creation for update from version 6…
Browse files Browse the repository at this point in the history
….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
  • Loading branch information
fenrus75 committed Sep 21, 2023
1 parent 566f103 commit e825b0b
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-importlib_resources
URL = https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz
URL = https://files.pythonhosted.org/packages/0a/a2/f4b8b82ea966b6c7f66b9099e19ac02dc539f4fe667188113c663e98e784/importlib_resources-6.1.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-importlib_resources
url = https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz
url = https://files.pythonhosted.org/packages/0a/a2/f4b8b82ea966b6c7f66b9099e19ac02dc539f4fe667188113c663e98e784/importlib_resources-6.1.0.tar.gz
archives =
giturl = https://github.com/python/importlib_resources/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-importlib_resources.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Using build pattern: pyproject
#
Name : pypi-importlib_resources
Version : 6.0.1
Release : 33
URL : https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz
Version : 6.1.0
Release : 34
URL : https://files.pythonhosted.org/packages/0a/a2/f4b8b82ea966b6c7f66b9099e19ac02dc539f4fe667188113c663e98e784/importlib_resources-6.1.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/0a/a2/f4b8b82ea966b6c7f66b9099e19ac02dc539f4fe667188113c663e98e784/importlib_resources-6.1.0.tar.gz
Summary : Read resources from Python packages
Group : Development/Tools
License : Apache-2.0
Expand Down Expand Up @@ -58,18 +58,18 @@ python3 components for the pypi-importlib_resources package.


%prep
%setup -q -n importlib_resources-6.0.1
cd %{_builddir}/importlib_resources-6.0.1
%setup -q -n importlib_resources-6.1.0
cd %{_builddir}/importlib_resources-6.1.0
pushd ..
cp -a importlib_resources-6.0.1 buildavx2
cp -a importlib_resources-6.1.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=1691427412
export SOURCE_DATE_EPOCH=1695260130
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 @@
33
34
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dc5322c0a6414fa823f54ef7fe938210abecd6a8/importlib_resources-6.0.1.tar.gz
4af82ed75a1672a45157bfa7d09c4dfd0605802a/importlib_resources-6.1.0.tar.gz

0 comments on commit e825b0b

Please sign in to comment.