Skip to content

Commit 566f103

Browse files
committed
pypi-importlib_resources: Autospec creation for update from version 6.0.0 to version 6.0.1
Jason R. Coombs (4): Increase visibility of security policy. (#4) Remove TOX_WORK_DIR workaround, no longer necessary with tox 4. Ref tox-dev/tox#3050. Restore LICENSE unintentionally changed in 8de19cf901dece8c587e2d072a687a7acf81d49e. Finalize
1 parent 607ce98 commit 566f103

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
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/78/1f/65a619c18b0ecd55ac165c7ed119c846051991d01c2cfc0ff7818e4573f0/importlib_resources-6.0.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 1 addition & 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/78/1f/65a619c18b0ecd55ac165c7ed119c846051991d01c2cfc0ff7818e4573f0/importlib_resources-6.0.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz
44
archives =
55
giturl = https://github.com/python/importlib_resources/
66
domain =

pypi-importlib_resources.spec

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# Using build pattern: pyproject
55
#
66
Name : pypi-importlib_resources
7-
Version : 6.0.0
8-
Release : 32
9-
URL : https://files.pythonhosted.org/packages/78/1f/65a619c18b0ecd55ac165c7ed119c846051991d01c2cfc0ff7818e4573f0/importlib_resources-6.0.0.tar.gz
10-
Source0 : https://files.pythonhosted.org/packages/78/1f/65a619c18b0ecd55ac165c7ed119c846051991d01c2cfc0ff7818e4573f0/importlib_resources-6.0.0.tar.gz
7+
Version : 6.0.1
8+
Release : 33
9+
URL : https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz
10+
Source0 : https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz
1111
Summary : Read resources from Python packages
1212
Group : Development/Tools
13-
License : MIT
13+
License : Apache-2.0
1414
Requires: pypi-importlib_resources-license = %{version}-%{release}
1515
Requires: pypi-importlib_resources-python = %{version}-%{release}
1616
Requires: pypi-importlib_resources-python3 = %{version}-%{release}
@@ -58,18 +58,18 @@ python3 components for the pypi-importlib_resources package.
5858

5959

6060
%prep
61-
%setup -q -n importlib_resources-6.0.0
62-
cd %{_builddir}/importlib_resources-6.0.0
61+
%setup -q -n importlib_resources-6.0.1
62+
cd %{_builddir}/importlib_resources-6.0.1
6363
pushd ..
64-
cp -a importlib_resources-6.0.0 buildavx2
64+
cp -a importlib_resources-6.0.1 buildavx2
6565
popd
6666

6767
%build
6868
export http_proxy=http://127.0.0.1:9/
6969
export https_proxy=http://127.0.0.1:9/
7070
export no_proxy=localhost,127.0.0.1,0.0.0.0
7171
export LANG=C.UTF-8
72-
export SOURCE_DATE_EPOCH=1689003005
72+
export SOURCE_DATE_EPOCH=1691427412
7373
export GCC_IGNORE_WERROR=1
7474
export AR=gcc-ar
7575
export RANLIB=gcc-ranlib
@@ -94,7 +94,7 @@ popd
9494
export MAKEFLAGS=%{?_smp_mflags}
9595
rm -rf %{buildroot}
9696
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-importlib_resources
97-
cp %{_builddir}/importlib_resources-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-importlib_resources/0445ed0f69910eeaee036f09a39a13c6e1f37e12 || :
97+
cp %{_builddir}/importlib_resources-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-importlib_resources/2b8b815229aa8a61e483fb4ba0588b8b6c491890 || :
9898
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
9999
echo ----[ mark ]----
100100
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
@@ -114,7 +114,7 @@ popd
114114

115115
%files license
116116
%defattr(0644,root,root,0755)
117-
/usr/share/package-licenses/pypi-importlib_resources/0445ed0f69910eeaee036f09a39a13c6e1f37e12
117+
/usr/share/package-licenses/pypi-importlib_resources/2b8b815229aa8a61e483fb4ba0588b8b6c491890
118118

119119
%files python
120120
%defattr(-,root,root,-)

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
32
1+
33

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
44a58a99cacee32e2a62a247bcab4ad1dfc2dd71/importlib_resources-6.0.0.tar.gz
1+
dc5322c0a6414fa823f54ef7fe938210abecd6a8/importlib_resources-6.0.1.tar.gz

0 commit comments

Comments
 (0)