Skip to content

Commit

Permalink
pypi-jaraco.classes: Autospec creation for update from version 3.2.2 …
Browse files Browse the repository at this point in the history
…to version 3.2.3

Jason R. Coombs (10):
      Use '-dev' for every Python version. Ref actions/setup-python#213.
      Use Python 3.11 for cutting releases.
      Pin flake8. Workaround for tholo/pytest-flake8#87.
      Rename _ensure_method for better clarity. Use tristate expression.
      Update to setup-python v4. Fixes jaraco/skeleton#65.
      Also update release to v4
      Add PyPy to the test matrix on Linux. Fixes jaraco/skeleton#63.
      When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197.
      Add badge and link for documentation. Fixes #7.
      Update changelog.
  • Loading branch information
fenrus75 committed Sep 27, 2022
1 parent 3b9ec90 commit 4b1c570
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-jaraco.classes
URL = https://files.pythonhosted.org/packages/fe/8b/7876fbd69f5a8ebfbda73c8c1a5346171ee5ac0db28e9f5b2bb80ee3e73b/jaraco.classes-3.2.2.tar.gz
URL = https://files.pythonhosted.org/packages/bf/02/a956c9bfd2dfe60b30c065ed8e28df7fcf72b292b861dca97e951c145ef6/jaraco.classes-3.2.3.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pypi-jaraco.classes
url = https://files.pythonhosted.org/packages/fe/8b/7876fbd69f5a8ebfbda73c8c1a5346171ee5ac0db28e9f5b2bb80ee3e73b/jaraco.classes-3.2.2.tar.gz
url = https://files.pythonhosted.org/packages/bf/02/a956c9bfd2dfe60b30c065ed8e28df7fcf72b292b861dca97e951c145ef6/jaraco.classes-3.2.3.tar.gz
archives =
giturl = https://github.com/jaraco/jaraco.classes/
domain =
Expand Down
18 changes: 9 additions & 9 deletions pypi-jaraco.classes.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-jaraco.classes
Version : 3.2.2
Release : 29
URL : https://files.pythonhosted.org/packages/fe/8b/7876fbd69f5a8ebfbda73c8c1a5346171ee5ac0db28e9f5b2bb80ee3e73b/jaraco.classes-3.2.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/fe/8b/7876fbd69f5a8ebfbda73c8c1a5346171ee5ac0db28e9f5b2bb80ee3e73b/jaraco.classes-3.2.2.tar.gz
Version : 3.2.3
Release : 30
URL : https://files.pythonhosted.org/packages/bf/02/a956c9bfd2dfe60b30c065ed8e28df7fcf72b292b861dca97e951c145ef6/jaraco.classes-3.2.3.tar.gz
Source0 : https://files.pythonhosted.org/packages/bf/02/a956c9bfd2dfe60b30c065ed8e28df7fcf72b292b861dca97e951c145ef6/jaraco.classes-3.2.3.tar.gz
Summary : Utility functions for Python class constructs
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -56,18 +56,18 @@ python3 components for the pypi-jaraco.classes package.


%prep
%setup -q -n jaraco.classes-3.2.2
cd %{_builddir}/jaraco.classes-3.2.2
%setup -q -n jaraco.classes-3.2.3
cd %{_builddir}/jaraco.classes-3.2.3
pushd ..
cp -a jaraco.classes-3.2.2 buildavx2
cp -a jaraco.classes-3.2.3 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=1657725273
export SOURCE_DATE_EPOCH=1664288573
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -92,7 +92,7 @@ popd
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.classes
cp %{_builddir}/jaraco.classes-3.2.2/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.classes/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/jaraco.classes-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.classes/8e6689d37f82d5617b7f7f7232c94024d41066d1 || :
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
29
30
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
3ccd932b9a980715beae5e115421ba489cad24e9/jaraco.classes-3.2.2.tar.gz
e044aa13294a7d3039d04a8ac60849dc24b120a4/jaraco.classes-3.2.3.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
3.2.2
3.2.3

0 comments on commit 4b1c570

Please sign in to comment.