Skip to content

Commit

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

Dimitri Papadopoulos (8):
      Add `tests/test*.py` to source distributions
      Apply refurb suggestions
      Apply refurb suggestions
      Apply refurb suggestions
      Apply refurb suggestions
      Apply refurb suggestions
      Update outdated GitHub Actions
      Fix typos found by codespell

Florian Weimer (2):
      distutils.ccompiler: Make has_function work with more C99 compilers
      distutils.ccompiler: Remove correct executable file on Windows

GalaxySnail (2):
      Fix MinGW-w64 segmentation fault
      Fix MinGW-w64 segmentation fault

Hugo van Kemenade (1):
      Link directly to PEPs

Jason R. Coombs (7):
      Add xfail test capturing missed expectation. Ref pypa/distutils#178.
      In _get_python_inc_posix, only return an extant path from the sysconfig. Fixes pypa/distutils#178.
      ⚫ Fade to black.
      Revert "Merge pull request #197 from GalaxySnail/fix-mingw-w64"
      Mark test as xfail on Windows. Ref pypa/distutils#195.
      Add changelog (draft)
      Bump version: 67.1.0 → 67.2.0

mattip (1):
      add a pypy CI run

mrbean-bremen (1):
      Fixed accumulating include dirs after compile
  • Loading branch information
fenrus75 committed Feb 7, 2023
1 parent 3eaedaa commit 58e9584
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := pypi-setuptools
URL = https://files.pythonhosted.org/packages/bf/7c/3a0bb8db53f6b6dec4cb162d307cc5d37162dee65458b2be42817de30fda/setuptools-67.1.0.tar.gz
URL = https://files.pythonhosted.org/packages/5f/36/7374297692bb9dbd7569a0f84887c7e5e314c41d5d9518cb76fbb130620d/setuptools-67.2.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = pypi-setuptools
url = https://files.pythonhosted.org/packages/bf/7c/3a0bb8db53f6b6dec4cb162d307cc5d37162dee65458b2be42817de30fda/setuptools-67.1.0.tar.gz
url = https://files.pythonhosted.org/packages/5f/36/7374297692bb9dbd7569a0f84887c7e5e314c41d5d9518cb76fbb130620d/setuptools-67.2.0.tar.gz
archives =
giturl = https://github.com/pypa/setuptools.git
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-setuptools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-setuptools
Version : 67.1.0
Release : 290
URL : https://files.pythonhosted.org/packages/bf/7c/3a0bb8db53f6b6dec4cb162d307cc5d37162dee65458b2be42817de30fda/setuptools-67.1.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/bf/7c/3a0bb8db53f6b6dec4cb162d307cc5d37162dee65458b2be42817de30fda/setuptools-67.1.0.tar.gz
Version : 67.2.0
Release : 291
URL : https://files.pythonhosted.org/packages/5f/36/7374297692bb9dbd7569a0f84887c7e5e314c41d5d9518cb76fbb130620d/setuptools-67.2.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/5f/36/7374297692bb9dbd7569a0f84887c7e5e314c41d5d9518cb76fbb130620d/setuptools-67.2.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 @@ -60,18 +60,18 @@ python3 components for the pypi-setuptools package.


%prep
%setup -q -n setuptools-67.1.0
cd %{_builddir}/setuptools-67.1.0
%setup -q -n setuptools-67.2.0
cd %{_builddir}/setuptools-67.2.0
pushd ..
cp -a setuptools-67.1.0 buildavx2
cp -a setuptools-67.2.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=1675378285
export SOURCE_DATE_EPOCH=1675785782
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
290
291
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
df7b35c2c20cf2a0c59229df852b6574389b92db/setuptools-67.1.0.tar.gz
8b361d53a083c8c44151561c9d71eca7a41e1aca/setuptools-67.2.0.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
67.1.0
67.2.0

0 comments on commit 58e9584

Please sign in to comment.