Skip to content

Commit

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

Alex Grönholm (25):
      Adopted the bdist_wheel command from "wheel"
      Added missing files and removed wheel as a testing dependency
      Cleaned up the imports
      Updated a leftover vendored wheel import
      Updated another leftover vendored wheel import
      Updated another leftover vendored wheel import
      Update setuptools/extern/__init__.py
      Reverted typechecker-only import
      Updated imports in bdist_wheel tests
      Fixed wrong import
      Added back accidentally removed files
      Rolled back some inadvertently changed files
      Rolled back more inadvertently changed files
      Rolled back more inadvertently changed files
      Rolled back more inadvertently changed files
      Rolled back more inadvertently changed files
      Rolled back more inadvertently changed files
      Readded wheel into test dependencies
      Fixed test failures
      Fixed more test failures
      Added missing test data
      Fixed remaining test failures
      Fixed test_no_ctypes not testing the right thing(s)
      Reverted the change from path to pathlib and added type ignore comments
      Added test data egg-info directories to .gitignore

Anderson Bravalheri (21):
      Fix mypy error
      Add doctests for expand._find_module
      Fix _find_module
      Improve reproducibility in tests
      Reuse find_package_path in setuptools.config.expand
      Use all_suffixes for __init__ too
      Do not delay imports when not needed
      Cleanup unused assignments
      Simplify doctest
      Add newsfragment
      Fix doctest on Windows
      Add news fragment
      Avoid unstable ruff configuration in pre-commit
      Fix undefined log function in bdist_wheel
      Add interop tests for pkg_resources and zope-interface
      Move piece of code inside pkg_resources/__init__.py
      Add newsfragment
      Move integration test to pkg_resources
      Simplify integration test for zop interface
      Add comments on test
      Bump version: 70.0.0 → 70.1.0

Avasam (9):
      Merge and update variable and params annotations from typeshed (#4246)
      Generic typing for register methods in `pkg_resources`
      Prevent a TypeError: 'NoneType' object is not callable when ``shutil_rmtree`is called without an`onexc`` parameter on Python<=3.11
      Merge "Relax path related params" from typeshed
      Enforce modern annotations syntax (#4368)
      Start checking using Flake8-PYI (#4380)
      Use actual boolean parameters and variables (#4365)
      pkg_resources: fix incorrect implicit return types (#4391)
      Remove calls to `typing.cast` with better type narrowing and definitions (#4375)

Dimitri Papadopoulos (2):
      Fix a couple typos found by codespell
      Enforce ruff/flake8-implicit-str-concat rule ISC001

Jason R. Coombs (6):
      Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini2toml.
      Update doctest to match new project layout.
      Add news fragment.
      Redirect bumpversion to rely on pyproject.toml.
      Move prerelease tag settings back to setup.cfg
      Replace use of mktemp with can_symlink from the stdlib test suite.

dependabot[bot] (1):
      ---
  • Loading branch information
fenrus75 committed Jun 19, 2024
1 parent 993f698 commit a6852ce
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 14 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/aa/60/5db2249526c9b453c5bb8b9f6965fcab0ddb7f40ad734420b3b421f7da44/setuptools-70.0.0.tar.gz
URL = https://files.pythonhosted.org/packages/1c/1c/8a56622f2fc9ebb0df743373ef1a96c8e20410350d12f44ef03c588318c3/setuptools-70.1.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
4 changes: 3 additions & 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/aa/60/5db2249526c9b453c5bb8b9f6965fcab0ddb7f40ad734420b3b421f7da44/setuptools-70.0.0.tar.gz
url = https://files.pythonhosted.org/packages/1c/1c/8a56622f2fc9ebb0df743373ef1a96c8e20410350d12f44ef03c588318c3/setuptools-70.1.0.tar.gz
archives =
giturl = https://github.com/pypa/setuptools.git
domain =
Expand Down Expand Up @@ -71,6 +71,8 @@ use_avx512 = false
use_clang = false
# configure build for lto
use_lto = true
# use ninja build files
use_ninja = false
# require package verification for build
verify_required = false

22 changes: 12 additions & 10 deletions pypi-setuptools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is auto-generated. DO NOT EDIT
# Generated by: autospec.py
# Using build pattern: pyproject
# autospec version: v10
# autospec commit: 5905be9
# autospec version: v12
# autospec commit: f9eab48
#
Name : pypi-setuptools
Version : 70.0.0
Release : 323
URL : https://files.pythonhosted.org/packages/aa/60/5db2249526c9b453c5bb8b9f6965fcab0ddb7f40ad734420b3b421f7da44/setuptools-70.0.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/aa/60/5db2249526c9b453c5bb8b9f6965fcab0ddb7f40ad734420b3b421f7da44/setuptools-70.0.0.tar.gz
Version : 70.1.0
Release : 324
URL : https://files.pythonhosted.org/packages/1c/1c/8a56622f2fc9ebb0df743373ef1a96c8e20410350d12f44ef03c588318c3/setuptools-70.1.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/1c/1c/8a56622f2fc9ebb0df743373ef1a96c8e20410350d12f44ef03c588318c3/setuptools-70.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 @@ -63,18 +63,18 @@ python3 components for the pypi-setuptools package.


%prep
%setup -q -n setuptools-70.0.0
cd %{_builddir}/setuptools-70.0.0
%setup -q -n setuptools-70.1.0
cd %{_builddir}/setuptools-70.1.0
pushd ..
cp -a setuptools-70.0.0 buildavx2
cp -a setuptools-70.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=1716297230
export SOURCE_DATE_EPOCH=1718824219
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down Expand Up @@ -120,6 +120,7 @@ export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-setuptools
cp %{_builddir}/setuptools-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-setuptools/0445ed0f69910eeaee036f09a39a13c6e1f37e12 || :
cp %{_builddir}/setuptools-%{version}/setuptools/_vendor/wheel-0.43.0.dist-info/LICENSE.txt %{buildroot}/usr/share/package-licenses/pypi-setuptools/5b39c45a91a556e5f1599604f1799e4027fa0e60 || :
python3 -m installer --destdir=%{buildroot} dist/*.whl
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down Expand Up @@ -158,6 +159,7 @@ chmod 755 %{buildroot}/usr/bin/easy_install_is_deprecated
%files license
%defattr(0644,root,root,0755)
/usr/share/package-licenses/pypi-setuptools/0445ed0f69910eeaee036f09a39a13c6e1f37e12
/usr/share/package-licenses/pypi-setuptools/5b39c45a91a556e5f1599604f1799e4027fa0e60

%files python
%defattr(-,root,root,-)
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
323
324
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
43fcce61991265a778c714292769061385f0c729/setuptools-70.0.0.tar.gz
83a1ad598098296ce2602bf7c5ee51a033b38983/setuptools-70.1.0.tar.gz

0 comments on commit a6852ce

Please sign in to comment.