Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
jaraco.functools: Autospec creation for update from version 3.1.0 to …
Browse files Browse the repository at this point in the history
…version 3.2.0

Jason R. Coombs (9):
      Automatically inject project name in docs heading.
      pre-commit autoupdate
      Rename 'Automated Tests' to simply 'tests'
      Add note about automatic merging of PRs and the requirements and limitations.
      Prefer pytest-enabler to jaraco.test
      Enable complexity limit. Fixes jaraco/skeleton#34.
      Add support for namespace packages. Closes jaraco/skeleton#40.
      Switch to PEP 420 namespace package
      Disable doctests as workaround for pytest-dev/pytest#3396.

Sviatoslav Sydorenko (3):
      Replace pep517.build with build (#37)
      Use license_files instead of license_file in meta (#35)
      Use `extend-ignore` in flake8 config (#33)
  • Loading branch information
fenrus75 committed Feb 11, 2021
1 parent 75da0a1 commit 6da8851
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := jaraco.functools
URL = https://files.pythonhosted.org/packages/7c/f2/dab910926ec721ac02a97104a30220d8334c2c6065cd356037a54369c833/jaraco.functools-3.1.0.tar.gz
URL = https://files.pythonhosted.org/packages/75/cd/757907a832b0bfa01ebfba7aae7c3b3987dc2408da75ac6b18d0d4a61917/jaraco.functools-3.2.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
16 changes: 8 additions & 8 deletions jaraco.functools.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : jaraco.functools
Version : 3.1.0
Release : 19
URL : https://files.pythonhosted.org/packages/7c/f2/dab910926ec721ac02a97104a30220d8334c2c6065cd356037a54369c833/jaraco.functools-3.1.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/7c/f2/dab910926ec721ac02a97104a30220d8334c2c6065cd356037a54369c833/jaraco.functools-3.1.0.tar.gz
Version : 3.2.0
Release : 20
URL : https://files.pythonhosted.org/packages/75/cd/757907a832b0bfa01ebfba7aae7c3b3987dc2408da75ac6b18d0d4a61917/jaraco.functools-3.2.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/75/cd/757907a832b0bfa01ebfba7aae7c3b3987dc2408da75ac6b18d0d4a61917/jaraco.functools-3.2.0.tar.gz
Summary : Functools like those found in stdlib
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -56,15 +56,15 @@ python3 components for the jaraco.functools package.


%prep
%setup -q -n jaraco.functools-3.1.0
cd %{_builddir}/jaraco.functools-3.1.0
%setup -q -n jaraco.functools-3.2.0
cd %{_builddir}/jaraco.functools-3.2.0

%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=1609270204
export SOURCE_DATE_EPOCH=1613055534
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$FFLAGS -fno-lto "
Expand All @@ -77,7 +77,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/jaraco.functools
cp %{_builddir}/jaraco.functools-3.1.0/LICENSE %{buildroot}/usr/share/package-licenses/jaraco.functools/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/jaraco.functools-3.2.0/LICENSE %{buildroot}/usr/share/package-licenses/jaraco.functools/8e6689d37f82d5617b7f7f7232c94024d41066d1
python3 -tt setup.py build install --root=%{buildroot}
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = jaraco.functools
url = https://files.pythonhosted.org/packages/7c/f2/dab910926ec721ac02a97104a30220d8334c2c6065cd356037a54369c833/jaraco.functools-3.1.0.tar.gz
url = https://files.pythonhosted.org/packages/75/cd/757907a832b0bfa01ebfba7aae7c3b3987dc2408da75ac6b18d0d4a61917/jaraco.functools-3.2.0.tar.gz
archives =
giturl = https://github.com/jaraco/jaraco.functools.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
19
20
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
4f13353cdd504903c3a8e97aee100db916a9ca3d/jaraco.functools-3.1.0.tar.gz
cab3c7977b4bee2003f2036ee569accae5bc8db9/jaraco.functools-3.2.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
3.1.0
3.2.0

0 comments on commit 6da8851

Please sign in to comment.