Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 305bb0b

Browse files
committed
pypi-jaraco.collections: Autospec creation for update from version 4.2.0 to version 4.3.0
Jason R. Coombs (9): Update RTD boilerplate to new issue. Ref readthedocs/readthedocs.org#10401. Add badge for Ruff. Remove inclusion of python version for docs Adopt towncrier for managing changelog. Fixes jaraco/skeleton#83. Replace workaround for actions/setup-python#508 with 'allow-prereleases' Remove tox boilerplate, no longer necessary with later versions of tox. Require Python 3.8 or later. Expand 'finalize' to commit and tag the change. Finalize
1 parent 301cbd1 commit 305bb0b

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-jaraco.collections
2-
URL = https://files.pythonhosted.org/packages/95/60/2cf3c42c0dc26342885390a61a71cb5cb7b49f9bf181bb3e56573ae28a0e/jaraco.collections-4.2.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/de/b5/8ea883dc5161d844c97f6472ed66cd8f7644ef70659977819f76425106f4/jaraco.collections-4.3.0.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.collections
3-
url = https://files.pythonhosted.org/packages/95/60/2cf3c42c0dc26342885390a61a71cb5cb7b49f9bf181bb3e56573ae28a0e/jaraco.collections-4.2.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/de/b5/8ea883dc5161d844c97f6472ed66cd8f7644ef70659977819f76425106f4/jaraco.collections-4.3.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/jaraco.collections/
66
domain =

pypi-jaraco.collections.spec

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# Using build pattern: pyproject
55
#
66
Name : pypi-jaraco.collections
7-
Version : 4.2.0
8-
Release : 42
9-
URL : https://files.pythonhosted.org/packages/95/60/2cf3c42c0dc26342885390a61a71cb5cb7b49f9bf181bb3e56573ae28a0e/jaraco.collections-4.2.0.tar.gz
10-
Source0 : https://files.pythonhosted.org/packages/95/60/2cf3c42c0dc26342885390a61a71cb5cb7b49f9bf181bb3e56573ae28a0e/jaraco.collections-4.2.0.tar.gz
7+
Version : 4.3.0
8+
Release : 43
9+
URL : https://files.pythonhosted.org/packages/de/b5/8ea883dc5161d844c97f6472ed66cd8f7644ef70659977819f76425106f4/jaraco.collections-4.3.0.tar.gz
10+
Source0 : https://files.pythonhosted.org/packages/de/b5/8ea883dc5161d844c97f6472ed66cd8f7644ef70659977819f76425106f4/jaraco.collections-4.3.0.tar.gz
1111
Summary : Collection objects similar to those in stdlib by jaraco
1212
Group : Development/Tools
1313
License : MIT
@@ -59,18 +59,18 @@ python3 components for the pypi-jaraco.collections package.
5959

6060

6161
%prep
62-
%setup -q -n jaraco.collections-4.2.0
63-
cd %{_builddir}/jaraco.collections-4.2.0
62+
%setup -q -n jaraco.collections-4.3.0
63+
cd %{_builddir}/jaraco.collections-4.3.0
6464
pushd ..
65-
cp -a jaraco.collections-4.2.0 buildavx2
65+
cp -a jaraco.collections-4.3.0 buildavx2
6666
popd
6767

6868
%build
6969
export http_proxy=http://127.0.0.1:9/
7070
export https_proxy=http://127.0.0.1:9/
7171
export no_proxy=localhost,127.0.0.1,0.0.0.0
7272
export LANG=C.UTF-8
73-
export SOURCE_DATE_EPOCH=1685719181
73+
export SOURCE_DATE_EPOCH=1687796185
7474
export GCC_IGNORE_WERROR=1
7575
export AR=gcc-ar
7676
export RANLIB=gcc-ranlib

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
42
1+
43

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
77036ceb808c922dae838424c2c14f67d63b6e80/jaraco.collections-4.2.0.tar.gz
1+
ddb7d180fdba2c0f255f22ae055f6f96b67f7cb5/jaraco.collections-4.3.0.tar.gz

0 commit comments

Comments
 (0)