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.2.0 to …
Browse files Browse the repository at this point in the history
…version 3.2.1

Jason R. Coombs (3):
      Normalize indentation
      Exclude dist from discovered packages. Fixes jaraco/skeleton#46.
      Update changelog.
  • Loading branch information
fenrus75 committed Feb 22, 2021
1 parent abd7519 commit 5575ac7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := jaraco.functools
URL = https://files.pythonhosted.org/packages/75/cd/757907a832b0bfa01ebfba7aae7c3b3987dc2408da75ac6b18d0d4a61917/jaraco.functools-3.2.0.tar.gz
URL = https://files.pythonhosted.org/packages/3d/78/531144bd9e5778f31721f60bfc76f0a986432aea7bc4f0c05b5ce3666ed2/jaraco.functools-3.2.1.tar.gz
ARCHIVES =

include ../common/Makefile.common
16 changes: 8 additions & 8 deletions jaraco.functools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : jaraco.functools
Version : 3.2.0
Release : 21
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
Version : 3.2.1
Release : 22
URL : https://files.pythonhosted.org/packages/3d/78/531144bd9e5778f31721f60bfc76f0a986432aea7bc4f0c05b5ce3666ed2/jaraco.functools-3.2.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/3d/78/531144bd9e5778f31721f60bfc76f0a986432aea7bc4f0c05b5ce3666ed2/jaraco.functools-3.2.1.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.2.0
cd %{_builddir}/jaraco.functools-3.2.0
%setup -q -n jaraco.functools-3.2.1
cd %{_builddir}/jaraco.functools-3.2.1

%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=1613055534
export SOURCE_DATE_EPOCH=1614013509
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.2.0/LICENSE %{buildroot}/usr/share/package-licenses/jaraco.functools/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/jaraco.functools-3.2.1/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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = jaraco.functools
url = https://files.pythonhosted.org/packages/75/cd/757907a832b0bfa01ebfba7aae7c3b3987dc2408da75ac6b18d0d4a61917/jaraco.functools-3.2.0.tar.gz
url = https://files.pythonhosted.org/packages/3d/78/531144bd9e5778f31721f60bfc76f0a986432aea7bc4f0c05b5ce3666ed2/jaraco.functools-3.2.1.tar.gz
archives =
giturl = https://github.com/jaraco/jaraco.functools.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21
22
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cab3c7977b4bee2003f2036ee569accae5bc8db9/jaraco.functools-3.2.0.tar.gz
7943ca9a92b4a8ff083cda967799100e8ad1d17c/jaraco.functools-3.2.1.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.2.1

0 comments on commit 5575ac7

Please sign in to comment.