Skip to content

Commit

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

Anderson Bravalheri (34):
      Replace pkg_resources in version.py
      Extract normalization functions from editable_wheel and dist_info into own module
      Prefer setuptools._normalization instead of pkg_resources in develop.py
      Prefer setuptools._normalization and importlib_metadata instead of pkg_resources in dist.py
      Prefer setuptools._normalization instead of pkg_resources in egg_info.py
      Prefer packaging instead of pkg_resources in egg_info.py
      Prefer packaging instead of pkg_resources in dist.py for markers
      Implement alternative for pkg_resources.Distribution.egg_name in egg_info.py
      Prefer alternative from egg_info.py to pkg_resources.Distribution.egg_name
      Prefer packaging instead for pkg_resources for version in wheel.py
      Modify _reqs.py to prefer prefer packaging instead of pkg_resources
      Centralize usage of pkg_resources from dist.py to installer.py
      Delay imports of pkg_resources in install_scripts.py
      Replace/move _normalization.path with/to _path.samepath and _path.normpath
      Fix dist-info naming discrepancy in relation to bdist_wheel
      Revert to using normalized paths in develop to fix test errors
      Allow None to be passed to egg_basename
      Remove editable_wheel "catch all" exception
      Update note about SETUPTOOLS_ENABLE_FEATURES
      Use warning in editable since pip hides PEP 678 notes
      Clarify 'editable_wheel' and 'dist_info' are internal commands only
      Improve warning message
      Add test for debugging tips
      Add news fragment
      Add DeprecationWarning to `pkg_resources.declare_namespace`
      Add news fragment
      Add information on why namespace_packages are deprecated
      Add links explaining deprecations
      Add news items for 3792
      Small rewording for user-facing text/docs
      Bump version: 67.2.0 → 67.3.0
      Fix error when integrating with pip
      Add news fragment
      Bump version: 67.3.0 → 67.3.1

Jason R. Coombs (7):
      ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default.
      Enable default encoding warning where available. See PEP 597.
      Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67.
      Exempt warning. Workaround for realpython/pytest-mypy#152
      Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750).
      Remove reference to EncodingWarning as it doesn't exist on some Pythons.
      Do not error on EncodingWarning. Instead emit them like usual. Ref #3810
  • Loading branch information
fenrus75 committed Feb 14, 2023
1 parent 58e9584 commit d335b9a
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/5f/36/7374297692bb9dbd7569a0f84887c7e5e314c41d5d9518cb76fbb130620d/setuptools-67.2.0.tar.gz
URL = https://files.pythonhosted.org/packages/9f/48/c22cae4aa8f5ed6a64fd9d5be995b740230abab7affa31176af34a6e56ce/setuptools-67.3.1.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/5f/36/7374297692bb9dbd7569a0f84887c7e5e314c41d5d9518cb76fbb130620d/setuptools-67.2.0.tar.gz
url = https://files.pythonhosted.org/packages/9f/48/c22cae4aa8f5ed6a64fd9d5be995b740230abab7affa31176af34a6e56ce/setuptools-67.3.1.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.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
Version : 67.3.1
Release : 292
URL : https://files.pythonhosted.org/packages/9f/48/c22cae4aa8f5ed6a64fd9d5be995b740230abab7affa31176af34a6e56ce/setuptools-67.3.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/9f/48/c22cae4aa8f5ed6a64fd9d5be995b740230abab7affa31176af34a6e56ce/setuptools-67.3.1.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.2.0
cd %{_builddir}/setuptools-67.2.0
%setup -q -n setuptools-67.3.1
cd %{_builddir}/setuptools-67.3.1
pushd ..
cp -a setuptools-67.2.0 buildavx2
cp -a setuptools-67.3.1 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=1675785782
export SOURCE_DATE_EPOCH=1676392907
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 @@
291
292
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8b361d53a083c8c44151561c9d71eca7a41e1aca/setuptools-67.2.0.tar.gz
b37e22f777096bdb7f948e784ff5a561c012d9af/setuptools-67.3.1.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
67.2.0
67.3.1

0 comments on commit d335b9a

Please sign in to comment.