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
….3.2 to version 6.4.0

Adam Turner (1):
      GH-109653: Defer import of ``importlib.metadata._adapters`` (python/cpython#109829)

Jason R. Coombs (4):
      Add support for python/cpython references
      Consolidated test support logic in jaraco.test.cpython.
      Add news fragment.
      Finalize

Petr Viktorin (5):
      Apply CPython PR, sans docs and changelogs
      Adapt to importlib_resources
      Formatting nitpicks
      Port tests to Python 3.8
      Use Ruff style, rather than PEP 8
  • Loading branch information
fenrus75 committed Mar 24, 2024
1 parent 495c5f3 commit 8c41816
Show file tree
Hide file tree
Showing 5 changed files with 14 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/cc/d8/9024d77b996e94c115d6b4fb7580742a012f15ecbca2e7f626445a408179/importlib_resources-6.3.2.tar.gz
URL = https://files.pythonhosted.org/packages/c8/9d/6ee73859d6be81c6ea7ebac89655e92740296419bd37e5c8abdb5b62fd55/importlib_resources-6.4.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/cc/d8/9024d77b996e94c115d6b4fb7580742a012f15ecbca2e7f626445a408179/importlib_resources-6.3.2.tar.gz
url = https://files.pythonhosted.org/packages/c8/9d/6ee73859d6be81c6ea7ebac89655e92740296419bd37e5c8abdb5b62fd55/importlib_resources-6.4.0.tar.gz
archives =
giturl = https://github.com/python/importlib_resources/
domain =
Expand Down
20 changes: 10 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: v4
# autospec commit: f4bef72
# autospec version: v5
# autospec commit: c02b2fe
#
Name : pypi-importlib_resources
Version : 6.3.2
Release : 42
URL : https://files.pythonhosted.org/packages/cc/d8/9024d77b996e94c115d6b4fb7580742a012f15ecbca2e7f626445a408179/importlib_resources-6.3.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/cc/d8/9024d77b996e94c115d6b4fb7580742a012f15ecbca2e7f626445a408179/importlib_resources-6.3.2.tar.gz
Version : 6.4.0
Release : 43
URL : https://files.pythonhosted.org/packages/c8/9d/6ee73859d6be81c6ea7ebac89655e92740296419bd37e5c8abdb5b62fd55/importlib_resources-6.4.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/c8/9d/6ee73859d6be81c6ea7ebac89655e92740296419bd37e5c8abdb5b62fd55/importlib_resources-6.4.0.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.3.2
cd %{_builddir}/importlib_resources-6.3.2
%setup -q -n importlib_resources-6.4.0
cd %{_builddir}/importlib_resources-6.4.0
pushd ..
cp -a importlib_resources-6.3.2 buildavx2
cp -a importlib_resources-6.4.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=1710873105
export SOURCE_DATE_EPOCH=1711240033
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 @@
42
43
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8dde75eb0d94a7bba272f3477ec65c17cce981a9/importlib_resources-6.3.2.tar.gz
605b5946394e2e278f1252f158fe4f8cd2f9927a/importlib_resources-6.4.0.tar.gz

0 comments on commit 8c41816

Please sign in to comment.