Skip to content

Commit

Permalink
pypi-importlib_metadata: Autospec creation for update from version 6.…
Browse files Browse the repository at this point in the history
…5.0 to version 6.6.0

David Hotham (2):
      type annotations
      code review

Jason R. Coombs (9):
      Update compatibility for Python 3.12 (python/cpython#103584).
      Resolve the located directory and remove suppression of Exceptions. Ref python/cpython#103661.
      Wrap 'subdir/line' in PosixPath to ensure the output uses posix path separators. Ref python/cpython#103661.
      Update changelog
      Rename 'line' to 'name' for better context.
      Reword to prefer imperative voice and more a more concise description.
      Use generator expression for paths.
      Remove nitpick_ignore no longer needed.
      Update changelog
  • Loading branch information
fenrus75 committed Apr 23, 2023
1 parent 43dfc96 commit e3e1bee
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-importlib_metadata
URL = https://files.pythonhosted.org/packages/9d/ce/dc7221b3044c7382d5abad27d2599e63b0e0ccabc49491244203ee1ded96/importlib_metadata-6.5.0.tar.gz
URL = https://files.pythonhosted.org/packages/0b/1f/9de392c2b939384e08812ef93adf37684ec170b5b6e7ea302d9f163c2ea0/importlib_metadata-6.6.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pypi-importlib_metadata
url = https://files.pythonhosted.org/packages/9d/ce/dc7221b3044c7382d5abad27d2599e63b0e0ccabc49491244203ee1ded96/importlib_metadata-6.5.0.tar.gz
url = https://files.pythonhosted.org/packages/0b/1f/9de392c2b939384e08812ef93adf37684ec170b5b6e7ea302d9f163c2ea0/importlib_metadata-6.6.0.tar.gz
archives =
giturl = https://github.com/python/importlib_metadata/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-importlib_metadata.spec
Expand Up @@ -4,10 +4,10 @@
# Using build pattern: pyproject
#
Name : pypi-importlib_metadata
Version : 6.5.0
Release : 106
URL : https://files.pythonhosted.org/packages/9d/ce/dc7221b3044c7382d5abad27d2599e63b0e0ccabc49491244203ee1ded96/importlib_metadata-6.5.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/9d/ce/dc7221b3044c7382d5abad27d2599e63b0e0ccabc49491244203ee1ded96/importlib_metadata-6.5.0.tar.gz
Version : 6.6.0
Release : 107
URL : https://files.pythonhosted.org/packages/0b/1f/9de392c2b939384e08812ef93adf37684ec170b5b6e7ea302d9f163c2ea0/importlib_metadata-6.6.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/0b/1f/9de392c2b939384e08812ef93adf37684ec170b5b6e7ea302d9f163c2ea0/importlib_metadata-6.6.0.tar.gz
Summary : Read metadata from Python packages
Group : Development/Tools
License : Apache-2.0
Expand Down Expand Up @@ -59,19 +59,19 @@ python3 components for the pypi-importlib_metadata package.


%prep
%setup -q -n importlib_metadata-6.5.0
cd %{_builddir}/importlib_metadata-6.5.0
%setup -q -n importlib_metadata-6.6.0
cd %{_builddir}/importlib_metadata-6.6.0
%patch1 -p1
pushd ..
cp -a importlib_metadata-6.5.0 buildavx2
cp -a importlib_metadata-6.6.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=1681832469
export SOURCE_DATE_EPOCH=1682271543
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
106
107
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
72f55ae158c18f167fcc69439fb5044f228fabf3/importlib_metadata-6.5.0.tar.gz
a0eda555d58df5e990a552100879399df8b5e9b7/importlib_metadata-6.6.0.tar.gz

0 comments on commit e3e1bee

Please sign in to comment.