Skip to content

Commit c1d95d6

Browse files
committed
pypi-jaraco.classes: Autospec creation for update from version 3.2.1 to version 3.2.2
Alan Fregtman (1): .editorconfig: Set max_line_length to 88 for Python files. Anderson Bravalheri (2): Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58) Update Github actions to v3 (#62) Brian Rutledge (1): Use shutil for rmtree Hugo van Kemenade (1): Update base URL for PEPs (#61) Jason R. Coombs (52): Add Tidelift template Rely on alabaster theme to support sidebar rendering. Use nicer, simpler phrasing Add support for automatic publishing of release notes Use technique for environment passing matching that found in jaraco/skeleton Move Tidelift token into Travis configuration Update badge URL Add funding reference to project List sidebars to avoid errors looking for template 't' Rebrand to 'For Enterprise' Add a 'For Enterprise' section to the README Include token passthrough for azure pipelines publish stage. Move Tidelift release note publishing to Github Actions. It's no longer necessary to filter this warning and it's not a warning anymore. Bump minimum pytest Require twine 3 with keyring unconditionally required. Add comments indicating why the exclusions are present Exclude mypy on Python 3.10 as workaround for python/typed_ast#156. Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools. Also deny black on Python 3.10 as workaround for python/typed_ast#156. Add leading */ to coverage.run.omit. Workaround for pytest-dev/pytest-cov#456. Tidelift no longer requires or expects publishing release notes. Remove Tidelift from main.yml, no longer needed Remove automerge. Fixes jaraco/skeleton#49. Enable dependabot (#50) Replace md file with badge linking to documentation site. Fixes jaraco/skeleton#47. Test on Python 3.10 Remove setup_requires, obviated by build-requires in pyproject.toml. Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packaging#433. Rely on setuptools 56 and drop the explicit mention of the license file in favor of simple discovery. Remove workaround for python/typed_ast#156. Use line continuations to indicate which exclusions are for which workarounds. Implement tidelift banner using a Sphinx directive implemented by jaraco.tidelift. Remove blacken docs as it cannot honor Python's default repr. Ref adamchainz/blacken-docs#62. Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fixes jaraco/skeleton#51. Test on Python 3.10 (final). Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178. Remove wheel from build requirements. It's implied for wheel builds. Ref pypa/setuptools#1498. Require Python 3.7 or later. Remove filtered warnings, addressed upstream. Update badge year Remove setup.py, no longer needed. Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57. Use the parent category PytestDeprecationWarning, which is available on older pytest versions. Fixes jaraco/skeleton#57. Bump pytest-mypy and remove workaround for realpython/pytest-mypy#131. Require jaraco.packaging 9 adding compatibility for projects with no setup.py file. Ran pre-commit autoupdate Add Python 3.11 into the matrix using workaround from actions/setup-python#213. Drop 3.9 from matrix for efficiency. Prefer spaces for rst. Fixes jaraco/skeleton#64. Honor PEP 518 with pytest-enabler. Ran pre-commit autoupdate Update changelog. KOLANICH (1): Added an .editorconfig. Pull request jaraco/skeleton#43. Sviatoslav Sydorenko (2): Make sphinx fail on any warnings (#36) Inject check job into CI workflow as ultimate flag (#55) wim glenn (1): exclude build env from cov reporting (#60)
1 parent 037f84d commit c1d95d6

6 files changed

+14
-15
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-jaraco.classes
2-
URL = https://files.pythonhosted.org/packages/7b/de/28a640c17a80f5e0fab5c494679e2e66b36d7fd20622e27718bea8be34b8/jaraco.classes-3.2.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/fe/8b/7876fbd69f5a8ebfbda73c8c1a5346171ee5ac0db28e9f5b2bb80ee3e73b/jaraco.classes-3.2.2.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-jaraco.classes
3-
url = https://files.pythonhosted.org/packages/7b/de/28a640c17a80f5e0fab5c494679e2e66b36d7fd20622e27718bea8be34b8/jaraco.classes-3.2.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/fe/8b/7876fbd69f5a8ebfbda73c8c1a5346171ee5ac0db28e9f5b2bb80ee3e73b/jaraco.classes-3.2.2.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/jaraco.classes/
66
domain =

pypi-jaraco.classes.spec

+9-10
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : pypi-jaraco.classes
6-
Version : 3.2.1
7-
Release : 25
8-
URL : https://files.pythonhosted.org/packages/7b/de/28a640c17a80f5e0fab5c494679e2e66b36d7fd20622e27718bea8be34b8/jaraco.classes-3.2.1.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/7b/de/28a640c17a80f5e0fab5c494679e2e66b36d7fd20622e27718bea8be34b8/jaraco.classes-3.2.1.tar.gz
6+
Version : 3.2.2
7+
Release : 26
8+
URL : https://files.pythonhosted.org/packages/fe/8b/7876fbd69f5a8ebfbda73c8c1a5346171ee5ac0db28e9f5b2bb80ee3e73b/jaraco.classes-3.2.2.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/fe/8b/7876fbd69f5a8ebfbda73c8c1a5346171ee5ac0db28e9f5b2bb80ee3e73b/jaraco.classes-3.2.2.tar.gz
1010
Summary : Utility functions for Python class constructs
1111
Group : Development/Tools
1212
License : MIT
@@ -18,7 +18,6 @@ BuildRequires : pypi(more_itertools)
1818
BuildRequires : pypi(py)
1919
BuildRequires : pypi(setuptools)
2020
BuildRequires : pypi(setuptools_scm)
21-
BuildRequires : pypi(wheel)
2221
BuildRequires : pypi-pluggy
2322
BuildRequires : pypi-pytest
2423
BuildRequires : pypi-tox
@@ -57,18 +56,18 @@ python3 components for the pypi-jaraco.classes package.
5756

5857

5958
%prep
60-
%setup -q -n jaraco.classes-3.2.1
61-
cd %{_builddir}/jaraco.classes-3.2.1
59+
%setup -q -n jaraco.classes-3.2.2
60+
cd %{_builddir}/jaraco.classes-3.2.2
6261
pushd ..
63-
cp -a jaraco.classes-3.2.1 buildavx2
62+
cp -a jaraco.classes-3.2.2 buildavx2
6463
popd
6564

6665
%build
6766
export http_proxy=http://127.0.0.1:9/
6867
export https_proxy=http://127.0.0.1:9/
6968
export no_proxy=localhost,127.0.0.1,0.0.0.0
7069
export LANG=C.UTF-8
71-
export SOURCE_DATE_EPOCH=1656398960
70+
export SOURCE_DATE_EPOCH=1657725273
7271
export GCC_IGNORE_WERROR=1
7372
export AR=gcc-ar
7473
export RANLIB=gcc-ranlib
@@ -93,7 +92,7 @@ popd
9392
export MAKEFLAGS=%{?_smp_mflags}
9493
rm -rf %{buildroot}
9594
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.classes
96-
cp %{_builddir}/jaraco.classes-3.2.1/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.classes/8e6689d37f82d5617b7f7f7232c94024d41066d1
95+
cp %{_builddir}/jaraco.classes-3.2.2/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.classes/8e6689d37f82d5617b7f7f7232c94024d41066d1
9796
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
9897
echo ----[ mark ]----
9998
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25
1+
26

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9b43fc9f2ac0844a92da296ea7252dc7b21660e1/jaraco.classes-3.2.1.tar.gz
1+
3ccd932b9a980715beae5e115421ba489cad24e9/jaraco.classes-3.2.2.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.1
1+
3.2.2

0 commit comments

Comments
 (0)