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

Commit

Permalink
backports.entry_points_selectable: Autospec creation for update from …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
fenrus75 committed Nov 9, 2021
1 parent a363305 commit c8c9de5
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 := backports.entry_points_selectable
URL = https://files.pythonhosted.org/packages/e4/7e/249120b1ba54c70cf988a8eb8069af1a31fd29d42e3e05b9236a34533533/backports.entry_points_selectable-1.1.0.tar.gz
URL = https://files.pythonhosted.org/packages/71/16/edd003270daaab0168f7dbac6e22b055322e9ba66fb2cc951f58d1ed158b/backports.entry_points_selectable-1.1.1.tar.gz
ARCHIVES =

include ../common/Makefile.common
16 changes: 8 additions & 8 deletions backports.entry_points_selectable.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : backports.entry_points_selectable
Version : 1.1.0
Release : 9
URL : https://files.pythonhosted.org/packages/e4/7e/249120b1ba54c70cf988a8eb8069af1a31fd29d42e3e05b9236a34533533/backports.entry_points_selectable-1.1.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/e4/7e/249120b1ba54c70cf988a8eb8069af1a31fd29d42e3e05b9236a34533533/backports.entry_points_selectable-1.1.0.tar.gz
Version : 1.1.1
Release : 10
URL : https://files.pythonhosted.org/packages/71/16/edd003270daaab0168f7dbac6e22b055322e9ba66fb2cc951f58d1ed158b/backports.entry_points_selectable-1.1.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/71/16/edd003270daaab0168f7dbac6e22b055322e9ba66fb2cc951f58d1ed158b/backports.entry_points_selectable-1.1.1.tar.gz
Summary : Compatibility shim providing selectable entry points for older implementations
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -55,15 +55,15 @@ python3 components for the backports.entry_points_selectable package.


%prep
%setup -q -n backports.entry_points_selectable-1.1.0
cd %{_builddir}/backports.entry_points_selectable-1.1.0
%setup -q -n backports.entry_points_selectable-1.1.1
cd %{_builddir}/backports.entry_points_selectable-1.1.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=1635706067
export SOURCE_DATE_EPOCH=1636471932
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -79,7 +79,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/backports.entry_points_selectable
cp %{_builddir}/backports.entry_points_selectable-1.1.0/LICENSE %{buildroot}/usr/share/package-licenses/backports.entry_points_selectable/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/backports.entry_points_selectable-1.1.1/LICENSE %{buildroot}/usr/share/package-licenses/backports.entry_points_selectable/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 = backports.entry_points_selectable
url = https://files.pythonhosted.org/packages/e4/7e/249120b1ba54c70cf988a8eb8069af1a31fd29d42e3e05b9236a34533533/backports.entry_points_selectable-1.1.0.tar.gz
url = https://files.pythonhosted.org/packages/71/16/edd003270daaab0168f7dbac6e22b055322e9ba66fb2cc951f58d1ed158b/backports.entry_points_selectable-1.1.1.tar.gz
archives =
giturl = https://github.com/jaraco/backports.entry_points_selectable.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
9
10
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
fa4750335874bfdbf9d266b8481301da99f08d2c/backports.entry_points_selectable-1.1.0.tar.gz
cbfc1abe0508ea7c0940e96738eb5c2b7e0c5630/backports.entry_points_selectable-1.1.1.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
1.1.0
1.1.1

0 comments on commit c8c9de5

Please sign in to comment.