Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
[update to 0.13.0] Fix error case return type of varnames()
Browse files Browse the repository at this point in the history
Anthony Sottile (1):
      Preparing release 0.13.0

Daniel Hahler (2):
      tox.ini: make "tox -e py37" etc work
      test_pluginmanager: use pluggy.manager.metadata

Miro Hrončok (3):
      Replace importlib_metadata with importlib.metadata on Python 3.8+
      Workaround pytest-dev/pytest#5523
      Update tests matrix to reflect recent changes in pytest

Ran Benita (12):
      Fix error case return type of varnames()
      Don't confusingly reuse a variable name inside varnames()
      Remove broken test
      Fix call_historic() example in index.rst
      Inline _TracedHookExecution
      Remove TagTracerSub.setmyprocessor
      Mark a few things on TagTracer private
      Remove unhelpful _HookRelay._trace indirection
      Reduce scope of except to avoid masking exceptions
      Improve name tag2proc -> tags2proc
      Do the string joining already inside _format_message()
      Avoid an intermediary variable

Tim Gates (1):
      Fix simple typo: specfication -> specification
  • Loading branch information
fenrus75 authored and djklimes committed Sep 16, 2019
1 parent e9364f5 commit 5a23c3e
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -1,5 +1,7 @@
.*~
*~
*.info
*.mod
*.swp
.repo-index
*.log
Expand All @@ -8,6 +10,9 @@ build.log.round*
*.tgz
!*.tar.*.*
*.zip
*.jar
*.pom
*.xml
commitmsg
results/
rpms/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pluggy
URL = https://files.pythonhosted.org/packages/75/21/cdabca0144cfa282c2893dc8e07957245ac8657896ef3ea26f18b6fda710/pluggy-0.12.0.tar.gz
URL = https://files.pythonhosted.org/packages/d7/9d/ae82a5facf2dd89f557a33ad18eb68e5ac7b7a75cf52bf6a208f29077ecf/pluggy-0.13.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
4 changes: 3 additions & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pluggy
url = https://files.pythonhosted.org/packages/75/21/cdabca0144cfa282c2893dc8e07957245ac8657896ef3ea26f18b6fda710/pluggy-0.12.0.tar.gz
url = https://files.pythonhosted.org/packages/d7/9d/ae82a5facf2dd89f557a33ad18eb68e5ac7b7a75cf52bf6a208f29077ecf/pluggy-0.13.0.tar.gz
archives =
giturl = https://github.com/pytest-dev/pluggy.git

Expand Down Expand Up @@ -33,6 +33,8 @@ insecure_build = false
keepstatic = false
# do not require autostart subpackage
no_autostart = false
# do not generate debuginfo for this package
nodebug = false
# disable stripping binaries
nostrip = false
# optimize build for size over speed
Expand Down
27 changes: 10 additions & 17 deletions pluggy.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pluggy
Version : 0.12.0
Release : 53
URL : https://files.pythonhosted.org/packages/75/21/cdabca0144cfa282c2893dc8e07957245ac8657896ef3ea26f18b6fda710/pluggy-0.12.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/75/21/cdabca0144cfa282c2893dc8e07957245ac8657896ef3ea26f18b6fda710/pluggy-0.12.0.tar.gz
Version : 0.13.0
Release : 54
URL : https://files.pythonhosted.org/packages/d7/9d/ae82a5facf2dd89f557a33ad18eb68e5ac7b7a75cf52bf6a208f29077ecf/pluggy-0.13.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/d7/9d/ae82a5facf2dd89f557a33ad18eb68e5ac7b7a75cf52bf6a208f29077ecf/pluggy-0.13.0.tar.gz
Summary : plugin and hook calling mechanisms for python
Group : Development/Tools
License : MIT
Expand All @@ -19,17 +19,9 @@ BuildRequires : importlib_metadata
BuildRequires : setuptools_scm

%description
====================================================
pluggy - A minimalist production ready plugin system
====================================================

|pypi| |conda-forge| |versions| |travis| |appveyor| |gitter| |black| |codecov|

This is the core framework used by the `pytest`_, `tox`_, and `devpi`_ projects.

Please `read the docs`_ to learn more!

A definitive example
====================
====================================================

%package license
Summary: license components for the pluggy package.
Expand Down Expand Up @@ -58,14 +50,15 @@ python3 components for the pluggy package.


%prep
%setup -q -n pluggy-0.12.0
%setup -q -n pluggy-0.13.0

%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
export SOURCE_DATE_EPOCH=1560286690
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1568213787
# -Werror is for werrorists
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$CFLAGS -fno-lto "
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
53
54
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
b4affdead545076bb700a9e066bb6457f40142c8/pluggy-0.12.0.tar.gz
9d172f2825272e63095ab8e37aae8f1367aad057/pluggy-0.13.0.tar.gz
1 change: 1 addition & 0 deletions versions
@@ -0,0 +1 @@
0.13.0
8 changes: 6 additions & 2 deletions whatrequires
Expand Up @@ -8,7 +8,6 @@ PyJWT
PyMySQL
PyNaCl
PySocks
Pyro4
SQLAlchemy
Sphinx
WSGIProxy2
Expand All @@ -31,6 +30,7 @@ blockdiag
borgbackup
boto3
cachetools
ceph
ceph-deploy
certbot
check-manifest
Expand Down Expand Up @@ -93,6 +93,7 @@ junit-xml
jupyter-notebook-gist
keystone
khal
koji
lazy
lazy-object-proxy
libarchive-c
Expand All @@ -102,7 +103,6 @@ mod_wsgi
more-itertools
mypy
natsort
neon
nose-parameterized
ntlm-auth
numpy-stl
Expand All @@ -120,6 +120,7 @@ pyblake2
pybtex
pydot_ng
pyhs100
pynvim
pytest
pytest-cov
pytest-forked
Expand Down Expand Up @@ -150,6 +151,7 @@ requests-toolbelt
retry
scikit-build
segno
semantic_version
seqdiag
serpent
snitun
Expand All @@ -175,6 +177,8 @@ todoist
toml
tox
waitress
webcolors
wheel
zVMCloudConnector
zc.lockfile
zipp
Expand Down

0 comments on commit 5a23c3e

Please sign in to comment.