Skip to content

Commit

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

Eva Maxfield Brown (2):
      Update keywords note on editable installs
      Include changelog fragment

Jason R. Coombs (14):
      Remove bdist_msi.
      Remove old msvc modules.
      Update changelog
      Remove problems, in part because they cause shopkeep/pytest-black#62, but also because they're probably of limited relevance.
      Extract method for mangling the base path. Ref pypa/distutils#169.
      Suppress path mangling when running tests. Ref pypa/distutils#169.
      Deprecate behavior in _mangle_base. Ref pypa/distutils#169.
      Remove bdist_wininst.
      👹 Feed the hobgoblins (delint).
      Remove more references to bdist_wininst.
      Remove more references to bdist_msi
      Remove another reference to wininst
      Update changelog
      Bump version: 64.0.3 → 65.0.0

Pradyun Gedam (1):
      Change line endings for `.cmd` file to CRLF

wim glenn (1):
      typo fix
  • Loading branch information
fenrus75 committed Aug 14, 2022
1 parent 67b48fc commit 99db8cc
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/c1/9c/67d1cb3ede2b167ee271ff22c398e7067715f294994fb18164f40ac981e4/setuptools-64.0.3.tar.gz
URL = https://files.pythonhosted.org/packages/e2/ed/749424fd3cc1b55bb4836878e86b981e85a6fa7db462f6b6577ce1ad62a7/setuptools-65.0.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/c1/9c/67d1cb3ede2b167ee271ff22c398e7067715f294994fb18164f40ac981e4/setuptools-64.0.3.tar.gz
url = https://files.pythonhosted.org/packages/e2/ed/749424fd3cc1b55bb4836878e86b981e85a6fa7db462f6b6577ce1ad62a7/setuptools-65.0.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 : 64.0.3
Release : 267
URL : https://files.pythonhosted.org/packages/c1/9c/67d1cb3ede2b167ee271ff22c398e7067715f294994fb18164f40ac981e4/setuptools-64.0.3.tar.gz
Source0 : https://files.pythonhosted.org/packages/c1/9c/67d1cb3ede2b167ee271ff22c398e7067715f294994fb18164f40ac981e4/setuptools-64.0.3.tar.gz
Version : 65.0.0
Release : 268
URL : https://files.pythonhosted.org/packages/e2/ed/749424fd3cc1b55bb4836878e86b981e85a6fa7db462f6b6577ce1ad62a7/setuptools-65.0.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/e2/ed/749424fd3cc1b55bb4836878e86b981e85a6fa7db462f6b6577ce1ad62a7/setuptools-65.0.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-64.0.3
cd %{_builddir}/setuptools-64.0.3
%setup -q -n setuptools-65.0.0
cd %{_builddir}/setuptools-65.0.0
pushd ..
cp -a setuptools-64.0.3 buildavx2
cp -a setuptools-65.0.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=1660335648
export SOURCE_DATE_EPOCH=1660518026
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
267
268
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
65bdd6be81320d9d08d60af085a98de7d4e41fad/setuptools-64.0.3.tar.gz
ff70215e577c009a2267bb5e216a7bfa8eb8dbe5/setuptools-65.0.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
64.0.3
65.0.0

0 comments on commit 99db8cc

Please sign in to comment.