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
….4.5 to version 6.5.2

Anderson Bravalheri (1):
      Bump pre-commit hook for ruff to avoid clashes with pytest-ruff (jaraco/skeleton#150)

Avasam (1):
      Fix an incompatibility (and source of merge conflicts) with projects using Ruff/isort.

Jason R. Coombs (26):
      Remove workaround for sphinx-contrib/sphinx-lint#83
      Allow the workflow to be triggered manually.
      Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#146)
      Add workaround for broken importlib.resources when an editable sentinel is present.
      Separate bpo from Python issue numbers.
      gh-123994: Generate utf-16 file using little endian and BOM. (#123995)
      👹 Feed the hobgoblins (delint).
      Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#151)
      Include pyproject.toml in ruff.toml.
      Require Python 3.9 or later now that Python 3.8 is EOL.
      Use extend for proper workaround.
      👹 Feed the hobgoblins (delint).
      Remove unused imports.
      Bump badge for 2025.
      Re-enable type checks.
      Apply import sort fixers from ruff.
      Add type annotations for Traversable.open.
      Remove Python 3.8 compatibility code.
      Finalize
      Consolidate MemoryTraversable._resolve.
      Replace unreachable block with simple assertion. Fixes diffcov failure.
      Add news fragment.
      Finalize
      Rely on Literal from stdlib.
      Add news fragment.
      Finalize

Kurt McKee (3):
      Demonstrate python/cpython#127012
      Catch `TraversalError`, raised by `Traversable.joinpath()`
      Resolve a `TypeError` lurking in the `read_text()` functional API

Peter St. John (2):
      Add typing-extensions as a dependency
      Update pyproject.toml

Petr Viktorin (1):
      gh-123085: _compile_importlib: Avoid copying sources before compilation (GH-124131)
  • Loading branch information
fenrus75 committed Jan 3, 2025
1 parent 0047285 commit e0efbe2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 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/98/be/f3e8c6081b684f176b761e6a2fef02a0be939740ed6f54109a2951d806f3/importlib_resources-6.4.5.tar.gz
URL = https://files.pythonhosted.org/packages/cf/8c/f834fbf984f691b4f7ff60f50b514cc3de5cc08abfc3295564dd89c5e2e7/importlib_resources-6.5.2.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/98/be/f3e8c6081b684f176b761e6a2fef02a0be939740ed6f54109a2951d806f3/importlib_resources-6.4.5.tar.gz
url = https://files.pythonhosted.org/packages/cf/8c/f834fbf984f691b4f7ff60f50b514cc3de5cc08abfc3295564dd89c5e2e7/importlib_resources-6.5.2.tar.gz
archives =
giturl = https://github.com/python/importlib_resources/
domain =
Expand Down
21 changes: 11 additions & 10 deletions pypi-importlib_resources.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is auto-generated. DO NOT EDIT
# Generated by: autospec.py
# Using build pattern: pyproject
# autospec version: v18
# autospec commit: f35655a
# autospec version: v21
# autospec commit: f4a13a5
#
Name : pypi-importlib_resources
Version : 6.4.5
Release : 48
URL : https://files.pythonhosted.org/packages/98/be/f3e8c6081b684f176b761e6a2fef02a0be939740ed6f54109a2951d806f3/importlib_resources-6.4.5.tar.gz
Source0 : https://files.pythonhosted.org/packages/98/be/f3e8c6081b684f176b761e6a2fef02a0be939740ed6f54109a2951d806f3/importlib_resources-6.4.5.tar.gz
Version : 6.5.2
Release : 49
URL : https://files.pythonhosted.org/packages/cf/8c/f834fbf984f691b4f7ff60f50b514cc3de5cc08abfc3295564dd89c5e2e7/importlib_resources-6.5.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/cf/8c/f834fbf984f691b4f7ff60f50b514cc3de5cc08abfc3295564dd89c5e2e7/importlib_resources-6.5.2.tar.gz
Summary : Read resources from Python packages
Group : Development/Tools
License : Apache-2.0
Expand Down Expand Up @@ -60,18 +60,18 @@ python3 components for the pypi-importlib_resources package.


%prep
%setup -q -n importlib_resources-6.4.5
cd %{_builddir}/importlib_resources-6.4.5
%setup -q -n importlib_resources-6.5.2
cd %{_builddir}/importlib_resources-6.5.2
pushd ..
cp -a importlib_resources-6.4.5 buildavx2
cp -a importlib_resources-6.5.2 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=1725921907
export SOURCE_DATE_EPOCH=1735937087
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -88,6 +88,7 @@ ASFLAGS="$CLEAR_INTERMEDIATE_ASFLAGS"
LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS"
export MAKEFLAGS=%{?_smp_mflags}
python3 -m build --wheel --skip-dependency-check --no-isolation

pushd ../buildavx2/
CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 "
CXXFLAGS="$CLEAR_INTERMEDIATE_CXXFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 "
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
48
49
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
61a00505685c6ee61425cbd8aca32729838bc6ef/importlib_resources-6.4.5.tar.gz
15547dfa88425817bd1c3ed7c86db8b9d657a855/importlib_resources-6.5.2.tar.gz

0 comments on commit e0efbe2

Please sign in to comment.