Skip to content

Commit 97c16f2

Browse files
committed
pypi-jaraco.functools: Autospec creation for update from version 3.5.1 to version 3.5.2
Jason R. Coombs (9): Use '-dev' for every Python version. Ref actions/setup-python#213. Use Python 3.11 for cutting releases. Pin flake8. Workaround for tholo/pytest-flake8#87. Update to setup-python v4. Fixes jaraco/skeleton#65. Also update release to v4 Add PyPy to the test matrix on Linux. Fixes jaraco/skeleton#63. When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197. Also xfail on Windows runs, as they seem now to be exhibiting the same behavior as the mac runs. Update changelog.
1 parent 69bda3a commit 97c16f2

6 files changed

+14
-14
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-jaraco.functools
2-
URL = https://files.pythonhosted.org/packages/e2/61/12a154326f2d4f403193fb207aa867b4e1ce6ccdfa0b425ab4a25873b39e/jaraco.functools-3.5.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/b4/ea/9abca360081de9157668fcc52765989158aaf29b4826f26fcb17852d08e6/jaraco.functools-3.5.2.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-jaraco.functools
3-
url = https://files.pythonhosted.org/packages/e2/61/12a154326f2d4f403193fb207aa867b4e1ce6ccdfa0b425ab4a25873b39e/jaraco.functools-3.5.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/b4/ea/9abca360081de9157668fcc52765989158aaf29b4826f26fcb17852d08e6/jaraco.functools-3.5.2.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/jaraco.functools/
66
domain =

pypi-jaraco.functools.spec

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : pypi-jaraco.functools
6-
Version : 3.5.1
7-
Release : 45
8-
URL : https://files.pythonhosted.org/packages/e2/61/12a154326f2d4f403193fb207aa867b4e1ce6ccdfa0b425ab4a25873b39e/jaraco.functools-3.5.1.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/e2/61/12a154326f2d4f403193fb207aa867b4e1ce6ccdfa0b425ab4a25873b39e/jaraco.functools-3.5.1.tar.gz
6+
Version : 3.5.2
7+
Release : 46
8+
URL : https://files.pythonhosted.org/packages/b4/ea/9abca360081de9157668fcc52765989158aaf29b4826f26fcb17852d08e6/jaraco.functools-3.5.2.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/b4/ea/9abca360081de9157668fcc52765989158aaf29b4826f26fcb17852d08e6/jaraco.functools-3.5.2.tar.gz
1010
Summary : Functools like those found in stdlib
1111
Group : Development/Tools
1212
License : MIT
@@ -56,18 +56,18 @@ python3 components for the pypi-jaraco.functools package.
5656

5757

5858
%prep
59-
%setup -q -n jaraco.functools-3.5.1
60-
cd %{_builddir}/jaraco.functools-3.5.1
59+
%setup -q -n jaraco.functools-3.5.2
60+
cd %{_builddir}/jaraco.functools-3.5.2
6161
pushd ..
62-
cp -a jaraco.functools-3.5.1 buildavx2
62+
cp -a jaraco.functools-3.5.2 buildavx2
6363
popd
6464

6565
%build
6666
export http_proxy=http://127.0.0.1:9/
6767
export https_proxy=http://127.0.0.1:9/
6868
export no_proxy=localhost,127.0.0.1,0.0.0.0
6969
export LANG=C.UTF-8
70-
export SOURCE_DATE_EPOCH=1657810238
70+
export SOURCE_DATE_EPOCH=1664288623
7171
export GCC_IGNORE_WERROR=1
7272
export CFLAGS="$CFLAGS -fno-lto "
7373
export FCFLAGS="$FFLAGS -fno-lto "
@@ -89,7 +89,7 @@ popd
8989
export MAKEFLAGS=%{?_smp_mflags}
9090
rm -rf %{buildroot}
9191
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.functools
92-
cp %{_builddir}/jaraco.functools-3.5.1/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.functools/8e6689d37f82d5617b7f7f7232c94024d41066d1
92+
cp %{_builddir}/jaraco.functools-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.functools/8e6689d37f82d5617b7f7f7232c94024d41066d1 || :
9393
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
9494
echo ----[ mark ]----
9595
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
45
1+
46

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7666ba434d081a059c916109439cdc630c7de4b1/jaraco.functools-3.5.1.tar.gz
1+
db84a399cd9d9e9bf37ee7245417cc2871922638/jaraco.functools-3.5.2.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.1
1+
3.5.2

0 commit comments

Comments
 (0)