Skip to content

Commit

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

Jason R. Coombs (8):
      ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default.
      Enable default encoding warning where available. See PEP 597.
      Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67.
      Exempt warning. Workaround for realpython/pytest-mypy#152
      Update README to reflect finding that 3.2 incorporated into Python 3.10, but probably not 3.3 into 3.9.
      Add xfail test capturing missed expectation. Ref python/cpython#101566.
      Override ZipFile.getinfo to supply a ZipInfo for implied dirs. Fixes python/cpython#101566.
      Update changelog. Ref python/cpython#101566.
  • Loading branch information
fenrus75 committed Feb 5, 2023
1 parent 8392011 commit 400ece2
Show file tree
Hide file tree
Showing 6 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/35/05/f81a74656c04e94f05c1ef186127cceb913493f1f8a21bb142a93c786ee8/zipp-3.12.0.tar.gz
URL = https://files.pythonhosted.org/packages/1f/29/54ba1934c45af649698410456fa8a78a475c82efd5c562e51011079458d1/zipp-3.12.1.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/35/05/f81a74656c04e94f05c1ef186127cceb913493f1f8a21bb142a93c786ee8/zipp-3.12.0.tar.gz
url = https://files.pythonhosted.org/packages/1f/29/54ba1934c45af649698410456fa8a78a475c82efd5c562e51011079458d1/zipp-3.12.1.tar.gz
archives =
giturl = https://github.com/jaraco/zipp/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-zipp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-zipp
Version : 3.12.0
Release : 57
URL : https://files.pythonhosted.org/packages/35/05/f81a74656c04e94f05c1ef186127cceb913493f1f8a21bb142a93c786ee8/zipp-3.12.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/35/05/f81a74656c04e94f05c1ef186127cceb913493f1f8a21bb142a93c786ee8/zipp-3.12.0.tar.gz
Version : 3.12.1
Release : 58
URL : https://files.pythonhosted.org/packages/1f/29/54ba1934c45af649698410456fa8a78a475c82efd5c562e51011079458d1/zipp-3.12.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/1f/29/54ba1934c45af649698410456fa8a78a475c82efd5c562e51011079458d1/zipp-3.12.1.tar.gz
Summary : Backport of pathlib-compatible object wrapper for zip files
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -57,18 +57,18 @@ python3 components for the pypi-zipp package.


%prep
%setup -q -n zipp-3.12.0
cd %{_builddir}/zipp-3.12.0
%setup -q -n zipp-3.12.1
cd %{_builddir}/zipp-3.12.1
pushd ..
cp -a zipp-3.12.0 buildavx2
cp -a zipp-3.12.1 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=1674944421
export SOURCE_DATE_EPOCH=1675637176
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
57
58
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
42a6ae26aabbe9fd7f621902555b0b843e8e577d/zipp-3.12.0.tar.gz
5e075b3d37f9de9ce4e2de698e9c1fd8e916b5c7/zipp-3.12.1.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.0
3.12.1

0 comments on commit 400ece2

Please sign in to comment.