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

Commit c8c9de5

Browse files
committed
backports.entry_points_selectable: Autospec creation for update from version 1.1.0 to version 1.1.1
Alan Fregtman (1): .editorconfig: Set max_line_length to 88 for Python files. Brian Rutledge (1): Use shutil for rmtree Jason R. Coombs (9): Rely on setuptools 56 and drop the explicit mention of the license file in favor of simple discovery. Remove workaround for python/typed_ast#156. Use line continuations to indicate which exclusions are for which workarounds. Remove blacken docs as it cannot honor Python's default repr. Ref adamchainz/blacken-docs#62. Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fixes jaraco/skeleton#51. Test on Python 3.10 (final). Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178. Remove wheel from build requirements. It's implied for wheel builds. Ref pypa/setuptools#1498. Update changelog.
1 parent a363305 commit c8c9de5

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := backports.entry_points_selectable
2-
URL = https://files.pythonhosted.org/packages/e4/7e/249120b1ba54c70cf988a8eb8069af1a31fd29d42e3e05b9236a34533533/backports.entry_points_selectable-1.1.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/71/16/edd003270daaab0168f7dbac6e22b055322e9ba66fb2cc951f58d1ed158b/backports.entry_points_selectable-1.1.1.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

backports.entry_points_selectable.spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : backports.entry_points_selectable
6-
Version : 1.1.0
7-
Release : 9
8-
URL : https://files.pythonhosted.org/packages/e4/7e/249120b1ba54c70cf988a8eb8069af1a31fd29d42e3e05b9236a34533533/backports.entry_points_selectable-1.1.0.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/e4/7e/249120b1ba54c70cf988a8eb8069af1a31fd29d42e3e05b9236a34533533/backports.entry_points_selectable-1.1.0.tar.gz
6+
Version : 1.1.1
7+
Release : 10
8+
URL : https://files.pythonhosted.org/packages/71/16/edd003270daaab0168f7dbac6e22b055322e9ba66fb2cc951f58d1ed158b/backports.entry_points_selectable-1.1.1.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/71/16/edd003270daaab0168f7dbac6e22b055322e9ba66fb2cc951f58d1ed158b/backports.entry_points_selectable-1.1.1.tar.gz
1010
Summary : Compatibility shim providing selectable entry points for older implementations
1111
Group : Development/Tools
1212
License : MIT
@@ -55,15 +55,15 @@ python3 components for the backports.entry_points_selectable package.
5555

5656

5757
%prep
58-
%setup -q -n backports.entry_points_selectable-1.1.0
59-
cd %{_builddir}/backports.entry_points_selectable-1.1.0
58+
%setup -q -n backports.entry_points_selectable-1.1.1
59+
cd %{_builddir}/backports.entry_points_selectable-1.1.1
6060

6161
%build
6262
export http_proxy=http://127.0.0.1:9/
6363
export https_proxy=http://127.0.0.1:9/
6464
export no_proxy=localhost,127.0.0.1,0.0.0.0
6565
export LANG=C.UTF-8
66-
export SOURCE_DATE_EPOCH=1635706067
66+
export SOURCE_DATE_EPOCH=1636471932
6767
export GCC_IGNORE_WERROR=1
6868
export AR=gcc-ar
6969
export RANLIB=gcc-ranlib
@@ -79,7 +79,7 @@ python3 setup.py build
7979
export MAKEFLAGS=%{?_smp_mflags}
8080
rm -rf %{buildroot}
8181
mkdir -p %{buildroot}/usr/share/package-licenses/backports.entry_points_selectable
82-
cp %{_builddir}/backports.entry_points_selectable-1.1.0/LICENSE %{buildroot}/usr/share/package-licenses/backports.entry_points_selectable/8e6689d37f82d5617b7f7f7232c94024d41066d1
82+
cp %{_builddir}/backports.entry_points_selectable-1.1.1/LICENSE %{buildroot}/usr/share/package-licenses/backports.entry_points_selectable/8e6689d37f82d5617b7f7f7232c94024d41066d1
8383
python3 -tt setup.py build install --root=%{buildroot}
8484
echo ----[ mark ]----
8585
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

options.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = backports.entry_points_selectable
3-
url = https://files.pythonhosted.org/packages/e4/7e/249120b1ba54c70cf988a8eb8069af1a31fd29d42e3e05b9236a34533533/backports.entry_points_selectable-1.1.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/71/16/edd003270daaab0168f7dbac6e22b055322e9ba66fb2cc951f58d1ed158b/backports.entry_points_selectable-1.1.1.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/backports.entry_points_selectable.git
66
domain =

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9
1+
10

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fa4750335874bfdbf9d266b8481301da99f08d2c/backports.entry_points_selectable-1.1.0.tar.gz
1+
cbfc1abe0508ea7c0940e96738eb5c2b7e0c5630/backports.entry_points_selectable-1.1.1.tar.gz

versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

0 commit comments

Comments
 (0)