Skip to content

Commit

Permalink
pypi-setuptools: Autospec creation for update from version 65.0.2 to …
Browse files Browse the repository at this point in the history
…version 65.1.0

Atiab Bin Zakaria (1):
      [Docs] Typo in Quickstart

Ed Morley (1):
      Correct docs on how to use the `legacy-editable` mode

Jason R. Coombs (3):
      Remove monkeypatching of msvc9compiler. Fixes #3536
      Update changelog
      Bump version: 65.0.2 → 65.1.0
  • Loading branch information
fenrus75 committed Aug 18, 2022
1 parent 482f7f0 commit 2f74617
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 := pypi-setuptools
URL = https://files.pythonhosted.org/packages/96/c2/8c6605094cb9a27b593e14377fb89a934342051bc7316a0ce21d47029481/setuptools-65.0.2.tar.gz
URL = https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pypi-setuptools
url = https://files.pythonhosted.org/packages/96/c2/8c6605094cb9a27b593e14377fb89a934342051bc7316a0ce21d47029481/setuptools-65.0.2.tar.gz
url = https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz
archives =
giturl = https://github.com/pypa/setuptools.git
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-setuptools.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-setuptools
Version : 65.0.2
Release : 270
URL : https://files.pythonhosted.org/packages/96/c2/8c6605094cb9a27b593e14377fb89a934342051bc7316a0ce21d47029481/setuptools-65.0.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/96/c2/8c6605094cb9a27b593e14377fb89a934342051bc7316a0ce21d47029481/setuptools-65.0.2.tar.gz
Version : 65.1.0
Release : 271
URL : https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz
Summary : Easily download, build, install, upgrade, and uninstall Python packages
Group : Development/Tools
License : MIT Python-2.0 ZPL-2.0
Expand Down Expand Up @@ -57,18 +57,18 @@ python3 components for the pypi-setuptools package.


%prep
%setup -q -n setuptools-65.0.2
cd %{_builddir}/setuptools-65.0.2
%setup -q -n setuptools-65.1.0
cd %{_builddir}/setuptools-65.1.0
pushd ..
cp -a setuptools-65.0.2 buildavx2
cp -a setuptools-65.1.0 buildavx2
popd

%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=1660748131
export SOURCE_DATE_EPOCH=1660847997
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
270
271
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
3152355fa35cec21d04948b316ab45735d17e528/setuptools-65.0.2.tar.gz
137ddf65fa271ddda8efe1662e507eb19eae2be1/setuptools-65.1.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
65.0.2
65.1.0

0 comments on commit 2f74617

Please sign in to comment.