Skip to content

Commit

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

Avasam (1):
      Allow mypy on PyPy (jaraco/skeleton#111)

David Hotham (1):
      better type hints for NonDataProperty (#13)

Jason R. Coombs (10):
      Remove Sphinx pin. Ref sphinx-doc/sphinx#11662.
      Include deps from the base config in diffcov.
      Enable complexity check and pycodestyle warnings. Closes jaraco/skeleton#110.
      Use 'extend-select' to avoid disabling the default config. Ref jaraco/skeleton#110.
      Re-enable ignoring of temporary merge queue branches. Closes jaraco/skeleton#103.
      Fetch unshallow clones in readthedocs. Closes jaraco/skeleton#114.
      Add news fragment.
      Finalize
      Move Python 3.11 out of the test matrix.
      Fix failing docs build.
  • Loading branch information
fenrus75 committed Apr 1, 2024
1 parent 84f411f commit 47fe109
Show file tree
Hide file tree
Showing 5 changed files with 14 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-jaraco.classes
URL = https://files.pythonhosted.org/packages/a5/8a/ed955184b2ef9c1eef3aa800557051c7354e5f40a9efc9a46e38c3e6d237/jaraco.classes-3.3.1.tar.gz
URL = https://files.pythonhosted.org/packages/06/c0/ed4a27bc5571b99e3cff68f8a9fa5b56ff7df1c2251cc715a652ddd26402/jaraco.classes-3.4.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-jaraco.classes
url = https://files.pythonhosted.org/packages/a5/8a/ed955184b2ef9c1eef3aa800557051c7354e5f40a9efc9a46e38c3e6d237/jaraco.classes-3.3.1.tar.gz
url = https://files.pythonhosted.org/packages/06/c0/ed4a27bc5571b99e3cff68f8a9fa5b56ff7df1c2251cc715a652ddd26402/jaraco.classes-3.4.0.tar.gz
archives =
giturl = https://github.com/jaraco/jaraco.classes/
domain =
Expand Down
20 changes: 10 additions & 10 deletions pypi-jaraco.classes.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: v4
# autospec commit: da8b975
# autospec version: v7
# autospec commit: f56f1fa
#
Name : pypi-jaraco.classes
Version : 3.3.1
Release : 38
URL : https://files.pythonhosted.org/packages/a5/8a/ed955184b2ef9c1eef3aa800557051c7354e5f40a9efc9a46e38c3e6d237/jaraco.classes-3.3.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/a5/8a/ed955184b2ef9c1eef3aa800557051c7354e5f40a9efc9a46e38c3e6d237/jaraco.classes-3.3.1.tar.gz
Version : 3.4.0
Release : 39
URL : https://files.pythonhosted.org/packages/06/c0/ed4a27bc5571b99e3cff68f8a9fa5b56ff7df1c2251cc715a652ddd26402/jaraco.classes-3.4.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/06/c0/ed4a27bc5571b99e3cff68f8a9fa5b56ff7df1c2251cc715a652ddd26402/jaraco.classes-3.4.0.tar.gz
Summary : Utility functions for Python class constructs
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -61,18 +61,18 @@ python3 components for the pypi-jaraco.classes package.


%prep
%setup -q -n jaraco.classes-3.3.1
cd %{_builddir}/jaraco.classes-3.3.1
%setup -q -n jaraco.classes-3.4.0
cd %{_builddir}/jaraco.classes-3.4.0
pushd ..
cp -a jaraco.classes-3.3.1 buildavx2
cp -a jaraco.classes-3.4.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=1707406529
export SOURCE_DATE_EPOCH=1712001211
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 @@
38
39
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
384aae8687b5e44643b29f2c22958faa0fd76298/jaraco.classes-3.3.1.tar.gz
7629ee72904e48815a981156f9f83d04574fe22c/jaraco.classes-3.4.0.tar.gz

0 comments on commit 47fe109

Please sign in to comment.