Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 92b61f1

Browse files
committed
zipp: Autospec creation for update from version 3.5.0 to version 3.5.1
Alan Fregtman (1): .editorconfig: Set max_line_length to 88 for Python files. Jason R. Coombs (6): Rely on setuptools 56 and drop the explicit mention of the license file in favor of simple discovery. Remove workaround for python/typed_ast#156. Use line continuations to indicate which exclusions are for which workarounds. Remove blacken docs as it cannot honor Python's default repr. Ref adamchainz/blacken-docs#62. Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fixes jaraco/skeleton#51. Remove news entry unintentionally pulled from CPython. Fixes #77.
1 parent efd6911 commit 92b61f1

File tree

7 files changed

+21
-17
lines changed

7 files changed

+21
-17
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := zipp
2-
URL = https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/76/e4/b0f1010d29a61e3527667b214498da73299f747dd25ad0fd135705170716/zipp-3.5.1.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = zipp
3-
url = https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/76/e4/b0f1010d29a61e3527667b214498da73299f747dd25ad0fd135705170716/zipp-3.5.1.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/zipp.git
66
domain =
@@ -47,6 +47,8 @@ optimize_size = false
4747
pgo = false
4848
# set flags for security-sensitive builds
4949
security_sensitive = false
50+
# package is only used by servers
51+
server = false
5052
# do not run test suite
5153
skip_tests = false
5254
# add .so files to the lib package instead of dev

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
31
1+
32

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
53234d6dbfc809d03f2b85db6dbb4e559ef200a1/zipp-3.5.0.tar.gz
1+
a65934b235c3d817fd0cb1e10691da473bc0fb53/zipp-3.5.1.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.0
1+
3.5.1

whatrequires

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# This file contains recursive sources that require this package
2+
ansible
23
importlib_metadata
4+
importlib_resources
35
python-zstandard

zipp.spec

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : zipp
6-
Version : 3.5.0
7-
Release : 31
8-
URL : https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz
6+
Version : 3.5.1
7+
Release : 32
8+
URL : https://files.pythonhosted.org/packages/76/e4/b0f1010d29a61e3527667b214498da73299f747dd25ad0fd135705170716/zipp-3.5.1.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/76/e4/b0f1010d29a61e3527667b214498da73299f747dd25ad0fd135705170716/zipp-3.5.1.tar.gz
1010
Summary : Backport of pathlib-compatible object wrapper for zip files
1111
Group : Development/Tools
1212
License : MIT
@@ -56,31 +56,31 @@ python3 components for the zipp package.
5656

5757

5858
%prep
59-
%setup -q -n zipp-3.5.0
60-
cd %{_builddir}/zipp-3.5.0
59+
%setup -q -n zipp-3.5.1
60+
cd %{_builddir}/zipp-3.5.1
6161

6262
%build
6363
export http_proxy=http://127.0.0.1:9/
6464
export https_proxy=http://127.0.0.1:9/
6565
export no_proxy=localhost,127.0.0.1,0.0.0.0
6666
export LANG=C.UTF-8
67-
export SOURCE_DATE_EPOCH=1626122332
67+
export SOURCE_DATE_EPOCH=1632865226
6868
export GCC_IGNORE_WERROR=1
6969
export AR=gcc-ar
7070
export RANLIB=gcc-ranlib
7171
export NM=gcc-nm
72-
export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=4 "
73-
export FCFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=4 "
74-
export FFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=4 "
75-
export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=4 "
72+
export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=auto "
73+
export FCFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto "
74+
export FFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto "
75+
export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto "
7676
export MAKEFLAGS=%{?_smp_mflags}
7777
python3 setup.py build
7878

7979
%install
8080
export MAKEFLAGS=%{?_smp_mflags}
8181
rm -rf %{buildroot}
8282
mkdir -p %{buildroot}/usr/share/package-licenses/zipp
83-
cp %{_builddir}/zipp-3.5.0/LICENSE %{buildroot}/usr/share/package-licenses/zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1
83+
cp %{_builddir}/zipp-3.5.1/LICENSE %{buildroot}/usr/share/package-licenses/zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1
8484
python3 -tt setup.py build install --root=%{buildroot}
8585
echo ----[ mark ]----
8686
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

0 commit comments

Comments
 (0)