Skip to content

Commit

Permalink
pypi-importlib_metadata: Autospec creation for update from version 7.…
Browse files Browse the repository at this point in the history
…0.0 to version 7.0.1

Jason R. Coombs (13):
      Update Github Actions badge per actions/starter-workflows#1525.
      Remove using documentation and instead point users to the stdlib docs. Closes #466.
      Fix typo in doc
      Rely on keyword-only argument for context.
      Expand the docstring for read_text
      Rely on read_text and read_bytes from located paths.
      Corrected the interface for SimplePath to encompass the expectations of locate_file and PackagePath.
      Include _meta in docs to fix doc build failures.
      Refine SimplePath to allow for os.PathLike on input and SimplePath on output.
      Inline os.PathLike using future annotations.
      Add Python 3.13 to compatibility matrix. Ref python/cpython#113174.
      Fixed type annotations to allow strings.
      Finalize
  • Loading branch information
fenrus75 committed Dec 22, 2023
1 parent 7f1121d commit 9dd45d1
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_metadata
URL = https://files.pythonhosted.org/packages/db/5a/392426ddb5edfebfcb232ab7a47e4a827aa1d5b5267a5c20c448615feaa9/importlib_metadata-7.0.0.tar.gz
URL = https://files.pythonhosted.org/packages/90/b4/206081fca69171b4dc1939e77b378a7b87021b0f43ce07439d49d8ac5c84/importlib_metadata-7.0.1.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_metadata
url = https://files.pythonhosted.org/packages/db/5a/392426ddb5edfebfcb232ab7a47e4a827aa1d5b5267a5c20c448615feaa9/importlib_metadata-7.0.0.tar.gz
url = https://files.pythonhosted.org/packages/90/b4/206081fca69171b4dc1939e77b378a7b87021b0f43ce07439d49d8ac5c84/importlib_metadata-7.0.1.tar.gz
archives =
giturl = https://github.com/python/importlib_metadata/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-importlib_metadata.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# autospec commit: c1050fe
#
Name : pypi-importlib_metadata
Version : 7.0.0
Release : 112
URL : https://files.pythonhosted.org/packages/db/5a/392426ddb5edfebfcb232ab7a47e4a827aa1d5b5267a5c20c448615feaa9/importlib_metadata-7.0.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/db/5a/392426ddb5edfebfcb232ab7a47e4a827aa1d5b5267a5c20c448615feaa9/importlib_metadata-7.0.0.tar.gz
Version : 7.0.1
Release : 113
URL : https://files.pythonhosted.org/packages/90/b4/206081fca69171b4dc1939e77b378a7b87021b0f43ce07439d49d8ac5c84/importlib_metadata-7.0.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/90/b4/206081fca69171b4dc1939e77b378a7b87021b0f43ce07439d49d8ac5c84/importlib_metadata-7.0.1.tar.gz
Summary : Read metadata from Python packages
Group : Development/Tools
License : Apache-2.0
Expand Down Expand Up @@ -63,19 +63,19 @@ python3 components for the pypi-importlib_metadata package.


%prep
%setup -q -n importlib_metadata-7.0.0
cd %{_builddir}/importlib_metadata-7.0.0
%setup -q -n importlib_metadata-7.0.1
cd %{_builddir}/importlib_metadata-7.0.1
%patch -P 1 -p1
pushd ..
cp -a importlib_metadata-7.0.0 buildavx2
cp -a importlib_metadata-7.0.1 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=1702068353
export SOURCE_DATE_EPOCH=1703281473
export GCC_IGNORE_WERROR=1
CLEAR_INTERMEDIATE_CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd "
CLEAR_INTERMEDIATE_FCFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd "
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
112
113
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d3ac7c390b035f183a69fc9ced61c549d3495b38/importlib_metadata-7.0.0.tar.gz
ab443076a90cdf74930b6e331bb9f1245985a05d/importlib_metadata-7.0.1.tar.gz

0 comments on commit 9dd45d1

Please sign in to comment.