Skip to content

Commit

Permalink
pypi-zipp: Autospec creation for update from version 3.20.1 to versio…
Browse files Browse the repository at this point in the history
…n 3.20.2

Avasam (1):
      Fix an incompatibility (and source of merge conflicts) with projects using Ruff/isort.

Jason R. Coombs (12):
      Move overload-overlap disablement to its own line for easier diffs and simpler relevant comments.
      Expand docs and tests for overlay.
      Add a degenerate nitpick_ignore for downstream consumers. Add a 'local' comment to delineate where the skeleton ends and the downstream begins.
      Add support for linking usernames.
      Include the trailing slash in disable_error_code(overload-overlap), also required for clean diffs.
      Remove workaround for sphinx-contrib/sphinx-lint#83
      Allow the workflow to be triggered manually.
      Suppress F821
      Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#146)
      Make zipp.compat.overlay.zipfile hashable.
      Finalize
      Make no assertions about the number. It could be negative.

Kagami Sascha Rosylight (1):
      Remove unexpected character \ufeff
  • Loading branch information
fenrus75 committed Sep 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f329139 commit ed7d23c
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := pypi-zipp
URL = https://files.pythonhosted.org/packages/d3/8b/1239a3ef43a0d0ebdca623fb6413bc7702c321400c5fdd574f0b7aa0fbb4/zipp-3.20.1.tar.gz
URL = https://files.pythonhosted.org/packages/54/bf/5c0000c44ebc80123ecbdddba1f5dcd94a5ada602a9c225d84b5aaa55e86/zipp-3.20.2.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = pypi-zipp
url = https://files.pythonhosted.org/packages/d3/8b/1239a3ef43a0d0ebdca623fb6413bc7702c321400c5fdd574f0b7aa0fbb4/zipp-3.20.1.tar.gz
url = https://files.pythonhosted.org/packages/54/bf/5c0000c44ebc80123ecbdddba1f5dcd94a5ada602a9c225d84b5aaa55e86/zipp-3.20.2.tar.gz
archives =
giturl = https://github.com/jaraco/zipp/
domain =
18 changes: 9 additions & 9 deletions pypi-zipp.spec
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@
# This file is auto-generated. DO NOT EDIT
# Generated by: autospec.py
# Using build pattern: pyproject
# autospec version: v18
# autospec version: v20
# autospec commit: f35655a
#
Name : pypi-zipp
Version : 3.20.1
Release : 74
URL : https://files.pythonhosted.org/packages/d3/8b/1239a3ef43a0d0ebdca623fb6413bc7702c321400c5fdd574f0b7aa0fbb4/zipp-3.20.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/d3/8b/1239a3ef43a0d0ebdca623fb6413bc7702c321400c5fdd574f0b7aa0fbb4/zipp-3.20.1.tar.gz
Version : 3.20.2
Release : 75
URL : https://files.pythonhosted.org/packages/54/bf/5c0000c44ebc80123ecbdddba1f5dcd94a5ada602a9c225d84b5aaa55e86/zipp-3.20.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/54/bf/5c0000c44ebc80123ecbdddba1f5dcd94a5ada602a9c225d84b5aaa55e86/zipp-3.20.2.tar.gz
Summary : Backport of pathlib-compatible object wrapper for zip files
Group : Development/Tools
License : MIT
@@ -60,18 +60,18 @@ python3 components for the pypi-zipp package.


%prep
%setup -q -n zipp-3.20.1
cd %{_builddir}/zipp-3.20.1
%setup -q -n zipp-3.20.2
cd %{_builddir}/zipp-3.20.2
pushd ..
cp -a zipp-3.20.1 buildavx2
cp -a zipp-3.20.2 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=1724714457
export SOURCE_DATE_EPOCH=1726855224
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74
75
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c248a524edfd9eded061aa2cc484430ba788fc51/zipp-3.20.1.tar.gz
d166abaac329e822bd7c38c0cbb14a17060f029d/zipp-3.20.2.tar.gz

0 comments on commit ed7d23c

Please sign in to comment.