Skip to content

Commit

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

Jason R. Coombs (12):
      Mark complexity tests as flaky. Optimistically closes #104.
      Add failing tests capturing #101.
      Reworked glob using the namelist directly
      Replace TODO with issue #106
      Grab later build of numpy; workaround for numpy/numpy#23808.
      Disable tests on Windows due to numpy doesn't install. Ref numpy/numpy#23808
      In test_stem, test against a filename that starts with a dot. Ref #96.
      Use PurePosixPath when matching paths in .match
      Add xfail test capturing missed expectation. Ref #96.
      Extract method for resolving the 'base' for name/suffix/suffixes/stem operations
      Use PurePosixPath when constructing the _base
      Finalize
  • Loading branch information
fenrus75 committed Jul 17, 2023
1 parent 9e4cb51 commit 6fbd375
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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/ef/76/5a9e1553f00ee55a6de6b3c176aa4c859c7f64b9bbdc48804df174dee890/zipp-3.16.1.tar.gz
URL = https://files.pythonhosted.org/packages/e2/45/f3b987ad5bf9e08095c1ebe6352238be36f25dd106fde424a160061dce6d/zipp-3.16.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/ef/76/5a9e1553f00ee55a6de6b3c176aa4c859c7f64b9bbdc48804df174dee890/zipp-3.16.1.tar.gz
url = https://files.pythonhosted.org/packages/e2/45/f3b987ad5bf9e08095c1ebe6352238be36f25dd106fde424a160061dce6d/zipp-3.16.2.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 @@ -4,10 +4,10 @@
# Using build pattern: pyproject
#
Name : pypi-zipp
Version : 3.16.1
Release : 63
URL : https://files.pythonhosted.org/packages/ef/76/5a9e1553f00ee55a6de6b3c176aa4c859c7f64b9bbdc48804df174dee890/zipp-3.16.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/ef/76/5a9e1553f00ee55a6de6b3c176aa4c859c7f64b9bbdc48804df174dee890/zipp-3.16.1.tar.gz
Version : 3.16.2
Release : 64
URL : https://files.pythonhosted.org/packages/e2/45/f3b987ad5bf9e08095c1ebe6352238be36f25dd106fde424a160061dce6d/zipp-3.16.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/e2/45/f3b987ad5bf9e08095c1ebe6352238be36f25dd106fde424a160061dce6d/zipp-3.16.2.tar.gz
Summary : Backport of pathlib-compatible object wrapper for zip files
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -58,18 +58,18 @@ python3 components for the pypi-zipp package.


%prep
%setup -q -n zipp-3.16.1
cd %{_builddir}/zipp-3.16.1
%setup -q -n zipp-3.16.2
cd %{_builddir}/zipp-3.16.2
pushd ..
cp -a zipp-3.16.1 buildavx2
cp -a zipp-3.16.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=1689262381
export SOURCE_DATE_EPOCH=1689614878
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 @@
63
64
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3c161ced0feff3c4c1a02c0c230b31e3c4c1ff4c/zipp-3.16.1.tar.gz
2bd770f0093ce7ebb11d8f56b0ea8eda0e392fe4/zipp-3.16.2.tar.gz

0 comments on commit 6fbd375

Please sign in to comment.