Skip to content

Commit

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

Jason R. Coombs (7):
      Remove TOX_WORK_DIR workaround, no longer necessary with tox 4. Ref tox-dev/tox#3050.
      Add a directory in the alpharep fixture with a variety of extensions.
      Restore coverage
      Provide rudimentary glob to regex translation. Fixes #98
      Expand coverage of tests and implement a more sophisticated glob translator.
      Update changelog
      Finalize

Niklas Hambüchen (1):
      Add failing test that shows that `glob()` is always `rglob()`
  • Loading branch information
fenrus75 committed Jul 13, 2023
1 parent 26e4654 commit 9e4cb51
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/52/9a/d93b483b9a744e7f71b311ee9bb5a228f6846219ceb5d6dbcb3eddcd1932/zipp-3.16.0.tar.gz
URL = https://files.pythonhosted.org/packages/ef/76/5a9e1553f00ee55a6de6b3c176aa4c859c7f64b9bbdc48804df174dee890/zipp-3.16.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/52/9a/d93b483b9a744e7f71b311ee9bb5a228f6846219ceb5d6dbcb3eddcd1932/zipp-3.16.0.tar.gz
url = https://files.pythonhosted.org/packages/ef/76/5a9e1553f00ee55a6de6b3c176aa4c859c7f64b9bbdc48804df174dee890/zipp-3.16.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 @@ -4,10 +4,10 @@
# Using build pattern: pyproject
#
Name : pypi-zipp
Version : 3.16.0
Release : 62
URL : https://files.pythonhosted.org/packages/52/9a/d93b483b9a744e7f71b311ee9bb5a228f6846219ceb5d6dbcb3eddcd1932/zipp-3.16.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/52/9a/d93b483b9a744e7f71b311ee9bb5a228f6846219ceb5d6dbcb3eddcd1932/zipp-3.16.0.tar.gz
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
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.0
cd %{_builddir}/zipp-3.16.0
%setup -q -n zipp-3.16.1
cd %{_builddir}/zipp-3.16.1
pushd ..
cp -a zipp-3.16.0 buildavx2
cp -a zipp-3.16.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=1689006663
export SOURCE_DATE_EPOCH=1689262381
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 @@
62
63
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
03ba10581d56f6c7110d5c2cab4b61154a6ff260/zipp-3.16.0.tar.gz
3c161ced0feff3c4c1a02c0c230b31e3c4c1ff4c/zipp-3.16.1.tar.gz

0 comments on commit 9e4cb51

Please sign in to comment.