Skip to content

Commit d535a6d

Browse files
committed
pypi-importlib_resources: Autospec creation for update from version 5.10.0 to version 5.10.1
Jason R. Coombs (9): GHA pretty env (#67) Bump importlib_resources version synced to stdlib. Pin mypy to '<0.990' due to realpython/pytest-mypy#141 Remove the hyperlink for the Python versions badge. The PyPI badge is a better anchor for the hyperlink. Apply explicit_package_bases for mypy and unpin the version. Ref python/mypy#14057. Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux. Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87. Update changelog Honor ResourceWarnings. Fixes jaraco/skeleton#73. Karthikeyan Singaravelan (1): Fix ResourceWarning due to unclosed file resource. Zach Burnett (1): rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68)
1 parent 2723747 commit d535a6d

File tree

6 files changed

+18
-16
lines changed

6 files changed

+18
-16
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-importlib_resources
2-
URL = https://files.pythonhosted.org/packages/06/72/6bf0df4fe7a139147f5d6b473f16d5aefb7bc5b719ba5dd33f230d35760f/importlib_resources-5.10.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/1c/c8/cfc6ae38e378be60925f121cce01e7f4996dc3aca424799a693e48c9ce4d/importlib_resources-5.10.1.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-importlib_resources
3-
url = https://files.pythonhosted.org/packages/06/72/6bf0df4fe7a139147f5d6b473f16d5aefb7bc5b719ba5dd33f230d35760f/importlib_resources-5.10.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/1c/c8/cfc6ae38e378be60925f121cce01e7f4996dc3aca424799a693e48c9ce4d/importlib_resources-5.10.1.tar.gz
44
archives =
55
giturl = https://github.com/python/importlib_resources/
66
domain =
@@ -35,6 +35,8 @@ insecure_build = false
3535
keepstatic = false
3636
# do not require autostart subpackage
3737
no_autostart = false
38+
# do not use the replacement pattern for file matching
39+
no_glob = false
3840
# do not generate debuginfo for this package
3941
nodebug = false
4042
# disable stripping binaries

pypi-importlib_resources.spec

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : pypi-importlib_resources
6-
Version : 5.10.0
7-
Release : 26
8-
URL : https://files.pythonhosted.org/packages/06/72/6bf0df4fe7a139147f5d6b473f16d5aefb7bc5b719ba5dd33f230d35760f/importlib_resources-5.10.0.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/06/72/6bf0df4fe7a139147f5d6b473f16d5aefb7bc5b719ba5dd33f230d35760f/importlib_resources-5.10.0.tar.gz
6+
Version : 5.10.1
7+
Release : 27
8+
URL : https://files.pythonhosted.org/packages/1c/c8/cfc6ae38e378be60925f121cce01e7f4996dc3aca424799a693e48c9ce4d/importlib_resources-5.10.1.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/1c/c8/cfc6ae38e378be60925f121cce01e7f4996dc3aca424799a693e48c9ce4d/importlib_resources-5.10.1.tar.gz
1010
Summary : Read resources from Python packages
1111
Group : Development/Tools
1212
License : Apache-2.0
@@ -24,7 +24,7 @@ BuildRequires : pypi-virtualenv
2424

2525
%description
2626
.. image:: https://img.shields.io/pypi/v/importlib_resources.svg
27-
:target: `PyPI link`_
27+
:target: https://pypi.org/project/importlib_resources
2828

2929
%package license
3030
Summary: license components for the pypi-importlib_resources package.
@@ -54,18 +54,18 @@ python3 components for the pypi-importlib_resources package.
5454

5555

5656
%prep
57-
%setup -q -n importlib_resources-5.10.0
58-
cd %{_builddir}/importlib_resources-5.10.0
57+
%setup -q -n importlib_resources-5.10.1
58+
cd %{_builddir}/importlib_resources-5.10.1
5959
pushd ..
60-
cp -a importlib_resources-5.10.0 buildavx2
60+
cp -a importlib_resources-5.10.1 buildavx2
6161
popd
6262

6363
%build
6464
export http_proxy=http://127.0.0.1:9/
6565
export https_proxy=http://127.0.0.1:9/
6666
export no_proxy=localhost,127.0.0.1,0.0.0.0
6767
export LANG=C.UTF-8
68-
export SOURCE_DATE_EPOCH=1665419158
68+
export SOURCE_DATE_EPOCH=1670496924
6969
export GCC_IGNORE_WERROR=1
7070
export AR=gcc-ar
7171
export RANLIB=gcc-ranlib
@@ -77,8 +77,8 @@ export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto "
7777
export MAKEFLAGS=%{?_smp_mflags}
7878
python3 -m build --wheel --skip-dependency-check --no-isolation
7979
pushd ../buildavx2/
80-
export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx"
81-
export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx "
80+
export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
81+
export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
8282
export FFLAGS="$FFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
8383
export FCFLAGS="$FCFLAGS -m64 -march=x86-64-v3 "
8484
export LDFLAGS="$LDFLAGS -m64 -march=x86-64-v3 "

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26
1+
27

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a8c7a6a976fffb9841c548230cb633eda3111c4f/importlib_resources-5.10.0.tar.gz
1+
94d076213f20bcf9d6aa907b231221678731ab41/importlib_resources-5.10.1.tar.gz

versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.10.0
1+
5.10.1

0 commit comments

Comments
 (0)