Skip to content

Commit

Permalink
pypi-jaraco.functools: Autospec creation for update from version 3.8.…
Browse files Browse the repository at this point in the history
…0 to version 3.8.1

Jason R. Coombs (10):
      Leverage pytest-enabler 2.2 for the default config.
      Prefer 3.x for Python version (latest stable).
      Collapse skeleton history. Workaround for jaraco/skeleton#87.
      Add links to project home page and pypi. Fixes jaraco/skeleton#77.
      Replace redundant step names with simple 'Run'.
      Increase visibility of security policy. (#4)
      Remove TOX_WORK_DIR workaround, no longer necessary with tox 4. Ref tox-dev/tox#3050.
      Restore type ignorance repairing linter mangling.
      Restore mypy; import-mode importlib is working. Ref pytest-dev/pytest#8332
      Finalize
  • Loading branch information
fenrus75 committed Aug 7, 2023
1 parent c74233b commit b0a53ef
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-jaraco.functools
URL = https://files.pythonhosted.org/packages/99/62/3c214a2a6143701690af6a6687f324af93f6cb0222eee6dddd8196fcfd05/jaraco.functools-3.8.0.tar.gz
URL = https://files.pythonhosted.org/packages/7f/52/1192cd48a506cd8da5d4db77eeb91c16c717eec0325fd2f83f8bdca50dfd/jaraco.functools-3.8.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-jaraco.functools
url = https://files.pythonhosted.org/packages/99/62/3c214a2a6143701690af6a6687f324af93f6cb0222eee6dddd8196fcfd05/jaraco.functools-3.8.0.tar.gz
url = https://files.pythonhosted.org/packages/7f/52/1192cd48a506cd8da5d4db77eeb91c16c717eec0325fd2f83f8bdca50dfd/jaraco.functools-3.8.1.tar.gz
archives =
giturl = https://github.com/jaraco/jaraco.functools/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-jaraco.functools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Using build pattern: pyproject
#
Name : pypi-jaraco.functools
Version : 3.8.0
Release : 53
URL : https://files.pythonhosted.org/packages/99/62/3c214a2a6143701690af6a6687f324af93f6cb0222eee6dddd8196fcfd05/jaraco.functools-3.8.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/99/62/3c214a2a6143701690af6a6687f324af93f6cb0222eee6dddd8196fcfd05/jaraco.functools-3.8.0.tar.gz
Version : 3.8.1
Release : 54
URL : https://files.pythonhosted.org/packages/7f/52/1192cd48a506cd8da5d4db77eeb91c16c717eec0325fd2f83f8bdca50dfd/jaraco.functools-3.8.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/7f/52/1192cd48a506cd8da5d4db77eeb91c16c717eec0325fd2f83f8bdca50dfd/jaraco.functools-3.8.1.tar.gz
Summary : Functools like those found in stdlib
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -59,18 +59,18 @@ python3 components for the pypi-jaraco.functools package.


%prep
%setup -q -n jaraco.functools-3.8.0
cd %{_builddir}/jaraco.functools-3.8.0
%setup -q -n jaraco.functools-3.8.1
cd %{_builddir}/jaraco.functools-3.8.1
pushd ..
cp -a jaraco.functools-3.8.0 buildavx2
cp -a jaraco.functools-3.8.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=1687796261
export SOURCE_DATE_EPOCH=1691427619
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd "
export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd "
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
53
54
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2ad4f007978779a212c7735a492d4b249bd25a00/jaraco.functools-3.8.0.tar.gz
0adac74a86eb6da51fe10f026784c00dfda624fb/jaraco.functools-3.8.1.tar.gz

0 comments on commit b0a53ef

Please sign in to comment.