diff --git a/.gitignore b/.gitignore index edbcfda..0039371 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ .*~ *~ +*.info +*.mod *.swp .repo-index *.log @@ -8,6 +10,9 @@ build.log.round* *.tgz !*.tar.*.* *.zip +*.jar +*.pom +*.xml commitmsg results/ rpms/ diff --git a/Makefile b/Makefile index 4da154c..77ad94c 100644 --- a/Makefile +++ b/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 diff --git a/options.conf b/options.conf index 6a73bb9..b8a0332 100644 --- a/options.conf +++ b/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 @@ -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 diff --git a/pluggy.spec b/pluggy.spec index 0137fde..0023b28 100644 --- a/pluggy.spec +++ b/pluggy.spec @@ -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 @@ -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. @@ -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 " diff --git a/release b/release index 59343b0..fb1e7bc 100644 --- a/release +++ b/release @@ -1 +1 @@ -53 +54 diff --git a/upstream b/upstream index ea061a6..fac27bb 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -b4affdead545076bb700a9e066bb6457f40142c8/pluggy-0.12.0.tar.gz +9d172f2825272e63095ab8e37aae8f1367aad057/pluggy-0.13.0.tar.gz diff --git a/versions b/versions new file mode 100644 index 0000000..54d1a4f --- /dev/null +++ b/versions @@ -0,0 +1 @@ +0.13.0 diff --git a/whatrequires b/whatrequires index c39ebd9..c3495fa 100644 --- a/whatrequires +++ b/whatrequires @@ -8,7 +8,6 @@ PyJWT PyMySQL PyNaCl PySocks -Pyro4 SQLAlchemy Sphinx WSGIProxy2 @@ -31,6 +30,7 @@ blockdiag borgbackup boto3 cachetools +ceph ceph-deploy certbot check-manifest @@ -93,6 +93,7 @@ junit-xml jupyter-notebook-gist keystone khal +koji lazy lazy-object-proxy libarchive-c @@ -102,7 +103,6 @@ mod_wsgi more-itertools mypy natsort -neon nose-parameterized ntlm-auth numpy-stl @@ -120,6 +120,7 @@ pyblake2 pybtex pydot_ng pyhs100 +pynvim pytest pytest-cov pytest-forked @@ -150,6 +151,7 @@ requests-toolbelt retry scikit-build segno +semantic_version seqdiag serpent snitun @@ -175,6 +177,8 @@ todoist toml tox waitress +webcolors +wheel zVMCloudConnector zc.lockfile zipp