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

Commit 2f48617

Browse files
committed
zipp: Autospec creation for update from version 3.4.1 to version 3.5.0
Brian Rutledge (1): Use shutil for rmtree Jason R. Coombs (14): Require twine 3 with keyring unconditionally required. Add comments indicating why the exclusions are present Exclude mypy on Python 3.10 as workaround for python/typed_ast#156. Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools. Also deny black on Python 3.10 as workaround for python/typed_ast#156. Add leading */ to coverage.run.omit. Workaround for pytest-dev/pytest-cov#456. Update readme to declare that it's the official backport. Remove automerge. Fixes jaraco/skeleton#49. Enable dependabot (#50) Replace md file with badge linking to documentation site. Fixes jaraco/skeleton#47. Test on Python 3.10 Remove setup_requires, obviated by build-requires in pyproject.toml. Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packaging#433. Update changelog. Miguel Brito (1): bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129) Sviatoslav Sydorenko (1): Make sphinx fail on any warnings (#36)
1 parent dc31513 commit 2f48617

7 files changed

+13
-18
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/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

buildreq_cache

-3
This file was deleted.

options.conf

+1-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/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/zipp.git
66
domain =

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
28
1+
29

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
647e76fe210abeb8e7be3cb393a0fc5ae39ecc12/zipp-3.4.1.tar.gz
1+
53234d6dbfc809d03f2b85db6dbb4e559ef200a1/zipp-3.5.0.tar.gz

versions

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

zipp.spec

+8-10
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : zipp
6-
Version : 3.4.1
7-
Release : 28
8-
URL : https://files.pythonhosted.org/packages/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz
6+
Version : 3.5.0
7+
Release : 29
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
1010
Summary : Backport of pathlib-compatible object wrapper for zip files
1111
Group : Development/Tools
1212
License : MIT
@@ -17,8 +17,6 @@ BuildRequires : buildreq-distutils3
1717
BuildRequires : pluggy
1818
BuildRequires : py-python
1919
BuildRequires : pytest
20-
BuildRequires : setuptools
21-
BuildRequires : setuptools_scm-python
2220
BuildRequires : tox
2321
BuildRequires : virtualenv
2422

@@ -56,15 +54,15 @@ python3 components for the zipp package.
5654

5755

5856
%prep
59-
%setup -q -n zipp-3.4.1
60-
cd %{_builddir}/zipp-3.4.1
57+
%setup -q -n zipp-3.5.0
58+
cd %{_builddir}/zipp-3.5.0
6159

6260
%build
6361
export http_proxy=http://127.0.0.1:9/
6462
export https_proxy=http://127.0.0.1:9/
6563
export no_proxy=localhost,127.0.0.1,0.0.0.0
6664
export LANG=C.UTF-8
67-
export SOURCE_DATE_EPOCH=1614924742
65+
export SOURCE_DATE_EPOCH=1625591760
6866
export GCC_IGNORE_WERROR=1
6967
export AR=gcc-ar
7068
export RANLIB=gcc-ranlib
@@ -80,7 +78,7 @@ python3 setup.py build
8078
export MAKEFLAGS=%{?_smp_mflags}
8179
rm -rf %{buildroot}
8280
mkdir -p %{buildroot}/usr/share/package-licenses/zipp
83-
cp %{_builddir}/zipp-3.4.1/LICENSE %{buildroot}/usr/share/package-licenses/zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1
81+
cp %{_builddir}/zipp-3.5.0/LICENSE %{buildroot}/usr/share/package-licenses/zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1
8482
python3 -tt setup.py build install --root=%{buildroot}
8583
echo ----[ mark ]----
8684
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

0 commit comments

Comments
 (0)